Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-06-02 Thread Google Ads API Forum Advisor Prod
Hi Denis,

It looks like you are using the upload offline conversions sample. The sample 
specifies that custom variable constants are optional:

// Optional: Specify the conversion custom variable ID and value you want to
// associate with the click conversion upload.
private const CONVERSION_CUSTOM_VARIABLE_ID = null;
private const CONVERSION_CUSTOM_VARIABLE_VALUE = null;

You should be able to just leave these as null.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2HCemA:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5y1Fp0QU323A00itBBBVSKQ4qCJS5GDqi9ZA%40sfdc.net.


Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-06-01 Thread denis kolmer
Thank you.

So I was using the wrong library, that's why It wasn't working.

I'm now using the code you suggested, and i successfully ran the example to 
get the campaigns from https://github.com/googleads/google-ads-php.

Unfortunately when I run an UploadOfflineConversation, i can't pass the 
following partial error.

Intially, I ran *php .\examples\Remarketing\AddConversionAction.php 
--customerId *
which returned *New conversion action added with resource name: 
'customers//conversionActions/'*

Then I ran
*php .\examples\Remarketing\UploadOfflineConversion.php --customerId  
--conversionActionId  --gclid gclid123 --conversionDateTime '2021-01-01 
12:32:45-08:00' --conversionValue 1.0 --conversionCustomVariableId 
customVarId1 --conversionCustomVariableValue customVarValue1*
which returns  
*[2021-06-02T05:27:10.506647+00:00] google-ads.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v7.services.ConversionUploadService/UploadClickConversions",
 
CustomerId: , RequestId: "elftztJ9gLLJYppP-fzkyg", IsFault: 0, 
FaultMessage: "None"*
*Partial failures occurred: 'Resource name 
'customers//conversionCustomVariables/customVarId1' is malformed: 
expected 
'customers/{customer_id}/conversionCustomVariables/{ConversionCustomVariable.conversion_custom_variable_id}'.,
 
at conversions[0].custom_variables[0].conversion_custom_variable'.*

I don't really want to use "*conversionCustomVariableId" *or "
*conversionCustomVariableValue" * but they are required parameters, so I'm 
lost.
I looked in Google Ads interface without finding any clue.

I know this issue is not related to the title anymore, but since I'm still 
not able to complete my OfflineConversion, I thought I will add in this 
topic.
Thank you by advance.

Cheers
Denis

Le mercredi 2 juin 2021 à 05:41:31 UTC+10, adsapiforumadvisor a écrit :

> Hi Denis,
>
> The AdWords API is no longer available for new users 
> . 
> Please use the new Google Ads API.
>
> Can you please confirm if you have had any specific issues with using the 
> Ads API with your developer token? If you're having trouble getting 
> started 
> , 
> can you let us know what stage you are currently at?
>
> Regards,
>
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HCemA:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aea9eb45-ce42-4224-82bf-de85314b7251n%40googlegroups.com.


Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hi Denis,

The AdWords API is no longer available for new users. Please use the new Google 
Ads API.

Can you please confirm if you have had any specific issues with using the Ads 
API with your developer token? If you're having trouble getting started, can 
you let us know what stage you are currently at?

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2HCemA:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Q-IIR0QU1G0T00XRFfGniNRMWQW5B7rkda-Q%40sfdc.net.


Re: QuotaCheckError.INVALID_TOKEN_HEADER

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hello,

