RE: How to add a value subdivision with catetory "label customer 0"

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jian, Thank you for posting your concern and sharing the solution that you've used to address the issue. I would like to inform you first that I am going to delete your initial post as it contains generated logs on your end. I will paste here instead the context of your concern and you can

RE: Google Ads Facing issue

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Rinki, Thank you for reaching out to our API support team. An invalid_grant error usually indicates an issue with your refresh token. That said, I would recommend that you regenerate the said refresh token. Since you are using PHP, you can refer to this guide on how to setup your

RE: App unverified after updating client secret etc

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Dan, Thank you for reaching out to us. Have you checked on this guide when generating your new API credentials in the AdWords API? As for the app verification process, I'm afraid that this is already outside of our team's scope. For app verifications and API Console related concerns, we

RE: Query LIKE filter triggering error

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tiana, Thank you for reaching out. So that I can take a closer look, could you also share the complete request and response logs, with the request-id, generated when the error occurred? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library

Why does the customer match user list closes in a day?

2021-10-11 Thread Wataru Hamawaki
Hello Team Google Ads, Thanks very much for your help. I have created a user list with an unlimited lifespan using test users. However, the user list was closed within a day. Are these the correct behaviors? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: How to get Impressions of campaigns and location extensions in a Google Ads account using Google Ads API ?

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Qaiser, You can use the campaign_feed report to retrieve/associate a (campaign_feed.placeholder_types = LOCATION) feed to a campaign. You can then perform a separate request for the feed_item report to retrieve statistics of the feed items. Let me know how this goes on your end. Best

Re: How to get the landing page address of Google ads from Google ads api

2021-10-11 Thread pqm peng
landing_page_view is not for each ad, How can I get the landing page address of each ad? 在2021年10月9日星期六 UTC+8 上午2:52:50 写道: > Hi there, > > Thank you for reaching out to Google Ads API support. Is landing_page_view

Re: Google Ads Api Limit

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Kurt, No worries. To note, the email sent by my colleague Aryeh was sent to your private email. Regarding the services that can be used to manage your customer match audiences, those are discussed in this guide and also here, since the APIs also do not use CSVs to upload audiences. Also,

INTERNAL_ERROR when querying search_term_view

2021-10-11 Thread Demi Yo
My company manages multiple Ads accounts, and we regularly run this query across all our accounts to check past conversions: SELECT search_term_view.search_term, metrics.conversions FROM search_term_view WHERE metrics.conversions > 0 This exact query works for all of our accounts except for

RE: data is null

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to Google Ads API with this no data issue. Could you send us privately the full request and response log? Here are logging instructions, the logs we need are generated when logging is set to "DEBUG". The request and response appears similar to the JSON Mappings

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-11 Thread Martin Levi
Hi Aryeh, Thanks for your response. In my specific case I don't see any value in running the upload click conversions in a test environment. At the moment I am uploading my conversions manually via the Google UI, and if I test an upload via the API and it doesn't work the worst case is that

RE: Which metric is used to query the number of install?

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Henry, Thanks for reaching out. At the moment, it is not possible to get install metrics for App Campaigns through the Ads API. However, this has been requested previously. The best way to stay updated on new Ads API feature additions is to subscribe to the Ads API Developer blog. Regards,

RE: How to fetch ad-level data such as clicks, impressions and conversions?

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Henry, Thank you for reaching out to Google Ads API support. ad_group_ad should cover most cases, what is your use case that you are trying to get ad metrics for? Is there a screenshot that shows the UI giving what you need that you can to us privately? Regards, Aryeh Baker Google Ads API

Re: Change Status Service Internal Errors for Certain Date Ranges

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, I've bumped up the priority of this investigation internally so I hope to have some information soon, but unfortunately I don't have anything quite yet. I'll let you know as soon as I do have something to share. Regards, Mike, Google Ads API Team ref:_00D1U1174p._5004Q2NURhK:ref -- --

Re: Change Status Service Internal Errors for Certain Date Ranges

2021-10-11 Thread Jonathan Stack
Hello, Can I get a status update on this please? Thank you! On Tuesday, September 28, 2021 at 7:30:42 PM UTC-7 adsapi wrote: > Hi Jonathan, > > Thank you for bumping this thread. > > We currently do not have updates yet on the issue. However, I have already > sent a follow up to our team

Re: Got INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE when setting target CPA for search campaigns

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Julien, At the bottom of the page of Bidding Strategy Types it points out that a portfolio-only bidding scheme in the context of a standard strategy generates the error. The valid context of a TargetCPA bidding strategy type is only portfolio based and not campaign based. Regards, Aryeh

RE: ads api

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out to Google Ads API team and thanks for the screenshots. To investigate the issue and to address it, could you provide us with the following details below? Customer ID complete logs (request and response with request-id) Please send the requested details via

Re: When I run upload_offline_conversion.py sample code, it does not complain but the conversion is not fired.

2021-10-11 Thread Rodolfo Ortega
Hi and thanks. Yes, after waiting some hours, it did work. Thank you for pointing me in the right direction. El lunes, 11 de octubre de 2021 a las 11:57:18 UTC-4, adsapi escribió: > Hi Rodolfo, > > Thank you for getting back to us with the progress! You still haven't told > us what happened

