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.
Hi Takeshi,
Thanks for your response.
1. I have data for February 01-28, 2013. Please see the attachments
2. I checked in MCC console and there are Clicks and Cost > 0 for the above mentioned time span
3. I am migrating to v201302 and trying to pull up AdHoc report, but getting some trouble in sending the data to POST. I have attached the file too.
a. I have a confusion. The Client Customer id is the one displayed at top right corner of MCC console after I log in? Actually when I log in I see a list of accounts which have different Ids. I think you are asking me to use these Ids. But how I get those ids against the master id?
Regards,
Subrata Sarkar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@googlegroups.com
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 adwords-api...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,
The Customer Id is 3871583631
I also am trying to use Ad Hoc reporting with v201302 but getting 400 Bad Request at this line using (var httpWebResponse = request.GetResponse() as HttpWebResponse)
Class Google.AdPerformanceReport.cs under classes folder has two methods of which the 2nd one DownloadReport() is copied form https://gist.github.com/ElvisLives/1287940
Only thing I changed is the version in (i.e. https://adwords.google.com/api/adwords/reportdownload/v201302)
I must be doing something wrong but could not figure out where. Regarding the XML reports I sent earlier, I can see data for clicks and cost in MCC console for February 2013.I am new to Adwords. Please help.
----------------------------------------------------------------------------------------------
You received this message because you are subscribed to a topic in the Google
Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/SGDdUUrMaFY/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to
adwords-api...@googlegroups.com.
Hi,
I have just seen one thing. Please see the attached screenshot.
“The stream does not support seek operations”. What is that? I think this is the reason why I am getting the Bad Request exception.
----------------------------------------------------------------------------------------------
Best Regards,
Subrata Sarkar
From: adwor...@googlegroups.com [mailto:adwor...@googlegroups.com] On Behalf Of Takeshi Hagikura (AdWords API Team)
Sent: Wednesday, May 01, 2013 10:14 AM
To: adwor...@googlegroups.com
Cc: adwordsapiad...@google.com
You received this message because you are subscribed to a topic in the Google
Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/SGDdUUrMaFY/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to
adwords-api...@googlegroups.com.
Thank you once again Anash. I will try your way and see how it comes up J