Re: How to make a call mcc test account when my Developer token not approved.

2015-09-25 Thread Umesh Dengale
Hello,

The client customer id 

 is 
the AdWords account id for which you are adding/updating AdWords data. 
Please check out our basic concepts 
 document 
for more details.

Cheers,
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f07d1547-0aca-44b6-b1bd-8a3118d79770%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to make a call mcc test account when my Developer token not approved.

2015-09-25 Thread Scott


On Friday, September 25, 2015 at 7:55:13 PM UTC+5:30, Umesh Dengale wrote:
>
> Hello,
>
> You are getting the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error 
> because you are trying to access a production account with unapproved 
> developer token(Pending approval status). However, you could make the API 
> call to your test AdWords account with developer token with pending 
> approval status. Please check out our Test MCC account guide 
>  and create 
> the test manager account and test AdWords account. You could use the test 
> AdWords account client id (as client customer id in ads.properties file for 
> Java client library) while making the API call.
>
> The production manager account and test manager account or test AdWords 
> account can not be linked. Please check out testing with production data 
> 
>  section 
> of test account guide.
>
> Cheers,
> Umesh, AdWords API Team.
>

Hi Umesh,

i have one doubt can i get client customer id using api after user 
authorization.
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7b4384d4-60e0-4a02-9df8-34ed12abe3bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to make a call mcc test account when my Developer token not approved.

2015-09-25 Thread Umesh Dengale
Hello,

You are getting the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error 
because you are trying to access a production account with unapproved 
developer token(Pending approval status). However, you could make the API 
call to your test AdWords account with developer token with pending 
approval status. Please check out our Test MCC account guide 
 and create 
the test manager account and test AdWords account. You could use the test 
AdWords account client id (as client customer id in ads.properties file for 
Java client library) while making the API call.

The production manager account and test manager account or test AdWords 
account can not be linked. Please check out testing with production data 

 section 
of test account guide.

Cheers,
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f1305515-8ff9-44fd-a4f5-1c9dd0ce5391%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to make a call mcc test account when my Developer token not approved.

2015-09-24 Thread vikashverma
I'm getting Developer Token Not Approved in soap api response.
This is my soap api request in nodejs

var 
url='https://adwords.google.com/api/adwords/mcm/v201506/CustomerService?wsdl';
soap.createClient(url,function(err,client) {
  if (err) throw err;
  // console.log(client);
   client.addSoapHeader({RequestHeader: {
  developerToken: "MyDevToken", //Developer Token of my mcc production 
acc 
  userAgent: "X"
   }},"","ns1","https://adwords.google.com/api/adwords/mcm/v201506";);
   client.setSecurity(new soap.BearerSecurity(accessToken));
   client.get({},function(err,res){
  console.log(err);
  console.log(res);
   })

I'm getting this xml response as "Developer Token Not Approved"

http://schemas.xmlsoap.org/soap/envelope/";>https://adw
ords.google.com/api/adwords/cm/v201506" 
xmlns="https://adwords.google.com/api/adwords/mcm/v201506";>0005208bc933a020
0abcd4491f069f57CustomerServiceget0342soa
p:Server[QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED 
@ ; trigger:\'\']
https://adwords.google.com/api/adwords/mcm/v201506"; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm
/v201506">[QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; 
trigger:\'\']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; xsi:typ
e="ns2:QuotaCheckError">QuotaCheckError.DEV
ELOPER_TOKEN_NOT_APPROVEDQuotaCheckErrorDEVELOPER_TOKEN_NOT_A
PPROVED


i know my developer token status is pending.but i dont know how to call mcc 
test account or how to link my production acc with my test acc.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0a0a0d80-535c-45a9-9c12-da63b4b0acc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.