Re: When I run upload_offline_conversion.py sample code, it does not complain but the conversion is not fired.

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Rodolfo, Thank you for getting back to us with the progress! You still haven't told us what happened after reupload, feel free to reach out if you still need assistance. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2PHv0c:ref -- --

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Martin, Test accounts don't serve ads, so you won't have GCLID's and therefore you won't be able to upload click conversions without the API returning an error. You can still experiment with Create Conversion Actions and uploading of fake conversions to get a feel for the process. Of course

Re: How to decode age range, gender, device etc from google ads api

2021-10-11 Thread Bing Bu
Hi Yasar, Got this. We will store the string name from the enum instead. All good now. Thanks, Bing On Monday, October 11, 2021 at 4:01:20 AM UTC-5 adsapi wrote: > Hi Bing, > > This is Yasar and I work with Aryeh. Let me assist you with this. > > Kindly note that the retrieved device id

RE: One of the conditions in the query is invalid

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, We're glad to see the issue was resolved. However, as this issue is Ads scripts related, we recommend using the Ads scripts forum in the future. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2PIMCG:ref -- --

RE: how to get smart campaign performance??

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. The Reporting section of this Smart Display Campaign guide may be useful. However, as you are using Ads scripts, we recommend that you post your inquiry on the Ads scripts forum. Thanks, Matt Google Ads API Team Matt Google Ads API Team

Query LIKE filter triggering error

2021-10-11 Thread Tiana S.
Hi there, Question about the LIKE operator for filters. I have the following query: SELECT metrics.clicks FROM campaign WHERE metrics.impressions > 0 AND campaign.name LIKE "%Gene[%" AND segments.date >= '2021-09-01' AND segments.date <= '2021-09-30' When I put that query into the Query

How to get Impressions of campaigns and location extensions in a Google Ads account using Google Ads API ?

2021-10-11 Thread Qaiser Javed
Hi, Help required please. How to get Impressions of campaigns and location extensions in a Google Ads account using Google Ads API ? You can see the data I want to get using Google Ads API in below screenshot. I am using Google Ads API, please share query to fetch this result. It's really

Re: Google Ads Api Limit

2021-10-11 Thread Kurt Colemonts
Hi Peter, Just want to apologies about my previous statement. It seems that Google did sent me an email about my question. I'll include the awnser on my questions here as well: *"UserDataService

Get all users from user list

2021-10-11 Thread Anton Ponomarenko
Hi there, I am working on Google Ads integration into the company project. I need to pull all the user lists under a given account. I already have working requests to the api. For example, I can create a new user list with some emails inside. Could you please let me know which classes I

Even if includeZeroImpressions is set to False, records with 0 achievements are output.

2021-10-11 Thread M.T
Hi, In the Campaign Performance Report, please tell me the cause when the record with 0 achievement is output even if includeZeroImpressions is set to False. https://developers.google.com/adwords/api/docs/guides/zeroimpression-structure-reports As far as I read this article, ・When Supports

Re: How to add a value subdivision with catetory "label customer 0"

2021-10-11 Thread Jian Hu
Hello Google, I find why, I use "product_custom_attribute" for create a new "adGroupCriterion" / "listingGroup", page support: https://developers.google.com/google-ads/api/docs/shopping-ads/create-listing-groups in your example you used " product_brand " -> new

App unverified after updating client secret etc

2021-10-11 Thread Dan Willoughby
Hi, We have an app which was fully verified and using the adwords api. We changed the client secret and id as part of a security update. We are now faced with the app being reverified. Is there a way to speed this up? Many thanks, Dan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

data is null

2021-10-11 Thread chenzhen
I use google-ads-examples GetHotelAdsPerformance implementation. Return result 2021-10-11 17:03:53,077 INFO [Gax-1] logging.RequestLogger (RequestLogger.java:157) - SUCCESS REQUEST SUMMARY. Method: google.ads.googleads.v8.services.GoogleAdsService/Search, Endpoint:

Re: How to decode age range, gender, device etc from google ads api

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Bing, This is Yasar and I work with Aryeh. Let me assist you with this. Kindly note that the retrieved device id numerical value of the enum will vary depending on the client library that you’re using to get it. With this, I recommend you to reach out to the respective client library owner

RE: How to change default language from english to any other while campaign creation

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Amol, Thank you for reaching out to our API support team. Are you referring to campaign targeted language? If yes, you can manage your LanguageInfo using the CampaignCriterionService. You can use this example in PHP as reference when targeting campaign criteria. If this is not what you're

RE: AOuth2 error: access_denied

2021-10-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out to us. Since you're still trying to generate your Oauth2 credentials, please try following the steps mentioned on this guide. Once done, you can then use this guide when configuring your client library with those created OAuth2 credentials. Hope this helps.

Re: How to change default language from english to any other while campaign creation

2021-10-11 Thread Amol Kawale
Any update guys... Your help is highly appreciated... On Friday, October 8, 2021 at 6:36:44 PM UTC+5:30 Amol Kawale wrote: > Hi team, > > I'm using google ads v8 php library. How to change default language from > english to any other while campaign creation or target? > > Regards, > Amol > --