I am not able to access test client account

2018-10-09 Thread Vibhesh Mishra
hi 

I have created two client account in my test manager account, and i am able 
do all the operation like getting campaign data and related item using c# 
but i am facing issue with second one

Test MagerAccount is 600-800-6574 WM Test Mager 

Client Accounts

1) www.test1.com--- i am able do all the operation like getting campaign 
data and related details using c#

2) www.test2.com--- Getting error as given below

{"AdWordsApiException: Exception of type 
'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. 
\r\n\r\nDeveloper token is not approved for production access, and the 
customer is attempting to access a production account.. (Error: 
QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, FieldPath: , Trigger: 
)\r\n\r\n"}

but as per my knowledge

 All client accounts created under the test manager account will be 
automatically marked as test accounts.

ref 
https://developers.google.com/adwords/api/docs/guides/accounts-overview

Please help 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f7746dd3-cbec-4ce7-a304-4a86f5d51866%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I just posted a question and it disappeared

2018-10-04 Thread Vibhesh Mishra
I am facing same issue, i never found where my post goes

On Tuesday, December 5, 2017 at 12:14:58 AM UTC+5:30, Sreelakshmi 
Sasidharan (AdWords API Team) wrote:
>
> Hi, 
>
> I believe that you are referring to this post 
> .
>  
> If not, could you please let me know what your question was? 
>
> Thanks,
> Sreelakshmi, 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/fd6cbefc-1341-4f76-a01d-f7f91a7e8216%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED for test account

2018-09-21 Thread Vibhesh Mishra
hi 

I have created two client account in my test manager account, and i am able 
do all the operation like getting campaign data and related item using c# 
but i am facing issue with second one

Test MagerAccount is 600-800-6574 WM Test Mager 

Client Accounts

1) www.test1.com--- i am able do all the operation like getting campaign 
data and related details using c#

2) www.test2.com--- Getting error as given below

{"AdWordsApiException: Exception of type 
'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. 
\r\n\r\nDeveloper token is not approved for production access, and the 
customer is attempting to access a production account.. (Error: 
QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, FieldPath: , Trigger: 
)\r\n\r\n"}

but as per my knowledge

 All client accounts created under the test manager account will be 
automatically marked as test accounts.

ref 
https://developers.google.com/adwords/api/docs/guides/accounts-overview

Please help 

Thanks in advance 

On Thursday, September 20, 2018 at 11:52:56 AM UTC+5:30, Luis Xander Talag 
(AdWords API Team) wrote:
>
> Hi Alix,
>
> The DEVELOPER_TOKEN_NOT_APPROVED 
> 
>  error 
> you encountered indicates that you are using an unapproved developer token 
> to make calls against a production account. Make sure that the 
> clientCustomerId that you entered in your property file is from a test 
> client account. If you haven't created a test client account, you could use 
> the Google Ads UI to create a *test client account *under your test 
> manager account.
>
> If your issue persists after doing the suggestion, kindly provide your 
> SOAP request and response logs via *Reply privately to author* so I can 
> further check.
>
> Thanks,
> Luis
> AdWords API Team
>
> On Thursday, September 20, 2018 at 7:20:03 AM UTC+8, Alix BelugaBear wrote:
>>
>> Hello,
>>
>> I have followed the instruction in order to test the Adword API:
>> - Created a "production" adword manager account
>> - Got an Developer token
>> - Created a "test" adword manager account
>> - Created OAUTH2 Credentials for this account
>> - Got the refresher token with this account 
>> - Tried to do some basic actions that comes with the PHP example 
>> AdwordAPI package but still get QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED
>>
>> I also tried using OAUTH2 credentials for production account and 
>> getRefresherToken, but same issue (which makes sense).
>>
>> However I don't understand if I have to link my production and test 
>> account somehow?
>>
>> Regards,
>>
>> Alix
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/80ff4ab3-309e-4365-9229-f38278d9e5bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Fwd: I have two client test account in my Test MCC manager account and i am able to access one and getting error while trying to access second

2018-09-19 Thread Vibhesh Mishra
-- Forwarded message -
From: Vibhesh Mishra 
Date: Fri, Sep 14, 2018 at 11:36 AM
Subject: I have two client test account in my Test MCC manager account and
i am able to access one and getting error while trying to access second
To: AdWords API and Google Ads API Forum 


I have two client test account in my 600-800-6574 WM Test Mager account

Client accounts

1)  www.test1.com  - is accessible and i am able read campaigns, ad group,
ads
2)  www.test2.com  - is not accessible and the error is as below

