AdWords API Re: Report services

2010-02-16 Thread Almas Kanjiyani
Hi Sheetal, One of the reason for empty reports might be that your AdWords account is "temporarily cancelled" or all your campaigns are paused. I am not sure though. This could be a reason. Get in touch with the AdWords support team to resolve it. Thanks, Almas On Feb 15, 6:11 pm, sheetal wrot

AdWords API Re: Report services

2010-02-17 Thread AdWords API Advisor
Hi Sheetal, Please be aware that reports made against the sandbox environment will not return any data. Also, please check to ensure that there is data for the date range you have selected. Best, - Eric Koleda, AdWords API Team On Feb 17, 1:03 am, Almas Kanjiyani wrote: > Hi Sheetal, > > One o

AdWords API Re: Report services

2010-03-09 Thread dreadjr
I am seeing something similar. For example I have a child-MCC account. I am pulling a keyword report for a single campaignId and date. DefinedReportJob job = new DefinedReportJob(); job.selectedReportType = "Keyword"; job.crossClient = true; job.crossClientSpecified = true; When i run the repo

AdWords API Re: Report services

2010-03-10 Thread AdWords API Advisor
Hi, MCC accounts cannot have campaigns of their own, so if you run a report as an MCC without crossClient=true then there are no campaigns to run reports on. If you only want to run reports on only one client then you should set the clientEmail header in the request and set crossClient=false. Be

AdWords API Re: Report services

2010-03-10 Thread dreadjr
Thanks for information Eric. I just had one follow up question. So can i, for any login (MCC, child-MCC, or regular login) just add the login to the clientEmail header and set crossClient=false? Basically I am looking for a way to run all report exactly the same way. We always pull a report for c

AdWords API Re: Report services

2010-03-10 Thread dreadjr
Thanks for information Eric. I just had one follow up question. So can i, for any login (MCC, child-MCC, or regular login) just add the login to the clientEmail header and set crossClient=false? Basically I am looking for a way to run all report exactly the same way. We always pull a report for c

AdWords API Re: Report services

2010-03-11 Thread AdWords API Advisor
Hi, The clientEmail header allows your request to assume the identity of an account that you have access to. If you use the header to assume the identity of an MCC account then you will need to specify crossClient=true in your reports to retrieve the data from that MCC's clients. If you assume t

AdWords API Re: Report services

2010-03-12 Thread dreadjr
If i understand you correctly there is not a universal way to pull reports (same settings in DefinedReport), which will work for all the types of logins MCC, childMcc, and normal? On Mar 11, 6:43 am, AdWords API Advisor wrote: > Hi, > > The clientEmail header allows your request to assume the ide

AdWords API Re: Report services

2010-03-12 Thread AdWords API Advisor
Hi, That's correct, you will need to adjust your report settings depending on if the current account is an MCC or not. Best, - Eric On Mar 12, 2:59 pm, dreadjr wrote: > If i understand you correctly there is not a universal way to pull > reports (same settings in DefinedReport), which will work