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

0 values for Smart Campaigns from the age_range_view or gender_view report

2022-03-02 Thread Pavel Tyurin
tile_p50_rate, metrics.video_quartile_p75_rate, metrics.video_quartile_p100_rate, ad_group.url_custom_parameters FROM age_range_view WHERE segments.date BETWEEN '2022-01-19' AND '2022-01-20' " } Thank you, Pavel Tuyrin improvado.io -- --

Items outstok - manage

2022-02-14 Thread Pavel Zhdanov
hey everyone I'm looking problem solving with stock / outstock manage search ads May you know some libraries which help manage ads -> stop ads when items are outstock? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.co

outstock items - managing

2022-02-14 Thread Pavel Zhdanov
hey everyone I'm looking problem solving with stock / outstock manage search ads May you know some libraries which help manage ads -> stop ads when items aren't outstock? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot

Sending conversions with value and data for modelled conversions

2021-08-08 Thread Pavel Titov
dy present in the Google Ads API or if there is a timeline for adding it. If not, perhaps there's a workaround or another recommended way to send such conversions? Best regards, Pavel Titov -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

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 > <https://developers.google.com/google-ads/api/docs/concepts/api-structure?hl=en#services> > > specified in the first

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 *Perm

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

Could you help me to undestand why $adGroupAdService->get always return empty?

2020-10-10 Thread Pavel Ustyugov
My application use a base developer token. It gets clients list, campaigns, adGroups - it is ok! but when I want go get ads using AdGroup Id it always returns an empry result. [image: screen.jpg] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

Could you help me to undestand why $adGroupAdService->get always return empty?

2020-10-10 Thread Pavel Ustyugov
My application use a base developer token. It gets clients list, campaigns, adGroupt - it is ok! but when I want go get ads using AdGroup Id it always returns an empry result. I used expample of *googleads-php-lib* here is a code: -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Can we use api and develope application for google Ads if our department is in Georgia?

2020-08-24 Thread Pavel Ustyugov
Hello! We want to ask a question. Our firm is situated in *Georgia. *Could you tell us if we can have an access to google ads api and develope our application ? Or the access to api is closed for Georgia? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

Re: Equal rows for report with AdGroupStatus

2020-04-29 Thread Pavel G
one row with a unique set of values if the date field is included in the report. But looks like it is wrong assumption. On Wednesday, April 29, 2020 at 10:01:16 PM UTC+3, adsapiforumadvisor wrote: > > Hi Pavel, > > The Final URL Report maps to this section > <https://dev

Equal rows for report with AdGroupStatus

2020-04-28 Thread Pavel Grivachev
Hi, When I use request without AdGroupStatus field I have one row result. Request: curl --http1.1 \ --header "Authorization : Bearer {token}" \ --header "developerToken : {developerToken}" \ --header "includeZeroImpressions: false" \ --header "clientCustomerId : {clientCustomerId

Fetch report with all values of AdGroupStatus and CampaignStatus