{"AdWordsApiException: Exception of type
'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown.
\r\n\r\nDeveloper token is not approved for production access, and the
customer is attempting to access a production account.. (Error:
QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, FieldPath: , Trigger:
)\r\n\r\n"}

But as per my knowledge

 All client accounts created under the test manager account will be
automatically marked as test accounts.

for ref
https://developers.google.com/adwords/api/docs/guides/accounts-overview

Thanks 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.
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/62f4dd84-d5b6-4c15-8a7a-996d9e64e4e5%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/62f4dd84-d5b6-4c15-8a7a-996d9e64e4e5%40googlegroups.com?utm_medium=email_source=footer>
.
For more options, visit https://groups.google.com/d/optout.


-- 
Name : Vibhesh Mishra
Contact :9958009231

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAMWSoveqrK3_ysgu29EBR1pPhcvV%2Bkixf4%3DXnOYftxUHRE4_EA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Not able access my client account

2018-09-14 Thread Vibhesh Mishra
hi 

I have created two client account in my test manager account, and i am able 
do all the operation like getting campaign data and related item using c# 
but i am facing issue with second one

Test MagerAccount is 600-800-6574 WM Test Mager 

Client Accounts

1) www.test1.com--- i am able do all the operation like getting campaign 
data and related details using c#

2) www.test2.com--- Getting error as given below

{"AdWordsApiException: Exception of type 
'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. 
\r\n\r\nDeveloper token is not approved for production access, and the 
customer is attempting to access a production account.. (Error: 
QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, FieldPath: , Trigger: 
)\r\n\r\n"}

but as per my knowledge

 All client accounts created under the test manager account will be 
automatically marked as test accounts.

ref 
https://developers.google.com/adwords/api/docs/guides/accounts-overview

Please help 

Thanks 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.
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/523a6fe2-a52a-420e-bd42-1c42074714fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


not able access my test client account

2018-09-14 Thread Vibhesh Mishra
hi 

I have created two client account in my test manager account, and i am able 
do all the operation like getting campaign data and related item using c# 
but i am facing issue with second one

Test MagerAccount is 600-800-6574 WM Test Mager 

Client Accounts

1) www.test1.com--- i am able do all the operation like getting campaign 
data and related details using c#

2) www.test2.com--- Getting error as given below

{"AdWordsApiException: Exception of type 
'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. 
\r\n\r\nDeveloper token is not approved for production access, and the 
customer is attempting to access a production account.. (Error: 
QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, FieldPath: , Trigger: 
)\r\n\r\n"}

but as per my knowledge

 All client accounts created under the test manager account will be 
automatically marked as test accounts.

ref 
https://developers.google.com/adwords/api/docs/guides/accounts-overview

Please help 

Thanks 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.
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/b3cbfe33-2291-404c-851d-7c21f9a4de0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


I have two client test account in my Test MCC manager account and i am able to access one and getting error while trying to access second

2018-09-14 Thread Vibhesh Mishra
I have two client test account in my 600-800-6574 WM Test Mager account 

Client accounts

1)  www.test1.com  - is accessible and i am able read campaigns, ad group, 
ads
2)  www.test2.com  - is not accessible and the error is as below 

{"AdWordsApiException: Exception of type 
'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. 
\r\n\r\nDeveloper token is not approved for production access, and the 
customer is attempting to access a production account.. (Error: 
QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, FieldPath: , Trigger: 
)\r\n\r\n"}

But as per my knowledge

 All client accounts created under the test manager account will be 
automatically marked as test accounts.

for ref 
https://developers.google.com/adwords/api/docs/guides/accounts-overview

Thanks 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.
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/62f4dd84-d5b6-4c15-8a7a-996d9e64e4e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.