Reading Output only field value on ConversionAction creation

2021-06-22 Thread Aidis Stukas
Is it possible to read Output only field, for example tag_snippets[], when creating a ConversionAction. I did enable MUTABLE_RESOURCE. It does help a bit as it returns useful information. But it does not return tag_snippets field. https://developers.google.com/google-ads/api/reference/rpc/v8/Co

On Manager Maximum account limit

2021-06-15 Thread Aidis Stukas
Is it possible to request for maximum account limit in advance prior to reaching the "Highest amount accounts total spent in a month, from the last 12 months" limit? Our project is planning to have a sudden start with 1000+ sub accounts. And now we are limited to 50 sub-accounts only. Maybe t

How to get customer status (SUSPENDED etc)

2021-06-08 Thread Aidis Stukas
I am looking for a way to get Customer status. I was only able to find campaign.serving_status. But the suspension itself is active on Customer level, right? Is there a way to get customer.status or something similar? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: Acquiring rights to add user account to my managed accounts.

2020-07-23 Thread Aidis Stukas
Hi Mitchell, The solution I was looking for was this: from google.ads.google_ads.client import GoogleAdsClient from google.oauth2.credentials import Credentials DEVELOPER_TOKEN = 'foobar' access_token = 'foobar' credentials = Credentials(access_token) client = GoogleAdsClient(credentials, DEVEL

Re: Acquiring rights to add user account to my managed accounts.

2020-07-23 Thread Aidis Stukas
how to do that in google.ads.googleads python library? On Thursday, July 23, 2020 at 8:04:27 AM UTC+3 Aidis Stukas wrote: > One more detail i found at > https://developers.google.com/identity/protocols/oauth2/web-server > > After obtaining an access token*, your application can use t

Re: Acquiring rights to add user account to my managed accounts.

2020-07-22 Thread Aidis Stukas
On Thursday, July 23, 2020 at 7:45:42 AM UTC+3 Aidis Stukas wrote: > Hi Mitchell, > > Thanks for confirming that its a two step process: I have to use my > credentials to send link request and user credentials have to be used to > accept the request. > > Thanks for the li

Re: Acquiring rights to add user account to my managed accounts.

2020-07-22 Thread Aidis Stukas
Hi Mitchell, Thanks for confirming that its a two step process: I have to use my credentials to send link request and user credentials have to be used to accept the request. Thanks for the links, I have visited them previously, but one part is still not clear to me. As for user, I was only ab

Acquiring rights to add user account to my managed accounts.

2020-07-22 Thread Aidis Stukas
I am new to oauth and google ads API. I am trying to figure this out for a couple of days now. Please put me on a right way. I have a manager account. I would like users to be able to ask to be managed by my account. I tried using gapi.js to generate access_token and id_token. ``` gapi.signin2