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 campaigns the login has access to.

thanks
doug

On Mar 10, 7:43 am, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:
> 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.
>
> Best,
> - Eric
>
> On Mar 9, 6:06 pm, dreadjr <drea...@gmail.com> wrote:
>
>
>
> > 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 report like this I get data back in the report.
> > If i change job.crossClient = false then the report comes back with no
> > data in it.
>
> > Can you query a login to see if it is mcc?
> > Why do you have to set this flag in order to see data?
>
> > On Feb 17, 12:31 pm, AdWords API Advisor
>
> > <adwordsapiadvi...@google.com> wrote:
> > > 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 <kanjiyanial...@gmail.com> wrote:
>
> > > > 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 <aaryash...@gmail.com> wrote:
>
> > > > > Hi,
>
> > > > > Anyone there to help me...very urgent...
>
> > > > > I want to use report services for fetching reports like clicks &
> > > > > impression .i am using DownloadReportAsXmlDemo.cs
> > > > > of v13 & download the report in XML format...I am getting The Validate
> > > > > report & report status  as completed .But still I am getting report
> > > > > like this...
>
> > > > > <?xml version="1.0" standalone="yes"?>
>
> > > > > <report><table><columns><column name="date"></column><column
> > > > > name="campaign"></column><column name="adgroup"></column><column
>
> > > > > name="keyword"></column><column name="kwStatus"></column><column
> > > > > name="keywordMinCpc"></column><column
>
> > > > > name="kwDestUrl"></column><column name="imps"></column><column
> > > > > name="clicks"></column><column name="ctr"></column><column
>
> > > > > name="pos"></column></columns><rows></rows></table><totals><grandtotal
> > > > > imps="0" clicks="0" ctr="0.0"
>
> > > > > pos="0.0"></grandtotal></totals></report>
>
> > > > > I want all account information so I am include
> > > > >        DefinedReportJob reportJob = new DefinedReportJob();
> > > > >             reportJob.crossClient= true;
>
> > > > > Any help would be appreciated.
>
> > > > > sheetal

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to