You have to specify customer id in $user:
$user->setClientCustomerId('XXX');
On Monday, October 7, 2013 6:13:04 PM UTC+2, Rishi wrote:
>
> Getting "The client customer ID must be specified for report downloads"
> while tring to download the keywordsPerformance report.
>
> This is what I have on
Hello Rishi,
The clientCustomerID provided is an MCC account ID. Reports can be ran
against advertiser (non-MCC) accounts only.
Also, you can't specify the clientCustomerId in the report definition, it
is ignored here:
$reportDefination->clientCustomerId = '715-625-1143';
-Danial, AdWords
Getting "The client customer ID must be specified for report downloads"
while tring to download the keywordsPerformance report.
This is what I have on the file:
function DownloadCriteriaReportExample(AdWordsUser $user, $filePath) {
// Load the service, so that the required classes are availabl