I got the error :
string(297) "{ "error": { "code": 401, "message": "Request had invalid 
authentication credentials. Expected OAuth 2 access token, login cookie or 
other valid authentication credential. See 
https://developers.google.com/identity/sign-in/web/devconsole-project.";, 
"status": "UNAUTHENTICATED" } } "

Please need help 
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 
'https://googleads.googleapis.com/v15/customers/6288166317/:uploadConversionAdjustments'
);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'developer-token: nH............',
'login-customer-id: 628........',
'customer-id: 62.....',
'linked-customer-id: 30........',
'Authorization: Bearer 1//05............',
'Accept: application/json',
'Content-Type: application/json']);

I have all done.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9ff2875f-e5cc-41e2-8faf-a04eedbbb19an%40googlegroups.com.

Reply via email to