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
-~----------~----~----~----~------~----~------~--~---