Generate Keyword Ideas by Country

2022-08-17 Thread Renáta Held
Hello, I am pulling keyword ideas via Python following the below documentation. https://developers.google.com/google-ads/api/docs/samples/generate-keyword-ideas Are there country ids available to send in the API request's 'location_id' parameter in order to pull the volumes for the entire count

Re: Digest for adwords-api@googlegroups.com - 10 updates in 6 topics

2022-08-17 Thread Rungrot Oranon
Thanks you bro Nan [[Rungrot_Saibutdee]] ในวันที่ พ. 17 ส.ค. 2022 17:58 น. เขียนว่า: > adwords-api@googlegroups.com > > Google > Groups >

RE: Cannot find proper implementation for Conversion Tracker

2022-08-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ankit, Thank you for reaching out to our API support team. Could you confirm if you are referring to a campaign conversion goal? If yes, I would suggest referring to this document as it discusses how to manage it using Google Ads API. If not, you can provide the screenshot of the UI where we

importing keyword bid changes

2022-08-17 Thread Gigel Chiazna
Hello I am interested in importing only bid changes - using various bidding strategies. Currently I managed to import but it is not optimised to filter only bid related changes. Htere it is my current query: SELECT change_event.resource_name, change_event.change_date_time, change_event.chang

Re: Fetching ads and keywords that were changed yesterday

2022-08-17 Thread Gigel Chiazna
Here it is how you can limit by date using change_event. SELECT change_event.resource_name, change_event.change_date_time, change_event.change_resource_name, change_event.user_email, change_event.client_type, change_event.change_resource_type, change_event.old_resource, change_event.new_resourc

Re: Fetching ads and keywords that were changed yesterday

