Re: Can developer token work with any test account?

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Tal, The userAgent is optional. You can enable your logs and provide me the SOAP requests and responses so that I can take a closer look at why you are getting that error. For example, here is how to enable logs in the Java client library Please send your logs via reply privately to author.

Re: Can developer token work with any test account?

2020-05-17 Thread Tal Lipits
Hi Anthony, Worth noting that I am able to use OAuth Playground and get a fresh Access token out of my Refresh token*, *OAuth Client ID and OAuth Client secret, per the Adwords API. I would presume that if that works, then my call to

Re: Can developer token work with any test account?

2020-05-17 Thread Tal Lipits
Hi Anthony, I managed to get a customer id. I have now all of these: adwords: developer_token: ... client_customer_id: ... user_agent: ... client_id: ... client_secret: ... refresh_token: ... Not sure if my user_agent is correct, didn't find any reference to what value should be

Re: Can developer token work with any test account?

2020-05-14 Thread Tal Lipits
Hi Anthony, Yes, this is what I did. I guess for now I will wait for my dev token to get Basic access approval. Alternatively if creating a test client using the UI works again, I would use that. Thanks for all the assistance, Tal On Thursday, May 14, 2020 at 7:15:52 PM UTC+3,

Re: Can developer token work with any test account?

2020-05-14 Thread Google Ads API Forum Advisor Prod
Hi Tal, When creating the test client account, you should use the credentials for the test manager account and specify its CID here. If you continue to face issues, you may need to create through the UI. The form you mentioned is the correct form to get Basic access. Regards, Anthony Google

Re: Can developer token work with any test account?

2020-05-14 Thread Tal Lipits
Hi Anthony, Thanks for the link. I tried running the code, but got AuthenticationError.OAUTH_TOKEN_INVALID when calling managed_customer_service.mutate(operations). My config yaml has client_id, client_secret and refresh_token which I created by following the steps in this doc

Re: Can developer token work with any test account?

2020-05-13 Thread Google Ads API Forum Advisor Prod
Hi Tal, Unfortunately, you won't be able to run the code you have under a manager account. It needs to be a client account. The issue you mentioned is a product related issue, not an API one. You should be able to create a test client account by running this code. Here are details on the

Re: Can developer token work with any test account?

2020-05-13 Thread Tal Lipits
Hi Anthony, Thanks a lot for clarifying this. I tried that, and I'm getting AuthenticationError.OAUTH_TOKEN_INVALID. And like I wrote Danica in this thread , I'm not sure if this is because I didn't specify a client_customer_id?

Re: Can developer token work with any test account?

2020-05-13 Thread Google Ads API Forum Advisor Prod
Hi Tal, Yes, that's correct. Let me know if you face any issues. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zLW3d:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Can developer token work with any test account?

2020-05-13 Thread Tal Lipits
Thanks Anthony By separate credentials do you refer to the oauth client_id, client_secret and refresh_token? On Tuesday, May 12, 2020 at 9:13:18 PM UTC+3, adsapiforumadvisor wrote: > > Hi Tal, > > You can use a developer token on your test and production account. They > can use the same token

RE: Can developer token work with any test account?

2020-05-12 Thread Google Ads API Forum Advisor Prod
Hi Tal, You can use a developer token on your test and production account. They can use the same token but you will need to generate separate credentials. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zLW3d:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Can developer token work with any test account?

2020-05-12 Thread Tal Lipits
same mcc or > you need separate developer tokens > > On Tue, May 12, 2020 at 8:05 PM Tal Lipits > > wrote: > >> Hi >> >> >> Can developer token work with any test account? >> >> Developer token (created with a production manager account)

Re: Can developer token work with any test account?

2020-05-12 Thread SUBINPVASU
You need a developer token to make api calls. For using different accounts, either it should be under the same mcc or you need separate developer tokens On Tue, May 12, 2020 at 8:05 PM Tal Lipits wrote: > Hi > > > Can developer token work with any test account? > > Develo

Can developer token work with any test account?

2020-05-12 Thread Tal Lipits
Hi Can developer token work with any test account? Developer token (created with a production manager account) and a test account were created using different google ids. Is the only thing that makes my calls work with a test account is a test customer id? Trying to understand