Re: Get ClientCustomerID with OAUTH login, using Python library

2013-07-29 Thread Danial Klimkin
Hello Tom,


Have you tried ManagedCustomerService?

  
https://developers.google.com/adwords/api/docs/reference/v201306/ManagedCustomerService

Also, note your developer seems to be incorrect (looks like an old 
sandbox-type token).


-Danial, AdWords API Team.

On Friday, July 26, 2013 2:51:09 PM UTC+4, tomfl...@gmail.com wrote:
>
> Hi,
>  
> Is it possible to get the clientCustomerID, after approval of the OAUTH 
> flow-the Python library requires the customer ID, though I want to get 
> this obviously to populate my client fields.. - I am using OAUTH, the 
> Python library and the client fields are:
>  
>  client = AdWordsClient(headers={
>  
>   'developerToken': token,   #%s++USD
>  
>   'clientCustomerId': client_customer_id,
>  
>   'userAgent': 'Mozilla/4.0',
>  
>   'oauth2credentials': credential
>  
>   })
>  
>  
>  
>  
> Many Thanks,
>  
> Tom.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Get ClientCustomerID with OAUTH login, using Python library

2013-07-26 Thread tomflat561

On Friday, July 26, 2013 11:51:09 AM UTC+1, tomfl...@gmail.com wrote:
>
> Hi,
>  
> Is it possible to get the clientCustomerID, after approval of the OAUTH 
> flow- I know its possible if we have the email address already, though is 
> there any other way, e.g GetAccountInfo...the Python library requires the 
> customer ID, though I want to get this obviously to populate my client 
> fields.. - I am using OAUTH, the Python library and the client fields are:
>  
>  client = AdWordsClient(headers={
>  
>   'developerToken': token,   #%s++USD
>  
>   'clientCustomerId': client_customer_id,
>  
>   'userAgent': 'Mozilla/4.0',
>  
>   'oauth2credentials': credential
>  
>   })
>  
>  
>  
>  
> Many Thanks,
>  
> Tom.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.




Get ClientCustomerID with OAUTH login, using Python library

2013-07-26 Thread tomflat561
Hi,
 
Is it possible to get the clientCustomerID, after approval of the OAUTH 
flow-the Python library requires the customer ID, though I want to get 
this obviously to populate my client fields.. - I am using OAUTH, the 
Python library and the client fields are:
 
 client = AdWordsClient(headers={
 
  'developerToken': token,   #%s++USD
 
  'clientCustomerId': client_customer_id,
 
  'userAgent': 'Mozilla/4.0',
 
  'oauth2credentials': credential
 
  })
 
 
 
 
Many Thanks,
 
Tom.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.