2022-08-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Andjel, Thank you for reaching out to the Google Ads API support team. The AdWords API is no longer supported. Use the Google Ads API instead. You may refer the migration guide. You can use change_event report. The changes made through UI, API and new versions of Editor by external users (i

Lower() function doesn't working

2022-08-17 Thread Banu Chandar
Hi Google Support, I've run into an issue with the Google Ads Query Validator and need some help debugging. * API Version: v11 * Query: "SELECT ad_group.name FROM search_term_view WHERE lower(ad_group.name) LIKE 'sds'" * Result: Invalid Query (errors below) * 'lower(ad_group.name)'

RE: importing keyword bid changes

2022-08-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gigel, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you can use change_event.change_resourse_type field via filtering ad_group, campaign etc. Let me know if this what you are looking for. If not, can you please provide full screen screenshot of

RE: Debug enhanced conversion with incorrect data formatting in GTM

2022-08-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Justine, Your query has reached Google Ads API support, however, I suggest you reach out to our product support team for further assistance as we can only assist with Ads API integrations. Anything that is an issue in both the Ads product and the Ads API is addressed by product support. Anyt

Re: Debug enhanced conversion with incorrect data formatting in GTM

2022-08-17 Thread Justine Cremer
Hi Aryeh, We have been reaching out to support (ticket ID: 7-674532656). They told us to reach out to you (see mail attached). If you're both going to pin-point to each other, we'll never get out of this. Could you please clarify who can support us on this issue? Thank you. Kind regards, O

ga_service.search_stream(search_request) shutting down

2022-08-17 Thread 'Noa Hubara' via Google Ads API and AdWords API Forum
Hi I have a code that uses search stream. It always fail on the same search request without noting an error- just shuts down my app. I think it might have something to do with the size of the response. How can I solve this issue? try and catch does not work. tnx! -- -- =~=~=~=~=~=~=~=~=~=~=~

RE: The following fields may not be used in SELECT clause: 'ad_group_ad.ad.responsive_display_ad.marketing_images.asset', 'ad_group_ad.ad.responsive_display_ad.youtube_videos.asset'

2022-08-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oksana, I'm a developer relations engineer jumping in to help with this issue - apologies for the delayed response. The reason you're receiving this error is that these two fields are not directly selectable because they are part of a repeated field, marketing_images. In the GAQL query lang

Google Ads API and Latency

2022-08-17 Thread Richard Cutting
Hi, We are quite heavy users of the Google Ads API (mainly search and search_stream) and are starting to see more and more latency issues when retrieving even small amounts of data. Can anyone give me any insight into how the latency of API responses is decided ? We're not busting any quotas

Unable to find RSA from ad_group_ad query in Google Ads

2022-08-17 Thread Markus Heiden
Hi, we download RSAs programmatically with an `ad_group_ad` query. I am unable to find some of the (enabled) RSAs returned by the query on the Google Ads website. In Google Ads, I selected the correct account to which these RSAs belong. I selected "Ad status: All". I filter for the Ad ID (with t

Re: Debug enhanced conversion with incorrect data formatting in GTM

2022-08-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Justine, The field "cssProvidedEnhancedConversionValue" isn't a field that the Ads API supports. The details can be messy and the link you gave us is from Product support. I found discussion of this field in Google Tag Manager support here- https://support.google.com/tagmanager/thread/13908

RE: ga_service.search_stream(search_request) shutting down

2022-08-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Noa, It appears you are using Python Client Library. If so, we have Streaming Iterators and Protobuf Messages that can alleviate some big streaming issues. You may want to reach out to the issue tracker for more assistance. We can check if there is anything in your response from the API that

ENABLED_AD_GROUP_CRITERIA_PER_CUSTOMER

2022-08-17 Thread 'Haritha Devalla' via Google Ads API and AdWords API Forum
Hi Team, For couple of our batch applies for standard shopping campaigns (not always, for few applies only), we are seeing GoogleAdsError in the BatchJobResult. And the error message says the trigger is ENABLED_AD_GROUP_CRITERIA_PER_CUSTOMER (nothing else other than that in the errordetails).

Re: Images Video

2022-08-17 Thread Rodrigo Ampuero
Hhi, I was able to get the asset_id, but I couldn't get the preview images, I thought they were in the "asset" table, could you help me by indicating where I can find them, according to the image I uploaded earlier. Thanks. El Thursday, August 11, 2022 a la(s) 4:00:00 PM UTC-4, adsapi escri

Batch jobs stuck in Running state

2022-08-17 Thread Mihály Balás
Hello, We have experienced that some batch jobs of hours have been stuck in Running state for days now. These jobs contain mutate operations of campaigns and related entities (ad groups, ad group criterions, ad group ads etc). Our applications expect the batch jobs to either complete or fail a

RE: Batch jobs stuck in Running state

2022-08-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mihaly, Thank you for posting your concern. So that we can investigate why some batch jobs have been stuck in Running state for days now, could you provide the complete request and response logs with request ID and request header generated on your end? You can provide it via Reply privately

Re: How to specify payment metrics in the API in TCPA?

2022-08-17 Thread nan bluesea
Thank you very much for your reply. This is campaign_id: 18080288762 . Looking forward to your reply! 在2022年8月17日星期三 UTC+8 18:55:29 写道: > Hi, > > Thank you for providing us the full screenshot of the UI. It is clear here > that you want to know if the *Pay by what metrics* option is possible i

Re: Cannot find proper implementation for Conversion Tracker

2022-08-17 Thread Ankit Pradhan
Hi team, Thanks for replying. By using CampaignConversionGoal , how can we set conversion action id. I was using SelectiveOptimization class to set the resource name that I have created by using the conver

Re: Where can I retrieve the data for Matched locations (campaign)

2022-08-17 Thread ewin zhou
Is it( Matched locations (campaign) by api ) supported now? 在2021年11月29日星期一 UTC+8 14:15:49 写道: > Hi Azfar, > > Thank you for posting your concern. > > I understand your concern, unfortunately, it is currently not possible to > get the matched location information in the UI that you provided usi