Hi Harut, The fields crossClient and clientEmails of the DefinedReportJob are only needed when you want to run a report on more than one client at a time. If you only want to run it on one client, specifying the clientEmail header is sufficient.
Yes, leaving the field adWordsType empty will run the report against both types. Best, - Eric Koleda, AdWords API Team On Aug 14, 6:38 am, Harutyun Terteryan <[email protected]> wrote: > Hi all > > If I initialize Report service class for mcc manager like this ` > > service.emailValue = new email(); > service.emailValue.Text = new String[] {email}; > service.passwordValue = new password(); > service.passwordValue.Text = new String[] {password}; > service.clientEmailValue = new clientEmail(); > service.clientEmailValue.Text = new String[] {clientEmail}; > service.useragentValue = new useragent(); > service.useragentValue.Text = new String[] {useragent}; > service.developerTokenValue = new developerToken(); > service.developerTokenValue.Text = new String[] {developerToken}; > service.applicationTokenValue = new applicationToken(); > service.applicationTokenValue.Text = new String[] > {applicationToken}; > > and then for service call in DefinedReportJob class I do not set values for > clientEmails or crossClient > > Dose service returns me report for clientEmail I mentioned in service > initialisation? > Or returns report for mcc manager? > > And the second question is, if I do not mention value of adwordType in > DefinedReportJob class, can I get reports for all adwords types(SearchOnly > and ContentOnly). > > Best Harut. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
