API Query Builder Validator with unexpected error

2024-05-29 Thread Joao Falcao
Hi Google Support, I've run into an issue with the Google Ads Query Validator and need some help debugging. * API Version: v14 * Query: "SELECT asset_group.name, metrics.clicks FROM asset_group" * Result: Invalid Query (errors below) * 'metrics.clicks' is not a valid field in the SE

Re: GET_CAMPAIGNS.PY - How to fill arguments "-c/--customer_id"

2020-11-25 Thread Joao Berruezo
'm getting: https://drive.google.com/file/d/1oo4Ko62pHOMQCF-GmVq1_Le64sPGJRrJ/view?usp=sharing Thanks and regards, Joao Berruezo, Safra Bank Em quarta-feira, 25 de novembro de 2020 às 14:14:00 UTC-3, adsapiforumadvisor escreveu: > Hi Joao, > > Thank you for reaching out. Please find my re

Re: Hotel Performance View does not have segmentation by user country

2019-07-08 Thread Joao Martins
Hi there, any follow up on this? Thanks On Sunday, June 30, 2019 at 6:46:05 PM UTC+1, adsapiforumadvisor wrote: > > Hi Joao, > > I'm following up with the Hotel Ads team to see if this restriction was > intentional. I'll update this discussion as soon as I have more

Re: Hotel Performance View does not have segmentation by user country

2019-06-27 Thread Joao Martins
: 'segments.geo_target_country' and 'segments.hour' Does it mean you can't query geo_target_country performance hourly or it's something will support soon? Thanks On Wednesday, June 26, 2019 at 10:31:26 AM UTC+1, adsapiforumadvisor wrote: > > Hi Joao, > > The &q

Hotel Performance View does not have segmentation by user country

2019-06-25 Thread Joao Martins
I can't find a way of getting to segment hotel performance (impressions, clicks, etc.) from *hotel performance view *by *user country* - that functionality is crucial on reporting and it's something provided by Google Hotel Ads and it's something we can see in the Google Ads dashboard. Could yo

Re: Missing User location data for one account via API

2019-06-17 Thread Joao Martins
Hi Nikisha, Does this work for the Google Ads api? Geo Performance Report does not seem to be available for Google Ads (not AdWords) What's the equivalent in Google Ads to get a performance breakdown per user country? Regards Joao On Saturday, June 15, 2019 at 9:25:00 PM

Re: Using Conversion Type Name for filtering Conversion data

2018-10-17 Thread Joao Vitor Lopes Rocha
Yeah, sorry, I posted in the wrong forum On Wednesday, October 17, 2018 at 3:25:58 AM UTC-3, Dannison Yao (AdWords API Team) wrote: > > Hi Joao, > > To clarify, I've seen you post this same issue in the AdWords Scripts > forum > <https://groups.google.com/forum/?u

Using Conversion Type Name for filtering Conversion data

2018-10-16 Thread Joao Vitor Lopes Rocha
I'm trying to write a script to optimize bids for keywords that have no conversions. The thing is, in my account, we have a lot of different conversions that are not included in Conversions, but appear in All Conversion's reports. Part of my code use this filter below: return AdWordsApp.keyword

Got an error while connectin Adwords and SeoToolsforExcel

2018-06-19 Thread Joao Carpio
Hi, I've been trying for about a week now trying to connect the company's adword mcc account with SeoToolsforExcel, however i keep getting this error whenever I try it. Costumer_Not_Found, while doing some research I found this " No account found for the customer ID provided in the header", but

Is it possible to get a None response when using 'AdGroupAdService' get method?

2017-10-17 Thread joao . gris
Hi, I've tried to execute the following query in the Python API: selector = { 'fields': ['Id', 'AdGroupId', 'Status', 'HeadlinePart1', 'HeadlinePart2', 'Description'], 'predicates': [ { 'field': 'AdGroupId', 'operator'

How to change delimiter?

2017-10-10 Thread Joao
'*CSV*', f, skip_report_header=True, skip_column_header=False, skip_report_summary=True) Thanks Joao -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Python-lib, how to specify where to look for googleads.yaml

2017-10-10 Thread Joao
f the current directory. If I copy the file there it works fine but I would like to make it more dynamic. How can I specify where the python file looks for the googleads.yaml? Thanks Joao -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

How to get historical bid adjustments

2017-09-01 Thread joao . gris
Hi, I want to make a query that gets me all the bid adjustments(by account, keyword, campaign, adgroup) in a given period of time. Is there a way to get this working? I don't want to store a database of bid adjustments to make decisions about the bids. Thanks in advance. Best Regards, João

Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread joao . gris
Also, how to get via API the external conversion source, like firebase, google play or website? Em quarta-feira, 23 de agosto de 2017 13:40:42 UTC-3, joao...@paretogroup.com.br escreveu: > > Sorry, the status field says it is enabled. > > Em quarta-feira, 23 de agosto de 2017 13

Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread joao . gris
Sorry, the status field says it is enabled. Em quarta-feira, 23 de agosto de 2017 13:39:55 UTC-3, joao...@paretogroup.com.br escreveu: > > I did this, but the API get() method says that a conversion tracking is > activated even if it is not validated. > > Em terça-feira, 22 de ag

Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread joao . gris
I did this, but the API get() method says that a conversion tracking is activated even if it is not validated. Em terça-feira, 22 de agosto de 2017 03:48:37 UTC-3, Vincent Racaza (AdWords API Team) escreveu: > > Hi, > > The only way to know via the AdWords API if your account has conversion > t

Best practice for knowing if Account has Conversion Tracking

2017-08-21 Thread joao . gris
What is the best way to discover via API if an account has conversion tracking of any kind? Also, is there a way to download reports as structured data and not just as a string(a python list for example). Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

AdWords API v2009 get ImageAd image

2010-03-30 Thread joao
Hi, I'm reading the AdGroupAd objects using the new v2009 api. I'm using the AdGroupAdServiceInterface (using the AdGroupAdSelector for the right campaigns, adgroups) and getting the AdGroupAdPage entries, like the examples of the new api. The problem is that all the ImageAd objects of the AdGrou