Hello Support Team,

I need your help ! I spend lot's of time to find an answer in your 
documentation. But i don't find ...

Since 6 month everything was OK and work perfectly to make our reporting 
with the API.
But since few day the version 201406 of the API had been stopped ...

I need to upgrade to 201502 to restart the service but I have a bug to 
connect to the Adwords API.

We have a MCC account, so we need to specifie the client id to make 
reporting for this customer.
My AdWordsUser.php is OK (with all token and keys) 

In the version v201406 of DownloadCriteriaReportWithAwql.php the part of 
the code to connect to each of our client was : 

  $user = new AdWordsUser(NULL, NULL, NULL, NULL,
       NULL, NULL, "$customerId");


And it was working until few day ...

But i don't find the correct code to do that with the v201502. I try to use 
this one but it doesn't work.

In the DownloadCriteriaReportWithAwql.php file :
 
  $user = new AdWordsUser();
  
  $user->SetClientId('9898849761');
  
   $user->SetOAuth2Info(array(
            "client_id" => "xxxxxxxxxxxxxx",
            "client_secret" => "Txxxxxxx",
            "access_token" => "xxxxxxxxxxxx",
        ));

If i do : 
$ php DownloadCriteriaReportWithAwql.php
An error has occurred: The client customer ID must be specified for report 
downloads.

Could you help me to find the correct code to connect to each clients with 
our MCC accound ??  
If you need more information, tell me !!

Regards,

Thierry GALLAY
*IT manager / DATA / Webanalytics / Google API / R&D*
*[email protected]*
*www.adcom.fr*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/019ea291-d59f-4070-8fb8-2adaeca2f0f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to