2020-04-28 Thread Pavel G
Hi, We need to fetch report that contains the fields we need, but with all statuses of AdGroupStatus and CampaignStatus fields. In this forum I found suggestions that I need to add the following code to my request: WHERE AdGroupStatus IN ['ENABLED','PAUSED','REMOVED'] AND CampaignStatus IN ['

Re: Pulling Data For Removed Campaigns?

2020-04-28 Thread Pavel Grivachev
Hi, Is it mandatory to use WHERE CampaignStatus = 'REMOVED' now for this purpose? I just checked without this WHERE statement and my curl request returned me data with Campaign state =

Re: 201909 API Sunset exact dates

2019-10-17 Thread &#x27;Pavel Savchenko' via AdWords API and Google Ads API Forum
Hi, Is it safe to assume that this sunset will be around March 2020? There was no update in the blog about the sunset date yet. I just want to make sure I'm not too late. Regards, Pavel On Monday, June 3, 2019 at 6:49:24 PM UTC+2, adsapiforumadvisor wrote: > > Hi Gurpreet, > &

ConversionTrackerService doesn't respect select fields

2018-02-15 Thread pavel
ConversionTrackerService doesn't take into account the fields I want to select. I tried using both AWQL and get() method with selector, the return page contains a lot of unnecessary fields . Also it doesn't return *mostRecentConversionDate* field even though I specified it. Is it a bug or did

Re: How can I get vertical based on the list of keywords/text?

2016-12-21 Thread Pavel Konovalov
Hi, Sreelakshmi < Could you please try by setting the RequestType set to STATS? This should get you the specific keyword. Setting it to IDEAS will get you the related keywords. Yes, this

Re: How can I get vertical based on the list of keywords/text?

2016-12-20 Thread Pavel Konovalov
Hi Sreelakshmi, понедельник, 19 декабря 2016 г., 19:00:15 UTC+2 пользователь Pavel Konovalov написал: > > Please check out the sample > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201609/optimization/GetKeywo

How can I get vertical based on the list of keywords/text?

2016-12-19 Thread Pavel Konovalov
I need to classify the list of keywords or, better the specific text to one or several Verticals - https://developers.google.com/adwords/api/docs/appendix/verticals based. How can I do this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Account Performance Report Cost doesn't include Universal App Costs

2016-08-25 Thread Pavel Guseynov
Hi, I'm making reporting tool for total costs off all accounts (Customers) in manager account. I'm using Account Performance Report with Cost field. I noticed that for some accounts cost in Ad Words UI is different from i'm getting in reporting API. The difference is that 'Total - Universal App'

Re: Customer account balances

2015-05-19 Thread pavel
Hello, I need to get the rest of the budget is for companies, and the remainder of the budget user account Transaction History. понедельник, 18 мая 2015 г., 22:45:28 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > If you want to get the account balances through reporting then you c

Customer account balances

2015-05-16 Thread pavel
How to obtain data on customer account balances? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

change DAY to LIFETIME in FrequencyCap timeUnit

2015-05-14 Thread pavel
How do I change To display data is not per day, and for all time in FrequencyCap? I used CampaignService and method get. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelo

GetOAuth2Credential returned 504 error

2015-05-13 Thread pavel
File GetRefreshToken.php, namely function getOAuth2Credential return 504 Gateway Time-out. When debug was able to identify the cause was a string: $stdin = fopen('php://stdin', 'r'); How I сan fix this problem? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

RequiredError.REQUIRED when try to create campaign

2014-12-05 Thread Pavel Štěrba
I'm trying to create new campaign via API (v201406), but I'm still getting error "*RequiredError.REQUIRED*". But I don't know which field I'm missing, here is my *CompaignOperation* object: Campaign Object ( [id] => [name] => MY_CAMPAIGN_NAME [status] => ENABLED [servingStatus] =

QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:null

2013-10-30 Thread Pavel Kabikov
Trying to access Adwords api for the first time. Customer ID: 274-384-0461 Developer token is approved. OAuth 2.0 authorization successful! Your refresh token is: 1/-- Traceback (most recent call last): File "get_campaigns.py", line 111, in main(adw_client) File "get_campaig

adwords-api@googlegroups.com

2013-09-09 Thread Pavel Vladimirovich
Hi Anash I have the same problem too. You told that test MCC developer token is unsupported. But how can we make API calls against test account data? Should we use only live capmaigns/ads for testing? четверг, 29 августа 2013 г., 11:31:50 UTC+3 пользователь Anash P. Oommen (AdWords API Team)

Re: Why data provided by Data Export API is different from data in AdWords?

2011-08-24 Thread Pavel Makhnev
sorry, right link - http://code.google.com/intl/ru-RU/apis/analytics/docs/gdata/gdataExplorer.html -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~

Why data provided by Data Export API is different from data in AdWords?

2011-08-24 Thread Pavel Makhnev
When I use http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html and in *metrics I set ga:CTR, answer received from google server is differnet from data that I can see in main page of the AdWords? It's a feature? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: PHP-client lib generates invalid XML - namespace prefix xsi for type on XXX is not defined

2011-08-05 Thread Pavel Saatov
Solved. The problem was in php settings on the server-side. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

PHP-client lib generates invalid XML - namespace prefix xsi for type on XXX is not defined

2011-08-04 Thread Pavel Saatov
following 3 errors: 1. Namespace prefix xsi for type on RequestHeader is not defined 2. Namespace prefix xsi for type on RequestHeader is not defined 3. Namespace prefix xsi for type on RequestHeader is not defined Thanks, Pavel Saatov -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f