Hello,

First of all my apology if the questions look silly. I am fairly new to 
Adwords API.
I am trying to generate different reports using .net client library v201209 
(referring: 
https://developers.google.com/adwords/api/docs/appendix/reports). Repors I 
want are:

- Ad Performance Report
- Adgroup Performance
- CampaignPerformance
- AccountPerformance
- Keyword Performance

I am having the following issues:.

1. When I use LAST_MONTH, I am only getting the data for the 1st day of the 
same month, means, if the last month is March, I am only getting data for 
March 01, 2013

2. Cost (Amount spent) and Clicks are always coming as 0 in all reports 
except KEYWORD_PERFORMANCE_REPORT

3. I am using ClientCustomerId before calling any report in the following 
fashion

           var config = new AdWordsAppConfig
            {
                ClientCustomerId = ClientCustomerId,
                Email = AuthenticationEmail,
                //ClientEmail = AuthenticationEmail, (Because ClientEmail is 
not supported in the header of v201209)
                Password = AuthenticationPassword,
                DeveloperToken = DeveloperToken,
            };
So, I assumed that I will get data (report) for all sub-accounts associated 
with the ClientCustomerId.
But in practice I am only getting data for only one account. ClientCustomer Id 
I am using has 37 accounts.


Please help. I am completely stuck and in a real urgency :(
Please let me know if I should provide the classes I developed for fetching 
reports.


Best regards,
Subrata.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to