Based on what you said, I made a few changes to the documentation such as 
rewording the Sign Up page in the AdWords API 
(https://developers.google.com/adwords/api/docs/guides/signup) to make it more 
clear that new sign ups can only happen for the Google Ads API now. Thanks for 
taking the time to provide feedback.

Best,
Nadine, Google Ads API Team
ref:_00D1U1174p._5004Q2HD5KB:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/jMi520QU135A00vcV0kRMsQ82vBcP3QZbzFQ%40sfdc.net.


Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-06-01 Thread denis kolmer
Hi
Since you are implying that the issue come from the Authentication, I 
created a new token just now, and in the authentication process I chose to 
access both API, to test something new. (with option = 2)
-> same issue 1st of June at 16:10 Sydney Time.
-> time: [2021-06-01T06:10:41.671123+00:00]
-> requestId = 0005c3ae337bd9a60a62ce4f33063b62 
-> POST  /api/adwords/cm/v201809/OfflineConversionFeedService?wsld

I really don't know what to do to make it work?
I'm using the PHP version of the examples, and run the PHP code via command 
line.

Since I"m supposed to use Ads API only, I created a new token at 16:16 same 
day (with option = 0)
-> same issue
-> time : [2021-06-01T06:18:42.472158+00:00]
-> requestId = 0005c3ae5024e95b0a625b05910664f2 

Let me know what else I should test or do to progress with this matter.

Thank you.
Le jeudi 27 mai 2021 à 01:07:20 UTC+10, adsapiforumadvisor a écrit :

> Hello,
>
> My name is Matt and I work alongside Peter. Can you please provide us with 
> the date that your developer token was created?
>
> Thanks,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
>  
>
> ref:_00D1U1174p._5004Q2HCemA:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/598f32df-79cd-48f1-87d7-cc0c0464b977n%40googlegroups.com.


Re: QuotaCheckError.INVALID_TOKEN_HEADER

2021-05-31 Thread Алексей Чигинцев
>> In that blog post, we say, "Any developers applying for a new developer 
token after today will only be given access to the Google Ads API. "
Sorry I didn't answer right away. Thank you very much, we started working 
with the new documentation and now everything is fine. The two Google Ads 
API and AdWords API documentation are confusing, especially when they 
really look similar (I'm talking about design on sites), it's not 
immediately clear that they are different projects, and a small paragraph 
in the article can easily be skipped.
среда, 26 мая 2021 г. в 01:46:33 UTC+5, adsapiforumadvisor: 

> Hello,
>
> In April, we announced the sunset of the AdWords API (
> https://ads-developers.googleblog.com/2021/04/upgrade-to-google-ads-api-from-adwords.html).
>  
> In that blog post, we say, "Any developers applying for a new developer 
> token after today will only be given access to the Google Ads API. " You 
> can take a look at the Google Ads API here (
> https://developers.google.com/google-ads/api/docs/start). You can use the 
> same developer token and OAuth credentials.
>
> Cheers,
> Nadine Wang, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5004Q2HD5KB:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dc895520-35dc-46b0-afed-bde75b91a3fan%40googlegroups.com.


Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-05-30 Thread Google Ads API Forum Advisor Prod
Hi,

I work with William and let me provide support to your concern.

Could you confirm if the developer token was recently created and you've used 
it in API request of AdWords API? If yes, then new developer tokens can only be 
used with the Google Ads API. Existing developer tokens before the announcement 
will continue to work for the AdWords API.

That said, you may clarify with the Compliance Team, via this contact form, 
whether you can still be able to use any developer tokens for the AdWords API. 
I hope this helps.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2Hxwkj:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/QTYZO0QTYBAC00NDJEwvX7Q625ufDlTYEQZg%40sfdc.net.


Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-05-29 Thread 360Tech Explorer
I already look the error doc And I copy the token and same it in 
Googleads.yaml file property...

Is there any solution to figure out the exactly is woung?

BTW if you guys logs let me know.

On Wednesday, 26 May 2021 at 22:03:41 UTC+5:30 adsapiforumadvisor wrote:

> Hi 360Tech,
>
> Thank you for bringing this issue to our attention. As you will see here 
> <https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER>,
>  
> when getting this error it shows that the developer token being used is 
> either not correct or mistyped. We would suggest to make sure that any 
> references to the token are correct as it is easy to mistype this.
>
> Regards,
> [image: Google Logo] 
> William Pescherine 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Hxwkj:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5e01ec44-a939-4074-8c93-df61665b92b0n%40googlegroups.com.


Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.How to check what the issue is?

2021-05-27 Thread Google Ads API Forum Advisor Prod
Hi Sergey,

Just to clarify, have you resolved the other errors mentioned in this thread 
and are currently blocked by the streaming error with message: "Streaming calls 
are not supported while using the REST transport"?

If so I can try to help you find a solution, I just want to make sure that's 
the current issue you're facing.

Thanks,
Ben Karl, Google Ads API Team
ref:_00D1U1174p._5004Q2HCQwh:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/892Cq0QTRW7800zO7lTKSHTGe3V7kVCleTug%40sfdc.net.


Re: Error: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.'

2021-05-27 Thread Roberto S
 Hi,
I switch from googleads-php-lib to google-ads-php and so I solved the 
problem.

Roberto


On Wednesday, 26 May 2021 at 11:58:12 UTC+2 360tech...@gmail.com wrote:

> Hi Roberto,
> I hope all is going well.
>
> I here to asked you about this issue.
> I have same issue, Have you solved this?
>
> Thanks
> On Tuesday, 11 May 2021 at 14:13:47 UTC+5:30 Roberto S wrote:
>
>>
>> Hi, 
>> I use AdGroupCriterionService for 'query' and 'mutate' operations.
>> When I use 'query' operation everything works correctly but when I try
>> to mutate some criteria the api returns:
>> *QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must 
>> use the Google Ads API.'*
>>
>> I am using *googleads-php-lib* ( 
>> https://github.com/googleads/googleads-php-lib),
>> this means that instead I have to use *google-ads-php* ?
>>
>> Thanks,
>> Roberto
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/26791afd-3831-4e38-a803-02647e85e3b2n%40googlegroups.com.


RE: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-05-26 Thread Google Ads API Forum Advisor Prod
Hi 360Tech,

Thank you for bringing this issue to our attention. As you will see here, when 
getting this error it shows that the developer token being used is either not 
correct or mistyped. We would suggest to make sure that any references to the 
token are correct as it is easy to mistype this.

Regards,

William Pescherine
Google Ads API Team
ref:_00D1U1174p._5004Q2Hxwkj:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eRemg0QTQ3BS00PSuBuyz6RGywhaUuSkK2sA%40sfdc.net.


Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-05-26 Thread Google Ads API Forum Advisor Prod
Hello,

My name is Matt and I work alongside Peter. Can you please provide us with the 
date that your developer token was created?

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2HCemA:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7rsbY0QTPZBT00xXLqjD_2Qzizpv5G7XLTbA%40sfdc.net.


Re: Error: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.'

2021-05-26 Thread 360Tech Explorer
Hi

I think you didn't get the context i mean i have the same error. I am 
asking you Is you get the solution.

help me at: https://groups.google.com/g/adwords-api/c/BPf4-GaTnfs

Thanks

On Tuesday, 11 May 2021 at 14:13:47 UTC+5:30 Roberto S wrote:

>
> Hi, 
> I use AdGroupCriterionService for 'query' and 'mutate' operations.
> When I use 'query' operation everything works correctly but when I try
> to mutate some criteria the api returns:
> *QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use 
> the Google Ads API.'*
>
> I am using *googleads-php-lib* ( 
> https://github.com/googleads/googleads-php-lib),
> this means that instead I have to use *google-ads-php* ?
>
> Thanks,
> Roberto
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aeb4508e-c2eb-4fd1-8951-e46a526716dfn%40googlegroups.com.


[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-05-26 Thread 360Tech Explorer

Hi,

To be honest I don't like the the doc of google ads api 
<https://developers.google.com/adwords/api/docs/guides/first-api-call>.

Docs say that i have to create a Manage account (non-test) i did same and 
request the basic access. with that i also setup Oauth2.0 with this same 
email. (comp...@gmail.com)

Then I create another Google "Test manager account" with different email. 
(test-account-x...@gmail.com)

then i authorize the Test account (test-account-x...@gmail.com) and get 
refresh token as well.

After that when i run the script it though this error:
[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use 
the Google Ads API.']

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/58dfc619-9f26-4740-a630-ac5997164efan%40googlegroups.com.


Re: Error: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.'

2021-05-26 Thread 360Tech Explorer
Hi Roberto,
I hope all is going well.

I here to asked you about this issue.
I have same issue, Have you solved this?

Thanks
On Tuesday, 11 May 2021 at 14:13:47 UTC+5:30 Roberto S wrote:

>
> Hi, 
> I use AdGroupCriterionService for 'query' and 'mutate' operations.
> When I use 'query' operation everything works correctly but when I try
> to mutate some criteria the api returns:
> *QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use 
> the Google Ads API.'*
>
> I am using *googleads-php-lib* ( 
> https://github.com/googleads/googleads-php-lib),
> this means that instead I have to use *google-ads-php* ?
>
> Thanks,
> Roberto
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2ecc06c1-6deb-4eb2-b5d6-8f65c36a7492n%40googlegroups.com.


Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-05-26 Thread denis kolmer
Hi,
To clarify, I received the token, and tried to push an offline conversion. 
I didn't do anything else.
So I guess I should wait for your feedback about this?

Le lundi 24 mai 2021 à 13:13:14 UTC+10, adsapiforumadvisor a écrit :

> Hi Denis,
>
> Thank you for reaching out to our API support team.
>
> However, I had to delete your initial post as it contained the details of 
> your logs. For further discussion on your logs, you may send the details 
> using the *Reply privately to author* option, or email us directly via 
> our googleadsa...@google.com alias.
>
> Moving forward, can you clarify when the developer token you used for 
> these queries was created? Our team is looking into this issue, but it's 
> possible that, since the AdWords API deprecation notice was announced 
> ,
>  
> limitations have been placed on the usage of the AdWords API for new 
> developer tokens
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HCemA:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b73db807-78ae-4131-a345-e37bb218f6fan%40googlegroups.com.


Re: QuotaCheckError.INVALID_TOKEN_HEADER

2021-05-25 Thread Google Ads API Forum Advisor Prod
Hello,

In April, we announced the sunset of the AdWords API 
(https://ads-developers.googleblog.com/2021/04/upgrade-to-google-ads-api-from-adwords.html).
 In that blog post, we say, "Any developers applying for a new developer token 
after today will only be given access to the Google Ads API. " You can take a 
look at the Google Ads API here 
(https://developers.google.com/google-ads/api/docs/start). You can use the same 
developer token and OAuth credentials.

Cheers,
Nadine Wang, Google Ads API Team
ref:_00D1U1174p._5004Q2HD5KB:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/_fshr0QTOKBO008cqSJUzjT5SiXu2CS1Ssjw%40sfdc.net.


Re: QuotaCheckError.INVALID_TOKEN_HEADER

2021-05-24 Thread Алексей Чигинцев
Hello, tried again - the error persists.
We need this API, so we really look forward to your comments and 
recommendations.
 
The developer token was created very recently (a few days ago) and did not 
touch the updates (April 22), which are mentioned in neighboring similar 
topics.

понедельник, 24 мая 2021 г. в 23:32:56 UTC+5, adsapiforumadvisor: 

> Hello,
>
> I'll take a look and see if this error message is intended or not. I will 
> provide an update as soon as I hear any updates.
>
> Regards,
> Anthony
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HD5KB:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6865ea22-d22b-4e1c-b3c0-3ba2aae1d36cn%40googlegroups.com.


RE: QuotaCheckError.INVALID_TOKEN_HEADER

2021-05-24 Thread Google Ads API Forum Advisor Prod
Hello,

I'll take a look and see if this error message is intended or not. I will 
provide an update as soon as I hear any updates.

Regards,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q2HD5KB:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9ph-G0QTMJIH00aKNXsU4UR3iU856EOnfuHA%40sfdc.net.


RE: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-05-23 Thread Google Ads API Forum Advisor Prod
Hi Denis,

Thank you for reaching out to our API support team.

However, I had to delete your initial post as it contained the details of your 
logs. For further discussion on your logs, you may send the details using the 
Reply privately to author option, or email us directly via our 
googleadsapi-supp...@google.com alias.

Moving forward, can you clarify when the developer token you used for these 
queries was created? Our team is looking into this issue, but it's possible 
that, since the AdWords API deprecation notice was announced, limitations have 
been placed on the usage of the AdWords API for new developer tokens

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2HCemA:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/FFZzr0QTLCXO00rBCvA1vuQoGzbQZ7fziMkw%40sfdc.net.


QuotaCheckError.INVALID_TOKEN_HEADER

2021-05-23 Thread Алексей Чигинцев
Hi, and please accept our apologies in advance for the broken English.

Our developer token has been approved (basic access), but when I try to use 
the allowed methods (creating report's), the Google Ads server returns an 
error:
***error***
QuotaCheckError.INVALID_TOKEN_HEADER
New developers must use the Google Ads API.
***error***

Please note that the same requests before access approval (test requests) 
worked well.
Also I tried to reset the access token and get a new (after the developer's 
token is approved). Plus, tried to reset the developer token. No result.

I don't use libraries, in this case we send a POST request directly to the 
address (we use PHP-Yii2 - yiisoft/yii2-httpclient):
https://adwords.google.com/api/adwords/reportdownload/v201809

Google Ads technical support provided a link to this source 
<https://ads-developers.googleblog.com/2021/04/upgrade-to-google-ads-api-from-adwords.html>,
 
but in our case, we have just started using the Google Ads API and are are 
making all the requirements in accordance with the new documentation 
<https://developers.google.com/adwords/api/docs/guides/first-api-call?hl=ru>. 
(also the same queries for the test CustomerIDs worked. Unprotected 
authorized redirect URIs were also removed from the created web application 
in Google Cloud Platform Console for our project)

*Request info*:

*Headers:*
{
"Authorization": "Bearer {{last_token}}",
"skipReportHeader": true,
"skipColumnHeader": true,
"skipReportSummary": true,
"developerToken": "{{approved_token}}",
"clientCustomerId": "{{our_customer_id}}"
}

*Data:*
{
  "__fmt": "TSV",
  "__rdquery": "SELECT Date, CampaignName, CampaignGroupId, CampaignId, 
Impressions, Clicks, Ctr, Cost, AverageCpc, Conversions FROM 
CAMPAIGN_PERFORMANCE_REPORT DURING LAST_7_DAYS"
}

Please help me solve the problem, maybe I missed something in the 
documentation?
Thank you in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/58357913-2b43-4a96-a545-e9a1db197574n%40googlegroups.com.


Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.How to check what the issue is?

2021-05-22 Thread Sergey Morozov
 Hello.

What is the reason for this error?

Streaming calls are not supported while using the REST transport. (0)
/vendor/google/gax/src/Transport/HttpUnaryTransportTrait.php:137
#0: Google\ApiCore\Transport\RestTransport->throwUnsupportedException()

суббота, 22 мая 2021 г. в 00:21:01 UTC+3, Sergey Morozov: 

> Hello - 
> Thank you, 05.11.2021 
> This works with - https://developers.google.com/google-ads/api/docs/start 
>
> пятница, 21 мая 2021 г. в 18:10:04 UTC+3, adsapiforumadvisor: 
>
>> Hello - 
>>
>> Can you clarify when the developer token you used for these queries was 
>> created? I'm looking into it, but it's possible that, since the AdWords 
>> API deprecation notice was announced 
>> ,
>>  
>> we've placed limitations on the usage of the AdWords API for new developer 
>> tokens.
>>
>> Thanks,
>> Ben Karl, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q2HCQwh:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0629482a-fac8-4f8d-b737-d4896507cd62n%40googlegroups.com.


Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.How to check what the issue is?

2021-05-21 Thread Sergey Morozov
 Hello - 
Thank you, 05.11.2021 
This works with - https://developers.google.com/google-ads/api/docs/start 

пятница, 21 мая 2021 г. в 18:10:04 UTC+3, adsapiforumadvisor: 

> Hello - 
>
> Can you clarify when the developer token you used for these queries was 
> created? I'm looking into it, but it's possible that, since the AdWords 
> API deprecation notice was announced 
> ,
>  
> we've placed limitations on the usage of the AdWords API for new developer 
> tokens.
>
> Thanks,
> Ben Karl, Google Ads API Team
>
> ref:_00D1U1174p._5004Q2HCQwh:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/93e775f1-0fd0-4e80-b2f0-fd88e5c777f8n%40googlegroups.com.


RE: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.How to check what the issue is?

2021-05-21 Thread Google Ads API Forum Advisor Prod
Hello -

Can you clarify when the developer token you used for these queries was 
created? I'm looking into it, but it's possible that, since the AdWords API 
deprecation notice was announced, we've placed limitations on the usage of the 
AdWords API for new developer tokens.

Thanks,
Ben Karl, Google Ads API Team
ref:_00D1U1174p._5004Q2HCQwh:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9SWYe0QTGQ4F00ul-7vvDLQQ64-M3KGicPPQ%40sfdc.net.


[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-05-21 Thread denis kolmer
Hi,
I just got my google Ads Api application approved, i followed all the steps 
to complete adsapi_php.ini.
I added the following in adseapi_php.ini

   - developerToken = "aaa"
   - clientCustomerId = "bbb"
   - clientId = "ccc"
   - clientSecret = "ddd"
   - refreshToken = "eee"
   
I'm using *https://github.com/googleads/googleads-php-lib* and the 
associated examples 
*https://github.com/googleads/googleads-php-lib/tree/master/examples/AdWord*
s. 

Because I'm beginning, I will use the example file 
*Google\AdsApi\Examples\AdWords\v201809\Remarketing\UploadOfflineConversions.php
 
*to test if it works.

I updated the 4 constant at the top of the file with somes values then run 
the file through the command line.

I got the message *"[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New 
developers must use the Google Ads API.']"*

I did 
check 
https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER
 
but

   - Ensure that a developer token has been set and matches the value in 
   the AdWords API Center. --> verified 3 times
   - Ensure that the headers of the request are in the namespace 
   https://adwords.google.com/api/adwords/cm/{version}, where {version} is 
   replaced with the version of the API being used. --> the soap envelop 
   contains: https://adwords.google.com/api/adwords/cm/v201809
   
Bottom line, this message is very confusing, because I'm using the Google 
Ads Api, and I have the impression I'm following the required 
implementation.

Any thoughts on what I'm doing wrong? Or where should I look?
Thank you by advance.


The full output of my OfflineConversion request is 

[2021-05-21T10:33:48.820766+00:00] AW_SOAP.WARNING: clientCustomerId=bbb 
operations=1 service=OfflineConversionFeedService method=mutate 
responseTime=125 requestId=0005c2d49850eb440aa78ac610010a74 
server=adwords.google.com isFault=1 
faultMessage=[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New 
developers must use the Google Ads API.']
[2021-05-21T10:33:48.820933+00:00] AW_SOAP.NOTICE: POST 
/api/adwords/cm/v201809/OfflineConversionFeedService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/7.3.21
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 950
Authorization: REDACTED


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809;>bbbREDACTEDunknown
 
(AwApi-PHP, googleads-php-lib/52.0.0, 
PHP/7.3.21)falsefalseADDtest_glid_01test-conv-shopify-v320210521
 
00 
America/Los_Angeles1

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Fri, 21 May 2021 10:33:47 GMT
Expires: Fri, 21 May 2021 10:33:47 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: h3-29=":443"; ma=2592000,h3-T051=":443"; 
ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; 
ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked

http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201809;>0005c2d49850eb440aa78ac610010a74OfflineConversionFeedServicemutate1125soap:Client[QuotaCheckError.INVALID_TOKEN_HEADER
 
@ ; trigger:'New developers must use the Google Ads 
API.']https://adwords.google.com/api/adwords/cm/v201809;>[QuotaCheckError.INVALID_TOKEN_HEADER
 
@ ; trigger:'New developers must use the Google Ads 
API.']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="QuotaCheckError">New developers 
must use the Google Ads 
API.QuotaCheckError.INVALID_TOKEN_HEADERQuotaCheckErrorINVALID_TOKEN_HEADER


Fatal error: Uncaught Google\AdsApi\AdWords\v201809\cm\ApiException: 
[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use 
the Google Ads API.'] in 
C:\wamp64\www\app-fortrabbit\vendor\googleads\googleads-php-lib\src\Google\AdsApi\Common\Util\Reflection.php:43
Stack trace:
#0 
C:\wamp64\www\app-fortrabbit\vendor\googleads\googleads-php-lib\src\Google\AdsApi\Common\Util\Reflection.php(43):
 
ReflectionClass->newInstanceArgs(Array)
#1 
C:\wamp64\www\app-fortrabbit\vendor\googleads\googleads-php-lib\src\Google\AdsApi\Common\AdsSoapClient.php(203):
 
Google\AdsApi\Common\Util\Reflection->createInstance('Google\\AdsApi\\A...', 
Array)
#2 
C:\wamp64\www\app-fortrabbit\vendor\googleads\googleads-php-lib\src\Google\AdsApi\Common\AdsSoapClient.php(165):
 
Google\AdsApi\Common\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault))
#3 
C:\wamp64\www\app-fortrabbit\vendor\googleads\googleads-php-lib\src\Google\AdsApi\AdWords\v201809\cm\OfflineConversionFeedSe

RE: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.How to check what the issue is?

2021-05-20 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out to our API support team.

However, I had to remove your initial post as it contained information of your 
entire logs. For future posts and further discussion on your logs, you may send 
these details using the Reply privately to author option or you may also opt to 
reach out to us directly via our googleadsapi-supp...@google.com alias.

Moving forward, allow me to reach out to the rest of our team so I can raise 
this error and for us to investigate further. We'll reach back to you via this 
thread once we have more updates.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2HCQwh:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2RAG-0QTG0C200P-DkCiX2QRS-_1lCiWNNWA%40sfdc.net.


QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.How to check what the issue is?

2021-05-20 Thread Сергей Морозов

I'm using CustomerService and ManagedCustomerService to retrieve all ad 
accounts that I have. However, I had some strange behaviors when running my 
code 

I occasionally got [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New 
developers must use the Google Ads API.'] error (I ran the same command 
twice, got the accounts on the first one but there was an error on the 
second one).
log in attachment.

The Test Manager Account ID is 991-731-4809.
What is the problem?


[2021-05-20T09:50:32.101522+03:00] AW_SOAP.WARNING: 
clientCustomerId=991-731-4809 operations=1 service=ManagedCustomerService 
method=get responseTime=184 requestId=0005c2bd5c0358b60a1ba6c87f02be3b 
server=adwords.google.com isFault=1 
faultMessage=[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New 
developers must use the Google Ads API.']  
[2021-05-20T09:50:32.101820+03:00] AW_SOAP.NOTICE: POST 
/api/adwords/mcm/v201809/ManagedCustomerService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/7.4.19
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 993
Authorization: REDACTED


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809; 
xmlns:ns2="https://adwords.google.com/api/adwords/mcm/v201809;>991-731-4809REDACTEDunknown
 
(AwApi-PHP, googleads-php-lib/53.0.0, 
PHP/7.4.19)falsefalseCustomerIdNameCustomerIdASCENDING0500

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Thu, 20 May 2021 06:50:32 GMT
Expires: Thu, 20 May 2021 06:50:32 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: h3-29=":443"; ma=2592000,h3-T051=":443"; 
ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; 
ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked

http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201809; 
xmlns="https://adwords.google.com/api/adwords/mcm/v201809;>0005c2bd5c0358b60a1ba6c87f02be3bManagedCustomerServiceget1184soap:Server[QuotaCheckError.INVALID_TOKEN_HEADER
 
@ ; trigger:'New developers must use the Google Ads 
API.']https://adwords.google.com/api/adwords/mcm/v201809; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809;>[QuotaCheckError.INVALID_TOKEN_HEADER
 
@ ; trigger:'New developers must use the Google Ads 
API.']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ns2:QuotaCheckError">New 
developers must use the Google Ads 
API.QuotaCheckError.INVALID_TOKEN_HEADERQuotaCheckErrorINVALID_TOKEN_HEADER


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fe77dbe1-f4b3-44a0-b7ac-b50dcca42123n%40googlegroups.com.


Error: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.'

2021-05-11 Thread Roberto S

Hi, 
I use AdGroupCriterionService for 'query' and 'mutate' operations.
When I use 'query' operation everything works correctly but when I try
to mutate some criteria the api returns:
*QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use 
the Google Ads API.'*

I am using *googleads-php-lib* ( 
https://github.com/googleads/googleads-php-lib),
this means that instead I have to use *google-ads-php* ?

Thanks,
Roberto

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b7993899-c745-45f6-8f66-bdbc1075fe7dn%40googlegroups.com.


Re: CustomerService, getCustomers: QuotaCheckError.INVALID_TOKEN_HEADER

2018-06-28 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Giacomo,

I'm glad it works on your end. Seems the problem itself was in the 
developer token rather than the RequestHeader. I believe the documentation 
for QuotaCheckError.INVALID_TOKEN_HEADER 
<https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER>
 is 
still updated since as per the common cause of the issue is either the 
developer token is not set on the request or it contains a typo or the 
namespace of the headers in the request is not correct. Feel free to write 
back if you have further clarifications.

Regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0cc24bfb-e4b2-44b6-b824-efd1b11fb070%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService, getCustomers: QuotaCheckError.INVALID_TOKEN_HEADER

2018-06-28 Thread Giacomo Furlan
Hello Luis,

updates here. I've learnt that the developer key is not actually an API 
key, but an AdWords developer key (from the AdWords API Centre section of 
an administrative AdWords account). As per the first point thus it's not 
inherent anymore. I've created a MCC account now and applied for a basic 
developer token.

As per the request header, I think it's correct as per documentation: 
https://developers.google.com/adwords/api/docs/reference/v201806/CustomerService?hl=lb
 
- not sure though if the common errors section is updated, or if I need 
special permissions.

Thanks :)

Giacomo

Il giorno giovedì 28 giugno 2018 09:13:56 UTC+2, Luis Xander Talag (AdWords 
API Team) ha scritto:
>
> Hi Giacomo,
>
> Could you clarify if you are using the AdWords API 
> <https://developers.google.com/adwords/api/docs/guides/start> or the Google 
> Ads API <https://developers.google.com/google-ads/api/docs/start>? Cause 
> in this step "*1. I've went to the Google API dashboard and enabled the 
> Google Ads API from the library*" is for Google Ads API only. However, 
> your logs seems from the AdWords API service.
>
> Moving forward, the QuotaCheckError.INVALID_TOKEN_HEADER 
> <https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER>
>  error 
> you encountered means that the developer token was not set on the request 
> or it contains a typo or the namespace of the headers in the request might 
> not be correct. Could you clarify if your developer token is correct? You 
> can login to your AdWords MCC Account, go to *Account Settings -> AdWords 
> API Center, *to verify the correct developer token. 
>
> With regards to your RequestHeader, I'm not sure how you get the "
> https://adwords.google.com/api/adwords/mcm/v201806; RequestHeader as it 
> should be "https://adwords.google.com/api/adwords/cm/v201806; only. If 
> you could confirm that your developer token is correct and the error still 
> persist, I would suggest to post your issue here 
> <https://github.com/googleads/googleads-php-lib> as the PHP client 
> library owners are better equipped to assist you here.
>
> Thanks and regards,
> Luis
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cec216ac-3108-4225-be72-7b0217e713a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService, getCustomers: QuotaCheckError.INVALID_TOKEN_HEADER

2018-06-28 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Giacomo,

Could you clarify if you are using the AdWords API 
<https://developers.google.com/adwords/api/docs/guides/start> or the Google 
Ads API <https://developers.google.com/google-ads/api/docs/start>? Cause in 
this step "*1. I've went to the Google API dashboard and enabled the Google 
Ads API from the library*" is for Google Ads API only. However, your logs 
seems from the AdWords API service.

Moving forward, the QuotaCheckError.INVALID_TOKEN_HEADER 
<https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER>
 error 
you encountered means that the developer token was not set on the request 
or it contains a typo or the namespace of the headers in the request might 
not be correct. Could you clarify if your developer token is correct? You 
can login to your AdWords MCC Account, go to *Account Settings -> AdWords 
API Center, *to verify the correct developer token. 

With regards to your RequestHeader, I'm not sure how you get the "
https://adwords.google.com/api/adwords/mcm/v201806; RequestHeader as it 
should be "https://adwords.google.com/api/adwords/cm/v201806; only. If you 
could confirm that your developer token is correct and the error still 
persist, I would suggest to post your issue here 
<https://github.com/googleads/googleads-php-lib> as the PHP client library 
owners are better equipped to assist you here.

Thanks and regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/676676c4-685d-4e76-a1e0-8fe303688a02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CustomerService, getCustomers: QuotaCheckError.INVALID_TOKEN_HEADER

2018-06-27 Thread Giacomo Furlan
Hello!

I'm trying to get the AdWords API work on my service's integration. I'm 
trying to use the CustomerService to get the list of customers associated 
of the oauth-authenticated account.

What I've done so far:
1. I've went to the Google API dashboard and enabled the Google Ads API 
from the library
2. I've created an API key (unrestricted for now) from the credentials page
3. I've created an OAuth 2.0 clients ID

Then I configured an API session with the following information:

1. the (unexpired (tested)) access token
2. the refresh token
3. the client id (see previous point 3)
4. the client secret (see previous point 3)
5. the developer key (see previous point 2)

Now trying to call the getCustomers SOAP call, it throws an exception 
(QuotaCheckError.INVALID_TOKEN_HEADER) triggered by the API key.

My call (stripped out sensible information):


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1="https://adwords.google.com/api/adwords/mcm/v201806; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201806;>MY_API_KEY_HEREunknown
 
(AwApi-PHP, googleads-php-lib/35.2.0, 
PHP/7.1.9)falsefalse

The response (stripped out sensible information):

http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201806; 
xmlns="https://adwords.google.com/api/adwords/mcm/v201806;>00056f9f586d04410a1b344ea10b1915CustomerServicegetCustomers0138soap:Server[QuotaCheckError.INVALID_TOKEN_HEADER
 
@ ; trigger:'MY_API_KEY_HERE']https://adwords.google.com/api/adwords/mcm/v201806; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201806;>[QuotaCheckError.INVALID_TOKEN_HEADER
 
@ ; 
trigger:'MY_API_KEY_HERE']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ns2:QuotaCheckError">MY_API_KEY_HEREQuotaCheckError.INVALID_TOKEN_HEADERQuotaCheckErrorINVALID_TOKEN_HEADER

According to https://developers.google.com/adwords/api/docs/common-errors 
this error is associated, amongst the others, to a wrong namespace which 
should be https://adwords.google.com/api/adwords/cm/{version} <-- note as 
the last part in the call is not "cm" but "mcm"

What can I do to fix this?

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/228970e1-869d-447e-ba22-2be366b2c015%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Intermittent QuotaCheckError.INVALID_TOKEN_HEADER / C# API / UserListService

2018-04-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello,

The issue has been resolved. Could you please try again and let us know if 
this still persists.

Best,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a3e297a7-7a57-446b-8b75-5d8fee768bd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, 

This issue is resolved now and you are not expected to see any more 
failures. Please let us know if you are still encountering the 
INVALID_TOKEN_HEADER error.

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1e49fd66-7b5f-4eec-8670-3fc380fb7e27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting QuotaCheckError.INVALID_TOKEN_HEADER Error for some requests since April 10

2018-04-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, 

This issue is resolved now and you are not expected to see any more 
failures. Please let us know if you are still encountering the 
INVALID_TOKEN_HEADER error.

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/430a02cd-d6f0-4723-b9eb-e7ee113e1683%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Intermittent QuotaCheckError.INVALID_TOKEN_HEADER / C# API / UserListService

2018-04-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Robert, 

Our team is currently investigating the issue. I will keep you posted if I 
have any new updates to share. 

Thanks,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fbd2eb55-d6a5-4f00-bf88-2f6473e85e4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting QuotaCheckError.INVALID_TOKEN_HEADER Error for some requests since April 10

2018-04-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, 

Our team is actively working on fixing this issue. I will keep you posted 
on the updates.

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/08e9e07a-6e32-4c46-af4b-9b7afd0ef289%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Our team is actively working on fixing this issue. I will keep you posted 
on the updates.

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/67469daa-d256-4e8f-8ebd-7277ad4257e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting QuotaCheckError.INVALID_TOKEN_HEADER Error for some requests since April 10

2018-04-10 Thread paradoxxsoftware
Hello, 

same issue here. It started 6 hours ago. Only in AdwordsUserListService 
call. 5% times it works, 95% not.  Others API call are ok.
We did not change anything on our side.

Best regards

Juro.

Dňa utorok, 10. apríla 2018 11:52:12 UTC+2 alexande...@emarsys.com 
napísal(-a):

>  Hi,
>
> we are seeing the same error and sometimes it works. We even re-generated 
> the developer token in the AdWords API Center but that didn't help. We also 
> didn't deploy any changes. For us it the issue started to happen at 18:11 
> UTC yesterday (2018-04-09).
>
> Best,
> Alexander
>
> On Tuesday, 10 April 2018 11:37:24 UTC+2, Ate Fokkinga wrote:
>>
>>
>> Hi!
>>
>> We have a connection between our SaaS product and Google Adwords running 
>> for several customers. It runs a daily export to Adwords. Starting last 
>> night, the exports started failing with a `INVALID_TOKEN_HEADER` error.
>>
>> There has been no change in our code between the last correct export and 
>> the failing export and we haven't changed any settings in the API centre. 
>> Furthermore, some requests still occur correctly and others don't.
>>
>> For example this request is handled correctly:
>>
>> > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/; 
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
>> xmlns:tns="https://adwords.google.com/api/adwords/mcm/v201802; 
>> xmlns:jaxb="http://java.sun.com/xml/ns/jaxb; 
>> xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>
>>   
>> > xmlns:ns1="https://adwords.google.com/api/adwords/mcm/v201802; 
>> xmlns="https://adwords.google.com/api/adwords/mcm/v201802;>
>>   __our_user_agent__
>>   __our_developer_token__
>>   __our_client_customer_id__
>> 
>>   
>>   
>> https://adwords.google.com/api/adwords/mcm/v201802;>
>>   
>> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>CustomerId
>> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>Name
>> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>AccountLabels
>> 
>>   ExcludeHiddenAccounts
>>   EQUALS
>>   true
>> 
>>   
>> 
>>   
>>
>>
>> And this request causes an error:
>>
>> > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/; 
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
>> xmlns:tns="https://adwords.google.com/api/adwords/rm/v201802; 
>> xmlns:jaxb="http://java.sun.com/xml/ns/jaxb; 
>> xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>
>>   
>> > xmlns:ns1="https://adwords.google.com/api/adwords/rm/v201802; 
>> xmlns="https://adwords.google.com/api/adwords/rm/v201802;>
>>
>>   __our_user_agent__
>>   __our_developer_token__
>>   __our_client_customer_id__
>>
>>https://adwords.google.com/api/adwords/rm/v201802;>  
>> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>Id
>>  https://adwords.google.com/api/adwords/cm/v201802;>Name 
>> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>Status
>>  https://adwords.google.com/api/adwords/cm/v201802;>SizeRange 
>> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>IsReadOnly
>>   Name 
>> EQUALS __some_name__ 
>>   Status 
>> EQUALS OPEN 
>>   ListType 
>> EQUALS CRM_BASED 
>> REMARKETING   
>>   
>>
>>
>> This causes me to suspect the AdwordsUserList service as a culprit. But I 
>> can't explain why the above request would function correctly two days ago, 
>> and stop failing with a INVALID_TOKEN_HEADER error yesterday. 
>>
>> Hopefully you can help me shed light on this topic. I've replaced our 
>> userAgent, developerToken and clientCustomerId with other values in the two 
>> posted requests.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2156279c-c09c-4766-b46d-f57216fdad12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

We are currently looking into this issue, will update you soon on what we 
find. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/29ff15de-f83a-4916-a720-2950e8d923d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

I deleted your original post as it contains your confidential information 
such as your access token. In the future, please do not include any private 
information in a public post. You can refer to this guide 
<https://groups.google.com/forum/?utm_medium=email_source=footer#!topic/adwords-api/bBdNvBqDx1I>
 before 
posting. Re-posting this with masked information:

"I've a suite test, performing some basic test every day to adwords api, 
using soap calls. 
Today I saw a regression in call:

URL: https://adwords.google.com/api/adwords/rm/v201802/
AdwordsUserListService
Headers: {headers={Authorization=REDACTED}, connect_timeout=6, 
method=POST, content_type=application/soap+xml; charset=UTF-8, 
read_timeout=6, content_length=1315}
Postbody:

http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="http://www.w3.org/
2001/XMLSchema-instance">
 
   https://adwords.google.com/api/adwords/rm/
v201802" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next; 
soapenv:mustUnderstand="0">
 **
 
 MagNews Google Match Connector
 false
 false
   
 
 
   https://adwords.google.com/api/adwords/rm/v201802;>https://adwords.google.com/api/adwords/cm/v201802
">ADDhttps://adwords.google.com/api/adwords/rm/v201802;>nome 
#1523345583377descrizione15CONTACT_INFO
 

That's the error:
http://schemas.xmlsoap.org/soap/envelope/;>

  https://adwords.google.com/api/adwords/rm/
v201802" xmlns="https://adwords.google.com/api/adwords/cm/v201802;>
  0005697988642cb80a8135c5c203179f
  AdwordsUserListService
  mutate
  1
  52
  


 soap:Client
 [QuotaCheckError.INVALID_TOKEN_HEADER @ ]
   
   https://adwords.google.
com/api/adwords/cm/v201802" xmlns:ns2="https://adwords.
google.com/api/adwords/rm/v201802">
[QuotaCheckError.INVALID_TOKEN_HEADER @ ]
   ApiException
http://www.w3.org/2001/XMLSchema-instance; xsi:type=
"QuotaCheckError">
  

QuotaCheckError.INVALID_TOKEN_HEADER
QuotaCheckError
 INVALID_TOKEN_HEADER
  
  



I searched this error on the net and it's seems that the developer token 
should be wrong* the strange thing* is that this test was successfully 
running *yesterday, *and nobody is modifying the code at least from one 
month!!
The *other strange thing* is that I have *another test *using getCustomers 
endopoint with the *same developer token* and it *doesn't fail*!!

URL: https://adwords.google.com/api/adwords/mcm/v201802/CustomerService
Headers: {headers={Authorization=REDACTED}, connect_timeout=6, 
method=POST, content_type=application/soap+xml; charset=UTF-8, 
read_timeout=6, content_length=886}
Postbody:

http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="http://www.w3.org/
2001/XMLSchema-instance">
 
   https://adwords.google.com/api/adwords/mcm/
v201802" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next; 
soapenv:mustUnderstand="0">
 ***
 
 MagNews Google Match Connector
 false
 false
   
 
 
   https://adwords.google.com/api/adwords/mcm/v201802
">
 


oap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/
v201802" xmlns="https://adwords.google.com/api/adwords/mcm/v201802;>00056979961228880a1b1994ad07058fCustomerServicegetCustomers<
/ns2:methodName>0178<
/ns2:responseTime>https://adwords.google.com/api/adwords/mcm/v201802; xmlns:ns2="
https://adwords.google.com/api/adwords/cm/v201802;>
3854692876EUREurope/
RomeJUnit Test (DON'T TOUCH)false
truefalse<
parallelTrackingEnabled>false<
conversionTrackingSettings>0falsefalse<
remarketingSettings>!-- Google Code for Remarketing Tag --
!--
Remarketing tags may not be associated with personally identifiable 
information or placed on pages related to sensitive categories. See more 
information and instructions on how to setup the tag on: http:
//google.com/ads/remarketingsetup
---
script type="text/javascript"
/* ![CDATA[ */
var google_conversion_id = 812226326;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]] */
/script
script type="text/javascript" src="//www.googleadservices.
com/pagead/conversion.js"
/script
noscript
div style="display:inline;"
img height="1" width="1" style="border-style:none;" alt="" src="//
googleads.g.doubleclick.net/pagead/viewthroughconversion/
812226326/?guid=ONamp;script=0"/
/div
/noscript
!-- Global site tag (gtag.js) - Google 
AdWords: 812226326 --
script async src="https://www.googletagmanager.com/gtag/js?
id=AW-812226326"

Re: Getting QuotaCheckError.INVALID_TOKEN_HEADER Error for some requests since April 10

2018-04-10 Thread alexander.daniel via AdWords API Forum
 Hi,

we are seeing the same error and sometimes it works. We even re-generated 
the developer token in the AdWords API Center but that didn't help. We also 
didn't deploy any changes. For us it the issue started to happen at 18:11 
UTC yesterday (2018-04-09).

Best,
Alexander

On Tuesday, 10 April 2018 11:37:24 UTC+2, Ate Fokkinga wrote:
>
>
> Hi!
>
> We have a connection between our SaaS product and Google Adwords running 
> for several customers. It runs a daily export to Adwords. Starting last 
> night, the exports started failing with a `INVALID_TOKEN_HEADER` error.
>
> There has been no change in our code between the last correct export and 
> the failing export and we haven't changed any settings in the API centre. 
> Furthermore, some requests still occur correctly and others don't.
>
> For example this request is handled correctly:
>
>  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
> xmlns:tns="https://adwords.google.com/api/adwords/mcm/v201802; 
> xmlns:jaxb="http://java.sun.com/xml/ns/jaxb; 
> xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>
>   
>  xmlns:ns1="https://adwords.google.com/api/adwords/mcm/v201802; 
> xmlns="https://adwords.google.com/api/adwords/mcm/v201802;>
>   __our_user_agent__
>   __our_developer_token__
>   __our_client_customer_id__
> 
>   
>   
> https://adwords.google.com/api/adwords/mcm/v201802;>
>   
>  xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>CustomerId
>  xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>Name
>  xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>AccountLabels
> 
>   ExcludeHiddenAccounts
>   EQUALS
>   true
> 
>   
> 
>   
>
>
> And this request causes an error:
>
>  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
> xmlns:tns="https://adwords.google.com/api/adwords/rm/v201802; 
> xmlns:jaxb="http://java.sun.com/xml/ns/jaxb; 
> xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>
>   
>  xmlns:ns1="https://adwords.google.com/api/adwords/rm/v201802; 
> xmlns="https://adwords.google.com/api/adwords/rm/v201802;>
>
>   __our_user_agent__
>   __our_developer_token__
>   __our_client_customer_id__
>
>https://adwords.google.com/api/adwords/rm/v201802;>  
>  xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>Id
>  https://adwords.google.com/api/adwords/cm/v201802;>Name 
>  xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>Status
>  https://adwords.google.com/api/adwords/cm/v201802;>SizeRange 
>  xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>IsReadOnly
>   Name EQUALS
>  __some_name__  
>  Status EQUALS
>  OPEN  
>  ListType EQUALS
>  CRM_BASED REMARKETING
>  
> 
>
>
> This causes me to suspect the AdwordsUserList service as a culprit. But I 
> can't explain why the above request would function correctly two days ago, 
> and stop failing with a INVALID_TOKEN_HEADER error yesterday. 
>
> Hopefully you can help me shed light on this topic. I've replaced our 
> userAgent, developerToken and clientCustomerId with other values in the two 
> posted requests.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/694c83d1-5cfd-4951-8c12-81706da7caaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting QuotaCheckError.INVALID_TOKEN_HEADER Error for some requests since April 10

2018-04-10 Thread Ate Fokkinga

Hi!

We have a connection between our SaaS product and Google Adwords running 
for several customers. It runs a daily export to Adwords. Starting last 
night, the exports started failing with a `INVALID_TOKEN_HEADER` error.

There has been no change in our code between the last correct export and 
the failing export and we haven't changed any settings in the API centre. 
Furthermore, some requests still occur correctly and others don't.

For example this request is handled correctly:

http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:tns="https://adwords.google.com/api/adwords/mcm/v201802; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb; 
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>
  
https://adwords.google.com/api/adwords/mcm/v201802; 
xmlns="https://adwords.google.com/api/adwords/mcm/v201802;>
  __our_user_agent__
  __our_developer_token__
  __our_client_customer_id__

  
  
https://adwords.google.com/api/adwords/mcm/v201802;>
  
https://adwords.google.com/api/adwords/cm/v201802;>CustomerId
https://adwords.google.com/api/adwords/cm/v201802;>Name
https://adwords.google.com/api/adwords/cm/v201802;>AccountLabels

  ExcludeHiddenAccounts
  EQUALS
  true

  

  


And this request causes an error:

http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:tns="https://adwords.google.com/api/adwords/rm/v201802; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb; 
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802;>
  
https://adwords.google.com/api/adwords/rm/v201802; 
xmlns="https://adwords.google.com/api/adwords/rm/v201802;>

  __our_user_agent__
  __our_developer_token__
  __our_client_customer_id__

   https://adwords.google.com/api/adwords/rm/v201802;>  
https://adwords.google.com/api/adwords/cm/v201802;>Id 
https://adwords.google.com/api/adwords/cm/v201802;>Name
 https://adwords.google.com/api/adwords/cm/v201802;>Status 
https://adwords.google.com/api/adwords/cm/v201802;>SizeRange
 https://adwords.google.com/api/adwords/cm/v201802;>IsReadOnly 
 Name EQUALS 
__some_name__   
Status EQUALS 
OPEN   ListType
 EQUALS CRM_BASED
 REMARKETING  
   


This causes me to suspect the AdwordsUserList service as a culprit. But I 
can't explain why the above request would function correctly two days ago, 
and stop failing with a INVALID_TOKEN_HEADER error yesterday. 

Hopefully you can help me shed light on this topic. I've replaced our 
userAgent, developerToken and clientCustomerId with other values in the two 
posted requests.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0697b013-6fa2-4d1d-bfd0-c35b4bd22e7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Intermittent QuotaCheckError.INVALID_TOKEN_HEADER / C# API / UserListService

2018-04-10 Thread robert
I'm using the C# API, application is in development hitting a test ad 
account.I'm receiving an INVALID_TOKEN_HEADER error on some requests, but 
the same request works about 30% of the time. I'm only seeing this with the 
UserListService, other requests with the same credentials are working 
consistently. Request log is below if anyone can help. Thanks.

Request
---

POST /api/adwords/rm/v201802/AdwordsUserListService
Authorization: REDACTED
Accept-Encoding: gzip, deflate
TimeStamp: Tue, 10 Apr 2018 01:19:54 GMT



http://schemas.xmlsoap.org/soap/envelope/;>
  
https://adwords.google.com/api/adwords/rm/v201802;>
  8764919315
  REDACTED
  unknown (AwApi-DotNet/23.2.0, Common-Dotnet/9.0.0, .NET 
CLR/4.0.30319.42000, Logging, OAuthApplicationFlow, SelectorBuilder, 
SelectorField, gzip)

  
  http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema;>
https://adwords.google.com/api/adwords/rm/v201802;>
  
https://adwords.google.com/api/adwords/cm/v201802;>Id
https://adwords.google.com/api/adwords/cm/v201802;>Name
https://adwords.google.com/api/adwords/cm/v201802;>Description
https://adwords.google.com/api/adwords/cm/v201802;>Status
https://adwords.google.com/api/adwords/cm/v201802;>IntegrationCode
https://adwords.google.com/api/adwords/cm/v201802;>MembershipLifeSpan
https://adwords.google.com/api/adwords/cm/v201802;>Size
https://adwords.google.com/api/adwords/cm/v201802;>ListType
https://adwords.google.com/api/adwords/cm/v201802;>IsEligibleForDisplay
https://adwords.google.com/api/adwords/cm/v201802;>IsEligibleForSearch
https://adwords.google.com/api/adwords/cm/v201802;>
  0
  500

  

  


Response


Content-Encoding: 
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Alt-Svc: hq=":443"; ma=2592000; quic=51303432; quic=51303431; 
quic=51303339; quic=51303335,quic=":443"; ma=2592000; v="42,41,39,35"
Transfer-Encoding: chunked
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=UTF-8
Date: Tue, 10 Apr 2018 05:19:54 GMT
Expires: Tue, 10 Apr 2018 05:19:54 GMT
Server: GSE
TimeStamp: Tue, 10 Apr 2018 01:19:54 GMT



http://schemas.xmlsoap.org/soap/envelope/;>
  
https://adwords.google.com/api/adwords/rm/v201802; 
xmlns="https://adwords.google.com/api/adwords/cm/v201802;>
  00056977ac3698080a813e1bdf097343
  AdwordsUserListService
  get
      1
  43

  
  

  soap:Client
  [QuotaCheckError.INVALID_TOKEN_HEADER @ ]
  
https://adwords.google.com/api/adwords/cm/v201802; 
xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201802;>
  [QuotaCheckError.INVALID_TOKEN_HEADER @ ]
  
ApiException
  http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="QuotaCheckError">


QuotaCheckError.INVALID_TOKEN_HEADER
QuotaCheckError
INVALID_TOKEN_HEADER
  

  

  


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/384be280-954b-477a-8ec2-341f3645bc82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-10 Thread dev-test
Hello, 
I've a suite test, performing some basic test every day to adwords api, 
using soap calls. 
Today I saw a regression in call:

URL: 
https://adwords.google.com/api/adwords/rm/v201802/AdwordsUserListService
Headers: {headers={Authorization=Bearer 
ya29.Gl2ZBXRpIqYrXa9rNeXLENJ9rNKw6TZrjX4exnpD09acugUzUp17tVn0TRW0bPNxdSjQfjprDahcLaOsij633t69BV8i9CC3zA2beJzuEIIll_z9DVYk8g4j7Ey6UhU},
 
connect_timeout=6, method=POST, content_type=application/soap+xml; 
charset=UTF-8, read_timeout=6, content_length=1315}
Postbody:

http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
  
https://adwords.google.com/api/adwords/rm/v201802; 
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next; 
soapenv:mustUnderstand="0">
  385-469-2876
  
  MagNews Google Match Connector
  false
  false

  
  
https://adwords.google.com/api/adwords/rm/v201802;>https://adwords.google.com/api/adwords/cm/v201802;>ADDhttps://adwords.google.com/api/adwords/rm/v201802;>nome 
#1523345583377descrizione15CONTACT_INFO
  


That's the error:
http://schemas.xmlsoap.org/soap/envelope/;>

   https://adwords.google.com/api/adwords/rm/v201802; 
xmlns="https://adwords.google.com/api/adwords/cm/v201802;>
   0005697988642cb80a8135c5c203179f
   AdwordsUserListService
   mutate
   1
   52
   


soap:Client
[QuotaCheckError.INVALID_TOKEN_HEADER @ ]

https://adwords.google.com/api/adwords/cm/v201802; 
xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201802;>
[QuotaCheckError.INVALID_TOKEN_HEADER @ ]
ApiException
http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="QuotaCheckError">


QuotaCheckError.INVALID_TOKEN_HEADER
QuotaCheckError
INVALID_TOKEN_HEADER





I searched this error on the net and it's seems that the developer token 
should be wrong* the strange thing* is that this test was successfully 
running *yesterday, *and nobody is modifying the code at least from one 
month!!
The *other strange thing* is that I have *another test *using getCustomers 
endopoint with the *same developer token* and it *doesn't fail*!!
URL: https://adwords.google.com/api/adwords/mcm/v201802/CustomerService
Headers: {headers={Authorization=Bearer 
ya29.Gl2ZBXRpIqYrXa9rNeXLENJ9rNKw6TZrjX4exnpD09acugUzUp17tVn0TRW0bPNxdSjQfjprDahcLaOsij633t69BV8i9CC3zA2beJzuEIIll_z9DVYk8g4j7Ey6UhU},
 
connect_timeout=6, method=POST, content_type=application/soap+xml; 
charset=UTF-8, read_timeout=6, content_length=886}
Postbody:

http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
  
https://adwords.google.com/api/adwords/mcm/v201802; 
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next; 
soapenv:mustUnderstand="0">
  385-469-2876
  
  MagNews Google Match Connector
  false
  false

  
  
https://adwords.google.com/api/adwords/mcm/v201802;>
  


That's the response:
soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201802; 
xmlns="https://adwords.google.com/api/adwords/mcm/v201802;>00056979961228880a1b1994ad07058fCustomerServicegetCustomers0178https://adwords.google.com/api/adwords/mcm/v201802; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201802;>3854692876EUREurope/RomeJUnit
 
Test (DON'T 
TOUCH)falsetruefalsefalse0falsefalse!--
 
Google Code for Remarketing Tag --
!--
Remarketing tags may not be associated with personally identifiable 
information or placed on pages related to sensitive categories. See more 
information and instructions on how to setup the tag on: 
http://google.com/ads/remarketingsetup
---
script type="text/javascript"
/* ![CDATA[ */
var google_conversion_id = 812226326;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]] */
/script
script type="text/javascript" 
src="//www.googleadservices.com/pagead/conversion.js"
/script
noscript
div style="display:inline;"
img height="1" width="1" style="border-style:none;" alt="" 
src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/812226326/?guid=ONamp;script=0"/
/div
/noscript
!-- Global site tag (gtag.js) - Google 
AdWords: 812226326 --
script async 
src="https://www.googletagmanager.com/gtag/js?id=AW-812226326"/script;
script
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-812226326');
/script



*Why does it happens*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blo

Re: An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'440-277-8356']

2016-11-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hello,

The "production manager account" you provided is a client account, *not 
*manager 
account. The production manager account is the account that you applied for 
API access with. If you do not have a production manager account, you can 
create one by following this guide 
.

Regards,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b24b1ae8-3c6e-4856-80c5-61ebcb695ff3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'440-277-8356']

2016-11-18 Thread dev
Hello!
Thank You for fast answer.
But I don't have *AdWords API Center *

Here is the screenshot from my test manager account:
http://prntscr.com/d8vvjc

And production manager account:
http://prntscr.com/d8vxfh

On Friday, November 18, 2016 at 4:21:21 PM UTC+2, Anthony Madrigal wrote:
>
> Hello,
>
> 440-277-8356 is not a developer token. In order to find your developer 
> token, you must log into your production manager account then go to *Account 
> settings -> AdWords API Center. *The developer token will be displayed 
> there.
>
> Regards,
> Anthony
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57070cfa-c73c-45da-8d18-b4cde2f11d3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'440-277-8356']

2016-11-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hello,

440-277-8356 is not a developer token. In order to find your developer 
token, you must log into your production manager account then go to *Account 
settings -> AdWords API Center. *The developer token will be displayed 
there.

Regards,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a203fc47-c07d-49e2-937b-38e2d8d7a438%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'440-277-8356']

2016-11-18 Thread dev
Hello!
I try to play with test account with library for php.
But always got this error in the Subject.

I tried Test Manager Account ID ( 338-638-2011) also.

developerToken = "440-277-8356"


clientCustomerId = "440-277-8356"


HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Thu, 17 Nov 2016 20:46:45 GMT
Expires: Thu, 17 Nov 2016 20:46:45 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: clear
Transfer-Encoding: chunked


http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/cm/v201609;>
0005418549aab7b10a3766957f09ecfb
CampaignService
get
1
30




soap:Server
[QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:'440-277-8356']

https://adwords.google.com/api/adwords/cm/v201609;>
[QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:'440-277-8356']
ApiException
http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="QuotaCheckError">

440-277-8356
QuotaCheckError.INVALID_TOKEN_HEADER
QuotaCheckError
INVALID_TOKEN_HEADER







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/75a99dd2-8948-4e86-b25f-26c371f93504%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.INVALID_TOKEN_HEADER. How to check what the issue is?

2016-07-12 Thread Manu
Thank you so much Joyce! I'll do that and get back to you.

On Tuesday, 12 July 2016 16:44:37 UTC+5:30, Joyce Lava wrote:
>
> Hi Manu,
>
> Thanks for the information. INVALID_TOKEN_HEADER 
> <https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER>
>  
> error occurs when the developer token is not set on the request or it 
> contains a typo. The cause may also be an incorrect namespace of the 
> header. Looking into your SOAP logs, it seems that you copied the developer 
> token incorrectly. Please use the developer token which is found in the 
> *Account 
> Settings* ->* AdWords API Center *-> *Developer token* and modify the 
> configuration file accordingly.
>
> If the issue persists after double checking the developer token, please 
> *reply 
> privately to author* the SOAP request and response.
>
> Thanks and Regards,
> Joyce, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9b1bceab-55a4-483b-b429-8cf8c9c5d994%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.INVALID_TOKEN_HEADER. How to check what the issue is?

2016-07-12 Thread 'Joyce Lava' via AdWords API Forum
Hi Manu,

Thanks for the information. INVALID_TOKEN_HEADER 
<https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER>
 
error occurs when the developer token is not set on the request or it 
contains a typo. The cause may also be an incorrect namespace of the 
header. Looking into your SOAP logs, it seems that you copied the developer 
token incorrectly. Please use the developer token which is found in the 
*Account 
Settings* ->* AdWords API Center *-> *Developer token* and modify the 
configuration file accordingly.

If the issue persists after double checking the developer token, please *reply 
privately to author* the SOAP request and response.

Thanks and Regards,
Joyce, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c837146d-d009-4928-b75e-5a0fa687e2e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.INVALID_TOKEN_HEADER. How to check what the issue is?

2016-07-12 Thread 'Joyce Lava' via AdWords API Forum
Hi Manu,

Could you please provide the actual login email that was used when 
requesting developer token and the actual login email of the test manager 
account? Please make sure to use *Reply Privately to Author* when sending 
these information.

Thanks and Regards,
Joyce, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f5dc7d72-d697-4673-a50f-2f8131d2e347%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


QuotaCheckError.INVALID_TOKEN_HEADER. How to check what the issue is?

2016-07-12 Thread Manu


I'm trying to run the get_campaigns.py example code. I created the adwords 
client object using the correct, client_id, client_secret and refresh_token. 
When I run it however I get the traceback ending with

Server raised fault:
[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:
'6Ji***developer-tokenYg']

When I scroll up the logs I see that HEADERS were logged and they don't 
mention any developerToken that should have been, as per this guide 
<https://github.com/googleads/googleads-dotnet-lib/wiki/NoClientLibrary#downloading-adwords-api-reports>


URL: https://adwords.google.com/api/adwords/cm/v201605/CampaignService
HEADERS: {'Soapaction': b'""', 'Content-Type': 'text/xml; charset=utf-8', 
'Content-type': 'text/xml; charset=utf-8', 'Authorization': 'Bearer 
ya2***access_token***194f3g', 'SOAPAction': b'""'}
MESSAGE: b'https://adwords.google.com/api/adwords/cm/v201605; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201605; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/;>659-360-13886Ji***developer-tokenYgMYM
 
(AwApi-Python, googleads/4.2.0, 
Python/3.5.1)falsefalseIdNameStatus0100'
 


Also, could you please confirm this: the developer token was granted for 
*i...@mydomain.com 
<i...@mydomain.com>* while the client_id and client_secret were created 
with *reporting+testacco...@mydomain.com 
<reporting+testacco...@mydomain.com>* which is a test manager account that 
I created for testing the API. Does this make a difference? Also, the 
developer_token is in *test_account* status now.

Can you please tell me what I am doing wrong? I can PM you my credentials 
and script to try it out at your end. I have been struggling to fix this 
issue for the last 5 days. If this Python lib is not well supported, please 
tell me what is the recommended platform so that I can I'll switch to it. 
Thanks a lot for you help!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d58bc40c-948f-45cc-80be-e0220b8802d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.INVALID_TOKEN_HEADER with the PHP v201603 API provided examples

2016-04-26 Thread 'Umesh Dengale' via AdWords API Forum
Hello,

The INVALID_TOKEN_HEADER error is due to these reasons 
<https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER>
 
 1)developer token is not set on the request or it contains a typo. 2)The 
namespace of the headers in the request is not correct. Please verify your 
request.

Thanks,
Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/989fd206-3eaf-4516-9372-ae3a60ea704e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


QuotaCheckError.INVALID_TOKEN_HEADER with the PHP v201603 API provided examples

2016-04-26 Thread Clément Prévost
Hi,

I try to use the GetCampaign.php example provided in the php API bundle 
here (git tag 8.3.0): 
https://github.com/googleads/googleads-php-lib/blob/8.3.0/examples/AdWords/v201603/BasicOperations/GetCampaigns.php

I filled in the auth.ini file here with my developer token, userAgent, 
clientCustomerd, client_id and 
client_secret: 
https://github.com/googleads/googleads-php-lib/blob/8.3.0/src/Google/Api/Ads/AdWords/auth.ini
I successfully used the GetRefreshToken.php script to generate my refresh 
token: 
https://github.com/googleads/googleads-php-lib/blob/8.3.0/examples/AdWords/Auth/GetRefreshToken.php

But when I try to use the provided GetCampaings script, I get this error (The 
anonymized part is my developer token.):
 An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:'_xx']

I really don't know what's going on as I didn't write a single line of PHP 
and only used provided examples.

The weird part is that the AdWords server respond with a 500 error and the 
header is obviously syntactically "valid".

Below is the full SOAP log generated by the library:

[Apr 26 2016 11:20:57.00 - ERROR] POST 
/api/adwords/cm/v201603/CampaignService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.6.20-1+deb.sury.org~trusty+1, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 474
Authorization: Bearer 
x


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201603;>
  

  xxx-xxx-
  _xx
  x..com:x:V0.0.1 (AwApi-PHP/8.3.0, 
Common-PHP/8.3.0, PHP/5.6.20-1+deb.sury.org~trusty+1)

  
  

  
Id
Name

  Name
  ASCENDING


  0
  500

  

  


HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Tue, 26 Apr 2016 09:20:57 GMT
Expires: Tue, 26 Apr 2016 09:20:57 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Transfer-Encoding: chunked


http://schemas.xmlsoap.org/soap/envelope/;>
  
https://adwords.google.com/api/adwords/cm/v201603;>
  xx
  CampaignService
  get
  1
  14

  
  

  soap:Server
  [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:'_xx']
  
https://adwords.google.com/api/adwords/cm/v201603;>
  [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:'_xx']
  
ApiException
  http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="QuotaCheckError">
    
_xx
QuotaCheckError.INVALID_TOKEN_HEADER
QuotaCheckError
INVALID_TOKEN_HEADER
  

  

  


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4fc484e9-4a8a-4e91-98b7-f345b057c273%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


QuotaCheckError.INVALID_TOKEN_HEADER with PHP

2014-12-09 Thread Manuel Gómez
Hi!

I'm using v201409 of the PHP SDK and I'm getting 

Report download failed. Underlying errors are 
Type = 'QuotaCheckError.INVALID_TOKEN_HEADER' Trigger = 'MY-EMAIL-ADDRESS', 
FieldPath = ''.

Everything is set up and it was working last week, AFAIK.

Any hints what may be the problem?

Thanks in advande

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/06781cad-30ca-4ecf-98d3-e6990dcd9936%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.INVALID_TOKEN_HEADER with PHP

2014-12-09 Thread Michael Cloonan (AdWords API Team)
Hello,

The problem is that you are using your email address instead of your 
developer token. If you are still having trouble, please reply to me 
directly and include your full SOAP request.

Regards,
Mike, AdWords API Team

On Tuesday, December 9, 2014 5:08:09 AM UTC-5, Manuel Gómez wrote:

 Hi!

 I'm using v201409 of the PHP SDK and I'm getting 

 Report download failed. Underlying errors are 
 Type = 'QuotaCheckError.INVALID_TOKEN_HEADER' Trigger = 
 'MY-EMAIL-ADDRESS', FieldPath = ''.

 Everything is set up and it was working last week, AFAIK.

 Any hints what may be the problem?

 Thanks in advande


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/de0d6af6-0809-466b-9534-59ad0b5d3d96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Type: QuotaCheckError.INVALID_TOKEN_HEADER

2014-08-07 Thread lichaochengis
 hello, i 'm aready get  the  client_id and client_secret then run then 
adwords python script generate_refresh_token.py, then I have successfully 
obtained the refresh_token ,and set them in  googleads.yaml file . at this 
time,i get  access token,  but when I 
run /examples/adwords/v201402/reporting/download_criteria_report.py  is 
show QuotaCheckError.INVALID_TOKEN_HEADER , I know that is
 set developer_token,I Setting this property to access token But there is no 
effect, 
who can help me now ,thanks  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Type: QuotaCheckError.INVALID_TOKEN_HEADER

2014-08-07 Thread Josh Radcliff (AdWords API Team)
Hi,

In the *googleads.yaml* file, you should set the *refresh_token* to the 
refresh token returned by *generate_refresh_token.py*. The 
INVALID_TOKEN_HEADER 
https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER
 message 
indicates that you did not  set the *developer_token* to a valid developer 
token (from your MCC). You definitely do not want to place an access token 
in that field.

Best,
Josh, AdWords API Team

On Thursday, August 7, 2014 8:50:25 AM UTC-4, lichao...@gmail.com wrote:

  hello, i 'm aready get  the  client_id and client_secret then run then 
 adwords python script generate_refresh_token.py, then I have successfully 
 obtained the refresh_token ,and set them in  googleads.yaml file . at this 
 time,i get  access token,  but when I 
 run /examples/adwords/v201402/reporting/download_criteria_report.py  is 
 show QuotaCheckError.INVALID_TOKEN_HEADER , I know that is
  set developer_token,I Setting this property to access token But there is 
 no effect, who can help me now ,thanks  


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[QuotaCheckError.INVALID_TOKEN_HEADER @ ] System.Web.Services.Protocols.SoapException

2014-04-14 Thread apiapi

Hi. I am attempting to create a simple account enumeration C# program, 
using the v201402 code sample GetAccountHierarchy.cs as a base.

My code looks like this:

var uzer = new AdWordsUser();
var config = uzer.Config as AdWordsAppConfig;
config.Email =  {comes from db - not config file}
config.EnableGzipCompression = true;
config.OAuth2Mode = OAuth2Flow.SERVICE_ACCOUNT;
config.OAuth2AccessToken =  {comes from db - not config file}
config.OAuth2CertificatePassword =  {comes from db - not config file}
config.OAuth2ClientId =  {comes from db - not config file}
config.OAuth2ClientSecret =  {comes from db - not config file}
config.OAuth2PrnEmail =  {comes from db - not config file}
config.OAuth2CertificatePath =  {comes from db - not config file}
config.OAuth2ServiceAccountEmail =  {comes from db - not config file}
config.DeveloperToken =  {comes from db - not config file}
var custSvc = (ManagedCustomerService)uzer.GetService( 
AdWordsService.v201402.ManagedCustomerService );
custSvc.RequestHeader = new RequestHeader();
custSvc.RequestHeader.Version = v20412;
custSvc.RequestHeader.GroupName = mcm;
custSvc.RequestHeader.clientCustomerId =  {comes from db - not config file}
custSvc.RequestHeader.userAgent =  {comes from db - not config file} +  
(AwApi-DotNet/16.7.0, Common-Dotnet/2.2.0, .NET CLR/4.0.30319.18444, gzip);
custSvc.RequestHeader.developerToken =  {comes from db - not config file}
var childSelector = new Selector { fields = new[] { Login , CustomerId 
, Name } };
var managedCustomerPage = custSvc.get( childSelector );

When run in the debugger, the Adwords code throws an Exception:

c:.\Common\Lib\AdsSoapClient.cs   Line 220


This page says to check the developer token for a typo (no typo found), 
which leaves the namespace of the headers - how do I set that?


*https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER*



My app.config looks like this. Note that I do not have all of the stuff in 
the app.config, as I am using values that come from a database. Only the 
custom Google SoapExtension stuff is added/referenced:


?xml version=1.0 encoding=utf-8 ?
configuration
startup
supportedRuntime version=v4.0 sku=.NETFramework,Version=v4.5.1 
/
/startup
connectionStrings
/connectionStrings
appSettings
/appSettings

system.web
webServices
soapExtensionTypes
add type=Google.Api.Ads.Common.Lib.SoapListenerExtension, 
Google.Ads.Common priority=1 group=0/
/soapExtensionTypes
/webServices
/system.web
system.net
settings
httpWebRequest maximumErrorResponseLength=-1/
/settings
/system.net


/configuration

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [PHP API] QuotaCheckError.INVALID_TOKEN_HEADER

2013-12-16 Thread Takeshi Hagikura (AdWords API Team)
Hi Dredd,

Let me confirm, is a API call succeed when you call services other than 
reports (like CampaignService)?
Also do you have the request XML including HTTP headers when you send the 
report request?
(When you post it, please remove the sensitive info such as your developer 
token)

Best,
- Takeshi, AdWords API Team

On Thursday, December 5, 2013 1:32:56 AM UTC+9, Dredd wrote:

 Hello,

 I'm using the PHP AdWords API 4.7.0, and since the old authentification 
 (via email and password, without OAuth) has ben sunseted, I'm trying to 
 upgrade to the OAuth2 authentification.

 I've setted-up an app so I can have a client_id and client_secret.

 The OAuth2 authentification works find and I get a valid access token, but 
 whenever I use ReportUtils::DownloadReport() I get an 
 error QuotaCheckError.INVALID_TOKEN_HEADER.

 The AdWordsUser object on which the authentification was performed is 
 properly passed to ReportUtils::DownloadReport(), so I don't understand why 
 this fails.

 I've found this 
 topichttps://groups.google.com/forum/#!msg/adwords-api/Q4RlHPGNLzU/4Kis4l3TyK8J
  but 
 even after setting-up a test AdWords account I get the same error.

 Thanks for helping.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[PHP API] QuotaCheckError.INVALID_TOKEN_HEADER

2013-12-09 Thread Dredd
Hello,

I'm using the PHP AdWords API 4.7.0, and since the old authentification 
(via email and password, without OAuth) has ben sunseted, I'm trying to 
upgrade to the OAuth2 authentification.

I've setted-up an app so I can have a client_id and client_secret.

The OAuth2 authentification works find and I get a valid access token, but 
whenever I use ReportUtils::DownloadReport() I get an 
error QuotaCheckError.INVALID_TOKEN_HEADER.

The AdWordsUser object on which the authentification was performed is 
properly passed to ReportUtils::DownloadReport(), so I don't understand why 
this fails.

I've found this 
topichttps://groups.google.com/forum/#!msg/adwords-api/Q4RlHPGNLzU/4Kis4l3TyK8J
 but 
even after setting-up a test AdWords account I get the same error.

Thanks for helping.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Perl Library v201206 QuotaCheckError.INVALID_TOKEN_HEADER with developer token

2013-08-28 Thread Danial Klimkin
Hello Quốc,


Please note Sandbox has been deprecated, you can use test accounts instead:

  https://developers.google.com/adwords/api/docs/test-accounts


-Danial, AdWords API Team.


On Friday, August 23, 2013 7:46:39 AM UTC+4, Quốc Nguyễn wrote:



 Vào 01:07:57 UTC+7 Thứ tư, ngày 10 tháng mười năm 2012, Yeison Rodriguez 
 đã viết:

 When I try to use the delete_keywords example script on Sandbox, I end up 
 with the error in the subject line:

 QuotaCheckError.INVALID_TOKEN_HEADER


 It seems to be an issue with my developer token.  I've verified that the 
 token itself works.  I was able to use it and my current .properties file 
 to connect with the sandbox-account-viewer.jnlp.  The token does contain a 
 hyphen, and perhaps that's causing an issue.  I'll have to try and obtain 
 another developer token and investigate further.  In the meantime, if 
 anyone else has encountered this problem, any insight would be very helpful.

 [09 October 2012 09:36:30,319 - INFO ] Outgoing Request:
 SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; 
 SOAP-ENV:HeaderRequestHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201206;clientCustomerId 
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;45743/clientCustomerIddeveloperToken
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;REDACTED/developerTokenuserAgent
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;./
 delete_keyword.pl (AwApi-Perl/2.7.2, Common-Perl/2.0.0, 
 SOAP-WSDL/2.00.10, libwww-perl/5.833, 
 perl/5.010001)/userAgentvalidateOnly xmlns=
 https://adwords.google.com/api/adwords/cm/v201206;false/validateOnlypartialFailure
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;false/partialFailure/RequestHeader/SOAP-ENV:HeaderSOAP-ENV:Bodymutate
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206
 operationsoperatorREMOVE/operatoroperandadGroupId3062330175/adGroupIdcriterionid15412086/id/criterion/operand/operations/mutate/SOAP-ENV:Body/SOAP-ENV:Envelope

  

 [09 October 2012 09:36:31,618 - INFO ] Incoming response:
 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;requestId0004cba21a3161b80aedb2127722/requestIdserviceNameAdGroupCriterionService/serviceNamemethodNamemutate/methodNameoperations0/operationsresponseTime70/responseTimeunits0/units/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[QuotaCheckError.INVALID_TOKEN_HEADER
  
 @ ;REDACTED]/faultstringdetailApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201206;message[QuotaCheckError.INVALID_TOKEN_HEADER
  
 @ ; 
 trigger:'REDACTED']/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=QuotaCheckErrorfieldPath/fieldPathtriggerREDACTED/triggererrorStringQuotaCheckError.INVALID_TOKEN_HEADER/errorStringApiError.TypeQuotaCheckError/ApiError.TypereasonINVALID_TOKEN_HEADER/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Intermittent QuotaCheckError.INVALID_TOKEN_HEADER

2013-07-26 Thread Akinyemi Koyi
I am also facing the same issue. Please is there a solution?

Regards

AK

On Friday, July 8, 2011 6:16:38 PM UTC+12, Anash P. Oommen wrote:

 Hi everyone,

 If you are seeing these issues now, could you post a requestId so I can 
 trace the logs at my end?

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: First Test : QuotaCheckError.INVALID_TOKEN_HEADER

2013-01-15 Thread Takeshi Hagikura (AdWords API Team)
Hello,

Sandbox has been sunset and can't be used anymore.
Can you please use test accounts instead?
https://developers.google.com/adwords/api/docs/test-accounts

Best,
- Takeshi, AdWords API Team

On Tuesday, January 15, 2013 2:42:41 AM UTC+9, FL wrote:

 Hello,

 I try to use the google-api-adwords-php

 I download the librairie aw_api_php_lib_3.2.2

 And when i launch 
 : examples/v201209/AccountManagement/GetClientCustomerId.php I have this 
 error :

 An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
 trigge...@x.com javascript:++USD']

 Why i have this error ?

 Thanks

 PS : i put DEFAULT_SERVER = https://adwords.google.com; because with 
 sandbox it doesn't work




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en





First Test : QuotaCheckError.INVALID_TOKEN_HEADER

2013-01-14 Thread FL
Hello,

I try to use the google-api-adwords-php

I download the librairie aw_api_php_lib_3.2.2

And when i launch 
: examples/v201209/AccountManagement/GetClientCustomerId.php I have this 
error :

An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:'x...@x.com++USD']

Why i have this error ?

Thanks

PS : i put DEFAULT_SERVER = https://adwords.google.com; because with 
sandbox it doesn't work


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en





Test API : QuotaCheckError.INVALID_TOKEN_HEADER

2013-01-14 Thread FL
Hi,

I want to download a repport of google Adwords each day and save in it my 
database in php

So i decided to use google-api-adwords-php

I downloaded aw_api_php_lib_3.2.2
I put my information in auth.ini
and i try to 
launch 
aw_api_php_lib_3.2.2/examples/v201209/AccountManagement/GetClientCustomerId.php 
for example

And each time i have this error :
An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:'x...@.fr++EUR']

Why i have this error ?

Thanks,
FL

PS : i don't use sandbox because it doesn't work

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en





Re: When will the QuotaCheckError.INVALID_TOKEN_HEADER issue of TargetingIdeaService be fixed in sandbox?

2012-11-14 Thread Paul Matthews
Hi Vlad,

We're still looking into this. We'll update this thread as soon as we have 
any new information.

Regards,

- Paul, AdWords API Team.

On Wednesday, 7 November 2012 18:25:47 UTC, Vlad wrote:

 Hello

 Is there any news regarding this issue?


 Best regards
 Am Mittwoch, 24. Oktober 2012 11:36:37 UTC+2 schrieb Paul Matthews:

 Hi Dehui,

 Our engineers are aware of this issue and are looking into it.

 -Paul, AdWords API Team.

 On Monday, 22 October 2012 07:53:07 UTC+1, Dehui Zheng wrote:

 yes, I did. I successfully ran the cases before until the V201209 
 released.

 在 2012年10月22日星期一UTC+2上午5时21分05秒,Anash P. Oommen写道:

 Hi Dehui,

 Did you initialize the sandbox by running the GetAllCampaigns code 
 example and then got 5 test accounts by running GetAccountHierarchy code 
 example?

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Sunday, 21 October 2012 20:25:36 UTC+5:30, Dehui Zheng wrote:

 I suffered this issue several weeks before and I still cannot see 
 anything happening to fix this issue, which is very disappointing.

 Cannot do tests in the sandbox for TargetingIdeaService really slow 
 down my work. I just want to know when this issue will be fixed.



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: When will the QuotaCheckError.INVALID_TOKEN_HEADER issue of TargetingIdeaService be fixed in sandbox?

2012-11-14 Thread Paul Matthews
Hi Vlad,

We're still looking into this. We'll update this thread as soon as we have 
any new information.

Regards,

- Paul, AdWords API Team.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: When will the QuotaCheckError.INVALID_TOKEN_HEADER issue of TargetingIdeaService be fixed in sandbox?

2012-11-07 Thread Vlad
Hello

Is there any news regarding this issue?


Best regards
Am Mittwoch, 24. Oktober 2012 11:36:37 UTC+2 schrieb Paul Matthews:

 Hi Dehui,

 Our engineers are aware of this issue and are looking into it.

 -Paul, AdWords API Team.

 On Monday, 22 October 2012 07:53:07 UTC+1, Dehui Zheng wrote:

 yes, I did. I successfully ran the cases before until the V201209 
 released.

 在 2012年10月22日星期一UTC+2上午5时21分05秒,Anash P. Oommen写道:

 Hi Dehui,

 Did you initialize the sandbox by running the GetAllCampaigns code 
 example and then got 5 test accounts by running GetAccountHierarchy code 
 example?

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Sunday, 21 October 2012 20:25:36 UTC+5:30, Dehui Zheng wrote:

 I suffered this issue several weeks before and I still cannot see 
 anything happening to fix this issue, which is very disappointing.

 Cannot do tests in the sandbox for TargetingIdeaService really slow 
 down my work. I just want to know when this issue will be fixed.



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-25 Thread Metaphysical
Using random number generator while they fix it

On Tuesday, October 23, 2012 7:30:58 AM UTC+1, Gerald Müller wrote:

 I wrote to Danial Klimkin and he answered the following:

 Hello Gerald,

 Yes, this is a known issue. It affects TIS / TES only, and only in the 
 Sandbox.

 -Danial, AdWords API Team.


 Sadly no date when the issue will be fixed.


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: When will the QuotaCheckError.INVALID_TOKEN_HEADER issue of TargetingIdeaService be fixed in sandbox?

2012-10-24 Thread Paul Matthews
Hi Dehui,

Our engineers are aware of this issue and are looking into it.

-Paul, AdWords API Team.

On Monday, 22 October 2012 07:53:07 UTC+1, Dehui Zheng wrote:

 yes, I did. I successfully ran the cases before until the V201209 released.

 在 2012年10月22日星期一UTC+2上午5时21分05秒,Anash P. Oommen写道:

 Hi Dehui,

 Did you initialize the sandbox by running the GetAllCampaigns code 
 example and then got 5 test accounts by running GetAccountHierarchy code 
 example?

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Sunday, 21 October 2012 20:25:36 UTC+5:30, Dehui Zheng wrote:

 I suffered this issue several weeks before and I still cannot see 
 anything happening to fix this issue, which is very disappointing.

 Cannot do tests in the sandbox for TargetingIdeaService really slow down 
 my work. I just want to know when this issue will be fixed.



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-23 Thread Gerald Müller
I wrote to Danial Klimkin and he answered the following:

Hello Gerald,

 Yes, this is a known issue. It affects TIS / TES only, and only in the 
 Sandbox.

 -Danial, AdWords API Team.


Sadly no date when the issue will be fixed.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-22 Thread Gerald Müller
To me it seems like a Bug!? I don´t get any other Errors with the Sandbox.

Am Sonntag, 21. Oktober 2012 16:58:19 UTC+2 schrieb Dehui Zheng:

 Is this a bug in sandbox or they made it like this in purpose?

 在 2012年10月18日星期四UTC+2下午5时49分23秒,Gerald Müller写道:

 It seems my problem is related to this:
 https://groups.google.com/d/msg/adwords-api/SG4nMaOBd0Q/WCRUMIDTyIoJ

 The SANDBOX is currently return an error...



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: When will the QuotaCheckError.INVALID_TOKEN_HEADER issue of TargetingIdeaService be fixed in sandbox?

2012-10-22 Thread Dehui Zheng
yes, I did. I successfully ran the cases before until the V201209 released.

在 2012年10月22日星期一UTC+2上午5时21分05秒,Anash P. Oommen写道:

 Hi Dehui,

 Did you initialize the sandbox by running the GetAllCampaigns code example 
 and then got 5 test accounts by running GetAccountHierarchy code example?

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Sunday, 21 October 2012 20:25:36 UTC+5:30, Dehui Zheng wrote:

 I suffered this issue several weeks before and I still cannot see 
 anything happening to fix this issue, which is very disappointing.

 Cannot do tests in the sandbox for TargetingIdeaService really slow down 
 my work. I just want to know when this issue will be fixed.



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-22 Thread Ace
Can we get a response from google?
Is this a known issue and it will be fixed asap or is there another issue?
 
Thank you .
 

On Thursday, October 11, 2012 9:45:45 AM UTC+2, Ace wrote:

 Hi,
  
 I'm trying to run the example in Java from V201206 - just running the 
 example code - GetRelatedKeywords.java.
 I get an error - 
 Running other example work fine (GetAllCampaigns.java).- So I assume my 
 adwordUser is fine.

  
 Any ideas? Thanks.

  

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server

 faultSubcode: 

 faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
 trigger:my_gm...@gmail.com++USD']

  

 : 


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


When will the QuotaCheckError.INVALID_TOKEN_HEADER issue of TargetingIdeaService be fixed in sandbox?

2012-10-21 Thread Dehui Zheng
I suffered this issue several weeks before and I still cannot see anything 
happening to fix this issue, which is very disappointing.

Cannot do tests in the sandbox for TargetingIdeaService really slow down my 
work. I just want to know when this issue will be fixed.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-21 Thread Dehui Zheng
Is this a bug in sandbox or they made it like this in purpose?

在 2012年10月18日星期四UTC+2下午5时49分23秒,Gerald Müller写道:

 It seems my problem is related to this:
 https://groups.google.com/d/msg/adwords-api/SG4nMaOBd0Q/WCRUMIDTyIoJ

 The SANDBOX is currently return an error...


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: When will the QuotaCheckError.INVALID_TOKEN_HEADER issue of TargetingIdeaService be fixed in sandbox?

2012-10-21 Thread Anash P. Oommen
Hi Dehui,

Did you initialize the sandbox by running the GetAllCampaigns code example 
and then got 5 test accounts by running GetAccountHierarchy code example?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Sunday, 21 October 2012 20:25:36 UTC+5:30, Dehui Zheng wrote:

 I suffered this issue several weeks before and I still cannot see anything 
 happening to fix this issue, which is very disappointing.

 Cannot do tests in the sandbox for TargetingIdeaService really slow down 
 my work. I just want to know when this issue will be fixed.


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'null'???

2012-10-19 Thread Sebastian
Same problem here with the php 201209 lib.
using TargetingIdeaService in sandbox is returning 
QuotaCheckError.INVALID_TOKEN_HEADER.
We really need this solved as we cannot test / send to production our 
applications.

On Wednesday, January 18, 2012 4:35:51 PM UTC+1, Sunil wrote:

 Hello, 

 Since this morning, I've been receiving the error: Report contents are 
 invalid. - !!!2|||15432193|||QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
 trigger:'null'??? 

 What could be the reason? 

 I'm using v201109. I'm using the DownloadClientReport to download 
 client data. 

 Is there a number I can contact regarding this issue? 

 Thanks 

 Sunil

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-18 Thread Gerald Müller
Hi!

I have the same problem with the Ruby Client Libary and v201209 in the 
SANDBOX with ClientLogin...

Am Donnerstag, 11. Oktober 2012 09:45:45 UTC+2 schrieb Ace:

 Hi,
  
 I'm trying to run the example in Java from V201206 - just running the 
 example code - GetRelatedKeywords.java.
 I get an error - 
 Running other example work fine (GetAllCampaigns.java).- So I assume my 
 adwordUser is fine.

  
 Any ideas? Thanks.

  

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server

 faultSubcode: 

 faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
 trigger:...@gmail.com javascript:++USD']

  

 : 


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-18 Thread Gerald Müller
It seems my problem is related to this:
https://groups.google.com/d/msg/adwords-api/SG4nMaOBd0Q/WCRUMIDTyIoJ

The SANDBOX is currently return an error...

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'null'???

2012-10-17 Thread AdWordsAPIAdvisor
Hello Priya,


I'll ask my colleague who is the author of the CSharp libraries to look
into this issue for you.


-Danial.


Original Message Follows:

From: Priya Gandhi pgan...@relevantads.com
Subject: Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'null'???
Date: Tue, 16 Oct 2012 10:10:52 -0700

 Hi Danial,
 
 I am trying to run the *AdWords.Examples.CSharp.OAuth* application from
the
 downloaded code and clicked the GetCampaigns button by providing one of
our
 customerID. I have ENABLED OAuth2  through my account and
 received OAuth2ClientId and OAuth2ClientSecret for localhost. I have
given
 DeveloperToken, Email and Password in my Web.config file.  I still get
the
 error.
 
 Can you advise me about the problem?
 
 Thanks,
 Priya
 
 
 On Tue, Oct 16, 2012 at 5:59 AM, Danial Klimkin 
 danial.klimkin+fo...@google.com wrote:
 
  Hello Priya,
 
 
  Are you trying to use the TargetingIdeaService by chance? This service
  will not provide meaningful results in the Sandbox and currently
returns an
  error.
 
 
  -Danial, AdWords API Team.
 
 
  On Saturday, October 13, 2012 1:26:43 AM UTC+4, Priya Gandhi wrote:
 
  Hi,
 
  We are planning to implement Adwords API and currently the sandbox
  testing was successful. I got OAuth2ClientId and OAuth2ClientSecret
for the
  localhost by following the steps given in the link
 
http://code.google.com/p/**google-api-adwords-dotnet/**wiki/UsingOAuthhttp://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth
and
  started testing Adwords.Examples.CSharp.OAuth code. In web.config
file, I
  provided the following
 
  add key=AuthorizationMethod value=ClientLogin  /
  add key=Email value=x/
  add key=Password value=xx/
 
 
  add key=AuthorizationMethod value=OAuth2 /
  add key=OAuth2ClientId value= /
  add key=OAuth2ClientSecret value=**xxx
/
 
 
  I am getting 'QuotaCheckError.INVALID_**TOKEN_HEADER' when I try to
get
  campaigns for our clientCustomerID 653-818-**9526. Any help would be
  appreciated!
 
  On Friday, January 20, 2012 6:55:11 AM UTC-8, Eric Koleda wrote:
 
  HI Sunil,
 
  Yes, I believe this indicates that you are sending it successful.
 
  Best,
  - Eric
 
   --
  =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
  Also find us on our blog and discussion group:
  http://adwordsapi.blogspot.com
  http://groups.google.com/group/adwords-api
  =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
  You received this message because you are subscribed to the Google
  Groups AdWords API Forum group.
  To post to this group, send email to adwords-api@googlegroups.com
  To unsubscribe from this group, send email to
  adwords-api+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/adwords-api?hl=en
 
 
 
 
 -- 
 Thanks,
 Priya
 408-420-3293

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'null'???

2012-10-16 Thread Danial Klimkin
Hello Priya,


Are you trying to use the TargetingIdeaService by chance? This service will 
not provide meaningful results in the Sandbox and currently returns an 
error.


-Danial, AdWords API Team.


On Saturday, October 13, 2012 1:26:43 AM UTC+4, Priya Gandhi wrote:

 Hi,

 We are planning to implement Adwords API and currently the sandbox testing 
 was successful. I got OAuth2ClientId and OAuth2ClientSecret for the 
 localhost by following the steps given in the link 
 http://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth and 
 started testing Adwords.Examples.CSharp.OAuth code. In web.config file, I 
 provided the following

 add key=AuthorizationMethod value=ClientLogin  /
 add key=Email value=x/
 add key=Password value=xx/


 add key=AuthorizationMethod value=OAuth2 /
 add key=OAuth2ClientId value= /
 add key=OAuth2ClientSecret value=xxx /


 I am getting 'QuotaCheckError.INVALID_TOKEN_HEADER' when I try to get 
 campaigns for our clientCustomerID 653-818-9526. Any help would be 
 appreciated!

 On Friday, January 20, 2012 6:55:11 AM UTC-8, Eric Koleda wrote:

 HI Sunil,

 Yes, I believe this indicates that you are sending it successful.

 Best,
 - Eric



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-16 Thread Larry Laski
I'm getting the same error with the TrafficEstimatorService 
and TargetingIdeaService - [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:'login++USD']. The credentials work for a bunch of other services 
I've been testing such as InfoService, 
CampaignService, BudgetService, CampaignService, and AdGroupService to name 
a few so it wouldn't make sense to me that something is wrong with the 
developer token so maybe it is the new version? (201209) - Would be great 
to get an answer soon!! I'm migrating from 201109_01 so only got 11 or so 
days left till sunset.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'null'???

2012-10-16 Thread Priya Gandhi
Hi Danial,

I am trying to run the *AdWords.Examples.CSharp.OAuth* application from the
downloaded code and clicked the GetCampaigns button by providing one of our
customerID. I have ENABLED OAuth2  through my account and
received OAuth2ClientId and OAuth2ClientSecret for localhost. I have given
DeveloperToken, Email and Password in my Web.config file.  I still get the
error.

Can you advise me about the problem?

Thanks,
Priya


On Tue, Oct 16, 2012 at 5:59 AM, Danial Klimkin 
danial.klimkin+fo...@google.com wrote:

 Hello Priya,


 Are you trying to use the TargetingIdeaService by chance? This service
 will not provide meaningful results in the Sandbox and currently returns an
 error.


 -Danial, AdWords API Team.


 On Saturday, October 13, 2012 1:26:43 AM UTC+4, Priya Gandhi wrote:

 Hi,

 We are planning to implement Adwords API and currently the sandbox
 testing was successful. I got OAuth2ClientId and OAuth2ClientSecret for the
 localhost by following the steps given in the link
 http://code.google.com/p/**google-api-adwords-dotnet/**wiki/UsingOAuthhttp://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth
  and
 started testing Adwords.Examples.CSharp.OAuth code. In web.config file, I
 provided the following

 add key=AuthorizationMethod value=ClientLogin  /
 add key=Email value=x/
 add key=Password value=xx/


 add key=AuthorizationMethod value=OAuth2 /
 add key=OAuth2ClientId value= /
 add key=OAuth2ClientSecret value=**xxx /


 I am getting 'QuotaCheckError.INVALID_**TOKEN_HEADER' when I try to get
 campaigns for our clientCustomerID 653-818-**9526. Any help would be
 appreciated!

 On Friday, January 20, 2012 6:55:11 AM UTC-8, Eric Koleda wrote:

 HI Sunil,

 Yes, I believe this indicates that you are sending it successful.

 Best,
 - Eric

  --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion group:
 http://adwordsapi.blogspot.com
 http://groups.google.com/group/adwords-api
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

 You received this message because you are subscribed to the Google
 Groups AdWords API Forum group.
 To post to this group, send email to adwords-api@googlegroups.com
 To unsubscribe from this group, send email to
 adwords-api+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/adwords-api?hl=en




-- 
Thanks,
Priya
408-420-3293

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-15 Thread Ace
Any news from the Adwords people?
 
Thanks.
 
On Thursday, October 11, 2012 9:45:45 AM UTC+2, Ace wrote:

 Hi,
  
 I'm trying to run the example in Java from V201206 - just running the 
 example code - GetRelatedKeywords.java.
 I get an error - 
 Running other example work fine (GetAllCampaigns.java).- So I assume my 
 adwordUser is fine.

  
 Any ideas? Thanks.

  

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server

 faultSubcode: 

 faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
 trigger:my_gm...@gmail.com++USD']

  

 : 


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-12 Thread SkaiBoa


Exact the same problem with TrafficEstimatorService here.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'null'???

2012-10-12 Thread Priya Gandhi
Hi,

We are planning to implement Adwords API and currently the sandbox testing 
was successful. I got OAuth2ClientId and OAuth2ClientSecret for the 
localhost by following the steps given in the link 
http://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth and 
started testing Adwords.Examples.CSharp.OAuth code. In web.config file, I 
provided the following

add key=AuthorizationMethod value=ClientLogin  /
add key=Email value=x/
add key=Password value=xx/


add key=AuthorizationMethod value=OAuth2 /
add key=OAuth2ClientId value= /
add key=OAuth2ClientSecret value=xxx /


I am getting 'QuotaCheckError.INVALID_TOKEN_HEADER' when I try to get 
campaigns for our clientCustomerID 653-818-9526. Any help would be 
appreciated!

On Friday, January 20, 2012 6:55:11 AM UTC-8, Eric Koleda wrote:

 HI Sunil,

 Yes, I believe this indicates that you are sending it successful.

 Best,
 - Eric


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-11 Thread Ace
Hi,
 
I'm trying to run the example in Java from V201206 - just running the 
example code - GetRelatedKeywords.java.
I get an error - 
Running other example work fine (GetAllCampaigns.java).- So I assume my 
adwordUser is fine.

 
Any ideas? Thanks.

 

faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server

faultSubcode: 

faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:my_gm...@gmail.com++USD']

 

: 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-11 Thread Sheinin Elya
Have the same problem using TrafficEstimatorService

Maybe it has something to do with the new v201209 version?


On Thursday, October 11, 2012 9:45:45 AM UTC+2, Ace wrote:

 Hi,
  
 I'm trying to run the example in Java from V201206 - just running the 
 example code - GetRelatedKeywords.java.
 I get an error - 
 Running other example work fine (GetAllCampaigns.java).- So I assume my 
 adwordUser is fine.

  
 Any ideas? Thanks.

  

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server

 faultSubcode: 

 faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
 trigger:...@gmail.com javascript:++USD']

  

 : 


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Perl Library v201206 QuotaCheckError.INVALID_TOKEN_HEADER with developer token

2012-10-11 Thread mmasters
 

Are you setting the alternate_url for sandbox? For Example:

my $client = Google::Ads::AdWords::Client-new({alternate_url = 
https://adwords-sandbox.google.com});

-Mike

On Tuesday, 9 October 2012 14:07:57 UTC-4, Yeison Rodriguez wrote:

 When I try to use the delete_keywords example script on Sandbox, I end up 
 with the error in the subject line:

 QuotaCheckError.INVALID_TOKEN_HEADER


 It seems to be an issue with my developer token.  I've verified that the 
 token itself works.  I was able to use it and my current .properties file 
 to connect with the sandbox-account-viewer.jnlp.  The token does contain a 
 hyphen, and perhaps that's causing an issue.  I'll have to try and obtain 
 another developer token and investigate further.  In the meantime, if 
 anyone else has encountered this problem, any insight would be very helpful.

 [09 October 2012 09:36:30,319 - INFO ] Outgoing Request:
 SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; 
 SOAP-ENV:HeaderRequestHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201206;clientCustomerId 
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;45743/clientCustomerIddeveloperToken
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;REDACTED/developerTokenuserAgent
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;./
 delete_keyword.pl (AwApi-Perl/2.7.2, Common-Perl/2.0.0, 
 SOAP-WSDL/2.00.10, libwww-perl/5.833, 
 perl/5.010001)/userAgentvalidateOnly xmlns=
 https://adwords.google.com/api/adwords/cm/v201206;false/validateOnlypartialFailure
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;false/partialFailure/RequestHeader/SOAP-ENV:HeaderSOAP-ENV:Bodymutate
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206
 operationsoperatorREMOVE/operatoroperandadGroupId3062330175/adGroupIdcriterionid15412086/id/criterion/operand/operations/mutate/SOAP-ENV:Body/SOAP-ENV:Envelope

  

 [09 October 2012 09:36:31,618 - INFO ] Incoming response:
 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;requestId0004cba21a3161b80aedb2127722/requestIdserviceNameAdGroupCriterionService/serviceNamemethodNamemutate/methodNameoperations0/operationsresponseTime70/responseTimeunits0/units/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[QuotaCheckError.INVALID_TOKEN_HEADER
  
 @ ;REDACTED]/faultstringdetailApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201206;message[QuotaCheckError.INVALID_TOKEN_HEADER
  
 @ ; 
 trigger:'REDACTED']/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=QuotaCheckErrorfieldPath/fieldPathtriggerREDACTED/triggererrorStringQuotaCheckError.INVALID_TOKEN_HEADER/errorStringApiError.TypeQuotaCheckError/ApiError.TypereasonINVALID_TOKEN_HEADER/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Perl Library v201206 QuotaCheckError.INVALID_TOKEN_HEADER with developer token

2012-10-11 Thread Yeison Rodriguez
Thanks, that was it!  How'd you know?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


QuotaCheckError.INVALID_TOKEN_HEADER and developer token

2012-10-09 Thread Yeison Rodriguez
When I try to use the delete_keywords example script on Sandbox, I end up 
with the error in the subject line:

QuotaCheckError.INVALID_TOKEN_HEADER


It seems to be an issue with my developer token.  I've verified that the 
token itself works.  I was able to use it and my current .properties file 
to connect with the sandbox-account-viewer.jnlp.  The token does contain a 
hyphen, and perhaps that's causing an issue.  I'll have to try and obtain 
another developer token and investigate further.  In the meantime, if 
anyone else has encountered this problem, any insight would be very helpful.

[09 October 2012 09:36:30,319 - INFO ] Outgoing Request:
 SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; 
 SOAP-ENV:HeaderRequestHeader 
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;clientCustomerId 
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;45743/clientCustomerIddeveloperToken
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;REDACTED/developerTokenuserAgent
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;./delete_keyword.pl 
 (AwApi-Perl/2.7.2, Common-Perl/2.0.0, SOAP-WSDL/2.00.10, libwww-perl/5.833, 
 perl/5.010001)/userAgentvalidateOnly 
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;false/validateOnlypartialFailure
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;false/partialFailure/RequestHeader/SOAP-ENV:HeaderSOAP-ENV:Bodymutate
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;operationsoperatorREMOVE/operatoroperandadGroupId3062330175/adGroupIdcriterionid15412086/id/criterion/operand/operations/mutate/SOAP-ENV:Body/SOAP-ENV:Envelope

 

 [09 October 2012 09:36:31,618 - INFO ] Incoming response:
 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;requestId0004cba21a3161b80aedb2127722/requestIdserviceNameAdGroupCriterionService/serviceNamemethodNamemutate/methodNameoperations0/operationsresponseTime70/responseTimeunits0/units/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[QuotaCheckError.INVALID_TOKEN_HEADER
  
 @ ;REDACTED]/faultstringdetailApiExceptionFault 
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;message[QuotaCheckError.INVALID_TOKEN_HEADER
  
 @ ; 
 trigger:'REDACTED']/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=QuotaCheckErrorfieldPath/fieldPathtriggerREDACTED/triggererrorStringQuotaCheckError.INVALID_TOKEN_HEADER/errorStringApiError.TypeQuotaCheckError/ApiError.TypereasonINVALID_TOKEN_HEADER/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Perl Library v201206 QuotaCheckError.INVALID_TOKEN_HEADER with developer token

2012-10-09 Thread Yeison Rodriguez
When I try to use the delete_keywords example script on Sandbox, I end up 
with the error in the subject line:

QuotaCheckError.INVALID_TOKEN_HEADER


It seems to be an issue with my developer token.  I've verified that the 
token itself works.  I was able to use it and my current .properties file 
to connect with the sandbox-account-viewer.jnlp.  The token does contain a 
hyphen, and perhaps that's causing an issue.  I'll have to try and obtain 
another developer token and investigate further.  In the meantime, if 
anyone else has encountered this problem, any insight would be very helpful.

[09 October 2012 09:36:30,319 - INFO ] Outgoing Request:
 SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; 
 SOAP-ENV:HeaderRequestHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201206;clientCustomerId 
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;45743/clientCustomerIddeveloperToken
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;REDACTED/developerTokenuserAgent
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;./
 delete_keyword.pl (AwApi-Perl/2.7.2, Common-Perl/2.0.0, 
 SOAP-WSDL/2.00.10, libwww-perl/5.833, 
 perl/5.010001)/userAgentvalidateOnly xmlns=
 https://adwords.google.com/api/adwords/cm/v201206;false/validateOnlypartialFailure
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;false/partialFailure/RequestHeader/SOAP-ENV:HeaderSOAP-ENV:Bodymutate
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206
 operationsoperatorREMOVE/operatoroperandadGroupId3062330175/adGroupIdcriterionid15412086/id/criterion/operand/operations/mutate/SOAP-ENV:Body/SOAP-ENV:Envelope

 

 [09 October 2012 09:36:31,618 - INFO ] Incoming response:
 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201206;requestId0004cba21a3161b80aedb2127722/requestIdserviceNameAdGroupCriterionService/serviceNamemethodNamemutate/methodNameoperations0/operationsresponseTime70/responseTimeunits0/units/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[QuotaCheckError.INVALID_TOKEN_HEADER
  
 @ ;REDACTED]/faultstringdetailApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201206;message[QuotaCheckError.INVALID_TOKEN_HEADER
  
 @ ; 
 trigger:'REDACTED']/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=QuotaCheckErrorfieldPath/fieldPathtriggerREDACTED/triggererrorStringQuotaCheckError.INVALID_TOKEN_HEADER/errorStringApiError.TypeQuotaCheckError/ApiError.TypereasonINVALID_TOKEN_HEADER/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Another QuotaCheckError.INVALID_TOKEN_HEADER question

2012-10-04 Thread Anash P. Oommen
Hi,


Yes, it is mandatory to have a developer token to make calls to AdWords 
API. You can find details here: 
https://developers.google.com/adwords/api/docs/signingup

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, 1 October 2012 20:29:31 UTC+5:30, hak ita wrote:

 Hello

 I am new and stuck on adword api use (, and keep getting 
  INVALID_TOKEN_HEADER   (using rails module)

 Here my adwords_api.yml :

   :method: OAuth2
   :oauth2_client_id: 10124??.apps.googleusercontent.com
   :oauth2_client_secret: _??2xFVDGulk
   :developer_token: 
   :user_agent: test
 :service:
   :environment: PRODUCTION


 I do NOT have any developer_token. is It mandatory to get keyword 
 suggestions ?
 How to troubleshoot that ? 

 Thank you




-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Another QuotaCheckError.INVALID_TOKEN_HEADER question

2012-10-01 Thread hak ita
Hello

I am new and stuck on adword api use (, and keep getting 
 INVALID_TOKEN_HEADER   (using rails module)

Here my adwords_api.yml :

  :method: OAuth2
  :oauth2_client_id: 10124??.apps.googleusercontent.com
  :oauth2_client_secret: _??2xFVDGulk
  :developer_token: 
  :user_agent: test
:service:
  :environment: PRODUCTION


I do NOT have any developer_token. is It mandatory to get keyword 
suggestions ?
How to troubleshoot that ? 

Thank you


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'null'???

2012-06-28 Thread Vince
Hello, I was wondering if this was ever resolved?  I have a .NET 
application that was working fine for months and downloading data every 
day.  On June 13 it stopped working with the same error message.

|||eye3-stackless title='AuthServer User Error INVALID_TOKEN_HEADER'/ 
QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'nJMF0Ph4T2fjncwm30ZLja'; 
errorDetails:message=Unable to locate billing information for that 
Developer Token.???

The developer token's status is Approved for this account.  Any help is 
appreciated.
Vince

On Friday, January 20, 2012 9:55:11 AM UTC-5, Eric Koleda wrote:

 HI Sunil,

 Yes, I believe this indicates that you are sending it successful.

 Best,
 - Eric


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Yet another QuotaCheckError.INVALID_TOKEN_HEADER question

2012-03-26 Thread Kevin Winter
Hi,
  This error is documented here: 
http://code.google.com/apis/adwords/docs/troubleshooting.html#QuotaCheckError.INVALID_TOKEN_HEADER

Please log into your MCC account and verify you are using the correct 
(approved) developer token as listed on the AdWords API Center page.

- Kevin Winter
AdWords API Team

On Wednesday, March 21, 2012 8:16:41 AM UTC-4, on...@dbi.udel.edu wrote:

 I've been following the discussion on the 
 QuotaCheckError.INVALID_TOKEN_​HEADER issue but have not been able to 
 resolve our problems. I have been testing in the past using a shell script 
 and curl.  After getting the Auth token from 
 https://www.google.com/​accounts/ClientLoginhttps://www.google.com/accounts/ClientLogin,
  
 I send the request

 curl --data-urlencode __rdxml=${rdxml} --header Authorization: 
 GoogleLogin auth=${Auth} --header developerToken: ** --header 
 clientCustomerId: 368-350-7321 --header returnMoneyInMicros: false  
 https://adwords.google.com/​api/adwords/reportdownload/​v201109https://adwords.google.com/api/adwords/reportdownload/v201109

 where my report request is defined in the rdxml variable.  I get back the 
 error message
 !!!2|||-1|||QuotaCheckError.​INVALID_TOKEN_HEADER @ ; 
 trigger:''???
 where the trigger value is my developer token.

 I have also using the GetReportFields.php script using the 3.0.1 version 
 of the php client library and I have the same error message reported.

 What am I going wrong here?


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Yet another QuotaCheckError.INVALID_TOKEN_HEADER question

2012-03-21 Thread Douglas O'Neal
I've been following the discussion on the 
QuotaCheckError.INVALID_TOKEN_HEADER issue but have not been able to 
resolve our problems. I have been testing in the past using a shell script 
and curl.  After getting the Auth token from 
https://www.google.com/accounts/ClientLogin, I send the request

curl --data-urlencode __rdxml=${rdxml} --header Authorization: 
GoogleLogin auth=${Auth} --header developerToken: ** --header 
clientCustomerId: 368-350-7321 --header returnMoneyInMicros: false  
https://adwords.google.com/api/adwords/reportdownload/v201109

where my report request is defined in the rdxml variable.  I get back the 
error message
!!!2|||-1|||QuotaCheckError.INVALID_TOKEN_HEADER @ ; 
trigger:''???
where the trigger value is my developer token.

I have also using the GetReportFields.php script using the 3.0.1 version of 
the php client library and I have the same error message reported.

What am I going wrong here?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


  1   2   >