Check account Settings via API

2022-07-29 Thread Pavel Hegler
Hi, is it possible to check settings for the account over the Ads API? I cant find options to check for ex. if dynamic image extension is activated in the account? It is about checking the settings oft the account automaticly. Looking forward to hear from you. Pavel -- -- =~=~=~=~=~=~=~=~=~

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-19 Thread Pavel Hegler
Perfect, thanks adsapiforumadvisor schrieb am Mittwoch, 17. März 2021 um 19:49:35 UTC+1: > Hi Pavel, > > The get_service method retrieves the service > > > specified in the first argument for the version

Re: change_event python script problems

2021-03-18 Thread Pavel Hegler
I havent set mail-to client for this:) adsapiforumadvisor schrieb am Mittwoch, 17. März 2021 um 20:46:56 UTC+1: > Hello, > > Can you please *reply privately *with your client customer Id? > > Thanks, > Anthony > > [image: Google Logo] > Anthony > Google Ads API Team > > > ref:_00D1U1174p._5

Re: change_event python script problems

2021-03-17 Thread Pavel Hegler
using change_status shows me that there were changes made but it doesnt give me enough information for my logging:( Pavel Hegler schrieb am Mittwoch, 17. März 2021 um 09:55:38 UTC+1: > Hello friends, > > so i ran this python script > <https://developers.google.com/google-ads/a

Re: authorization_error: USER_PERMISSION_DENIED

2021-03-17 Thread Pavel Hegler
Sorry wrong link. i mean here <https://groups.google.com/g/adwords-api/c/WcP0z7Agt8s> Pavel Hegler schrieb am Mittwoch, 17. März 2021 um 10:12:03 UTC+1: > I had same issue and fixed it here > <https://groups.google.com/g/adwords-api/c/u32zzZrHraI>. Pls take a look:) >

Re: authorization_error: USER_PERMISSION_DENIED

2021-03-17 Thread Pavel Hegler
I had same issue and fixed it here . Pls take a look:) app.h...@nbcuni.com schrieb am Mittwoch, 17. März 2021 um 09:06:26 UTC+1: > Hello Team, > > We are getting the below response from 1st March 2021 & before that it ran > fine. We suspect

change_event python script problems

2021-03-17 Thread Pavel Hegler
Hello friends, so i ran this python script . It didnt return anything. as I pprinted(vars())ed the object i got this: {'_items_field': 'results', '_method': functools.partial(, retry=, timeout=, metadata=[('x-goo

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-17 Thread Pavel Hegler
Hey mister Forum Advisor:) can you still explain how this : client.get_service("GoogleAdsService", version="v6") works? adsapiforumadvisor schrieb am Mittwoch, 17. März 2021 um 06:08:36 UTC+1: > Hi Pavel, > > I am happy to know that you've fixed the *PermissionDenied* error on your > end. > >

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-16 Thread Pavel Hegler
I fixed it there was 1 problem: i used login-customer-id in the yaml instead of login_customer_id ): Pavel Hegler schrieb am Dienstag, 16. März 2021 um 17:59:46 UTC+1: > BTW: > i of course looked into that link but i cant figure out how to add this > damn header into the request.

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-16 Thread Pavel Hegler
BTW: i of course looked into that link but i cant figure out how to add this damn header into the request. Where is this header generated? Pavel Hegler schrieb am Dienstag, 16. März 2021 um 17:58:33 UTC+1: > I fixed it a little bit. I just redid the whole Oauth thing and than I ran > it

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-16 Thread Pavel Hegler
google-ads.yaml file and i get the same problem. PLS Help Pavel Hegler schrieb am Dienstag, 16. März 2021 um 16:45:29 UTC+1: > I am ran this > <https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/authentication/generate_refresh_token.py> > > g

google.api_core.exceptions.PermissionDenied: 403

2021-03-16 Thread Pavel Hegler
I am ran this github token creation than I used this token for OAuth sometimes successful and other times i got USER_PERMISSION_DENIED or PERMISSION_DENIED. After setting