Re: Convert Google-Ads API GoogleAdsRow object to a dictionary or something useful to end up in a .CSV?

2020-01-20 Thread James Nixon
The documentation states that using this method is not practical for real-world application.: [image: image.png] Is there a way to convert the googleadsrow object to .csv using other logical methods? On Fri, Jan 17, 2020 at 4:18 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.co

Does this Keyword Planner result make logical sense?

2020-01-20 Thread Zack Gallinger
I entered roughly 800 keywords in Keyword Planner for two target locations: - San Antonio TX, Texas, United States - San Jose, California, United States The summary data for the Historical Metrics result set by Location is as follows: *Segmentation Avg. monthly searches* All

expanded dynamic search ads preview - how to get from API?

2020-01-20 Thread Oksana Sulyma
Hello Adwords team! Could you please advice if this is possible to get preview of Ad with type = 'EXPANDED_DYNAMIC_SEARCH_AD' from API? I've tried calling AdService per

ConstantDataService.getUserInterestCriterion equivalent for REST

2020-01-20 Thread Pietro Galassi
Hi all, is there any REST equivalent for ConstantDataService. getUserInterestCriterion ( https://developers.google.com/adwords/api/docs/reference/v201809/ConstantDataService#getUserI

Why the token is expired even I had configured the refresh token?

2020-01-20 Thread Xingguo Sun
Hi, I confronted this problem and do not know how to fix it. I do not need to update the token if I have configure the refresh token, right? Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://oauth2.googleapis.com/token` resulted in a `400 Bad Request` res

Hi! I created experiment for two groups: original and experiment group. If i change ETA and RSA in experiment group they change in original group. ID ETA and RSA are the same for both groups. Because

2020-01-20 Thread dim dimych
Hi! I created experiment for two groups: original and experiment group. If I change ETA and RSA in experiment group they change in the original group. ID ETA and RSA are the same for both groups. Because of this, I cannot upgrade ETA RSA on API. How did this fix? thank! -- -- =~=~=~=~=~=~=~=

Re: Handling Error errors_pb2

2020-01-20 Thread 'Lucas Gomide' via AdWords API and Google Ads API Forum
Hi Yolanda! There is an issue and a Pull Request created at Github to fix this problem. https://github.com/googleads/google-ads-python/issues/200 On Monday, January 20, 2020 at 1:10:54 AM UTC-3, Yolanda Ou wrote: > > > > Hi guys, > > I also came across this issue. Could I ask how to fix it > >

Re: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-20 Thread Poker Face
Hi Nikita, Problem solved ! I haven't use the yaml file for extracting needed infos. Instead I did this: from googleads import adwords from googleads import oauth2 # OAuth2 credential information. In a real application, you'd probably be # pulling these values from a credential storage. CLIENT_

AdWords API Quota / Usage Dashboard

2020-01-20 Thread Serge
Hi everyone, I remember being able to check my project's AdWords API quotas and usage in late 2018 - early 2019. However currently I cannot find any dashboard showing that. If I recall correctly, it was available in https://console.developers.google.com/ with the following link pattern: https:/

Re: Postal Code - Geo

2020-01-20 Thread hüseyin Armağan
My mistake I use getlocation list and use its return value ! 20 Ocak 2020 Pazartesi 11:13:05 UTC+3 tarihinde hüseyin Armağan yazdı: > > Hi, > > Normally I can add Location target via Campaing/Adgroup criterion service > with location id. But I need to add location with its postal code like as >

'User Based' Reach and Frequency in AdWords API

2020-01-20 Thread Serge
Hi everyone, I need to import Reach and Frequency from the Adwords API. As you can see, in Ads dashboard, the metrics that mention cookies are not populating. Only the 'user based' metrics are populating. However the only two metrics for Reach and Frequency that I found within the API are 'co

Re: Reports attributes behavior

2020-01-20 Thread Oksana Sulyma
Hey Google Ads API team, Any news on my question? Looking forward to hear from you! Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Re: Get list of Affinity Categories and In-market categories

2020-01-20 Thread Pietro Galassi
Well, performing this query using googleAds:search { "query" : "SELECT custom_interest.id, custom_interest.name, custom_interest.description, custom_interest.type, custom_interest.status, custom_

Postal Code - Geo

2020-01-20 Thread hüseyin Armağan
Hi, Normally I can add Location target via Campaing/Adgroup criterion service with location id. But I need to add location with its postal code like as UI. How can I add Geo target with postal code ? regards hüseyin. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on