Re: Questions About Implementing Google Ads API

2022-01-17 Thread Hustle OU
Hi Peter, Thanks for your reply. Everything is clear except the "$customerId" value. I have opened a new thread to specifically get info about that: https://groups.google.com/g/adwords-api/c/PWvtqxnkyDc On Monday, January 17, 2022 at 3:23:47 AM UTC+1 adsapi wrote: > Hi, > > Thank you for your

Re: Get account information

2022-01-17 Thread 'Hao Long' via Google Ads API and AdWords API Forum
for customer.getAccountLabels migrate, i try customer_client.applied_labels and customer_labe to get the values and returned below sample values: customers/8772668342 customers/9293907848/labels/3064162226 customers/8772668

RE: Creating RSA - collection_size_error

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Evaldas, Thank you for reaching out to us. For us to further check this, could you share to us the complete request and response logs with request ID? You can provide it via Reply privately to author option. If this option is not available, then send it instead on this email address googlea

Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread Nicolas Gonzales
Hi Team I am switching to the new Google Ads Api library and get some trouble with the Refresh Token. I am using this code in php : try { $clickConversion = new ClickConversion([ 'conversion_action' => ResourceNames::forConversionAction($customerId, $conversionActionId), 'gclid' => $gclid, 'co

RE: Google Ads PHP SDK - How do I set a campaign to target 'Presence' on the Location targeting options

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Patrick, Thank you for reaching out to us. However, it appears that your concerns is more on integration/implementation rather than anything specific to Google Ads API issues. With this, we would recommend reaching out to the client library owners on the PHP Github page instead for further a

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on ConversionTrackerService.get

2022-01-17 Thread 'Tom Meijer' via Google Ads API and AdWords API Forum
Yes I send them in a private reply. I also emailed them now. Thanks On Friday, January 14, 2022 at 8:43:58 PM UTC+1 adsapi wrote: > Hi Tom, > > We still have not received the logs. Did you select reply privately to > author? If you are having trouble, you can email us at > googleadsapi-supp.

Re: Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread Nicolas Gonzales
It look that I need to publish the API and send a video on Youtube. A video explaining what I do exactly. Am I right ? On Monday, 17 January 2022 at 10:10:36 UTC+1 Nicolas Gonzales wrote: > Hi Team > > I am switching to the new Google Ads Api library and get some trouble with > the Refresh Toke

Performance Max API integration (Adwords) - Need Basic Access

2022-01-17 Thread 'Vibhuti Agarwal' via Google Ads API and AdWords API Forum
Hi Team, One of our clients, Maruti Suzuki, is trying to create multiple campaigns across the country for their dealers. For Perf Max API integration they needed a production account to test the API, the only way they discovered was to make a prod account by submitting a form with all the relev

How to get resource id from resource_name?

2022-01-17 Thread yogitr...@gmail.com
I'm working on migrating our code which is using Adwords CLICK_PERFORMANCE_REPORT to use Google Ads API click_view. Some attributes such as ad group ad, keyword and user_list are being returned as RESOURCE_NAME. What's the correct way to extract the resource id out of the RESOURCE_NAME? --

Re: Integration into the system through PHP

2022-01-17 Thread Test-user 999-analitics
Hello пятница, 14 января 2022 г. в 10:46:08 UTC+4, adsapi: > Hi, > > Thank you for posting your concern. I can see that this concern has > already been raised in a private email thread. With this, allow me to > reiterate it here and see it below: > > "*For the below concern, could you confirm

When will RecommendationType include all (or most) recommendation types?

2022-01-17 Thread Wijnand Meijer
Hi there, We did a cross-account analysis of the RecommendationType https://developers.google.com/google-ads/api/reference/rpc/v9/RecommendationTypeEnum.RecommendationType and found that this value returns UNKNOWN 73% of the time. As you can see in the attachment, we performed this over lots

RE: How to find $customerId variable?

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising your concern. To answer the question, you need to set the customer Id of the Google Ads account where your conversion action is created. If your conversion action is created at the client account, then you need to set the customer Id of the client account to that fiel

RE: Google ads test account

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi David, Thank you for reaching out to us. With regard to creating a test account, you can refer to this guide on how you can create your test account. Kindly note that test accounts can only be created through the Google Ads API, though they can be viewed in the UI. Let me know if you need a

Re: "suggestKeywordThemes" is different from the UI

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Xiaowei, I've just got answers for the person who has insight about this feature. The suggestKeywordThemes currently isn't meant to produce exactly same results as in the UI right now. We may improve this over time, but right now, they're not equivalent. As for your another request, it lo

RE: How to get keyword seed in KeywordPlanIdeaService

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to us. Kindly note that only keyword_seed can be set on the request in order to generate keyword ideas with a list of keywords. If you're not able to retrieve it, you may provide us with the complete request and response logs with the request-id, so our team can bet

Re: How to use batching with UserList and UserData API for Google ads?

2022-01-17 Thread Paid Media
Hi I explored the suggested approach and went through the example code in the file AddCustomerMatchUserList.java. It seems that OfflineUserDataJobServiceClient has only methods (runOfflineUserDataJobAsync) for asynchronous processing. But my application has a need to upload large customers to

Error on adding customer label

2022-01-17 Thread FW API
Hello, on attempting to add a certain customer label to an account under a certain customer account, I received: error_code { request_error: UNKNOWN } message: "The error code is not in this version." location { field_path_elements { field_name: "operations" index: 0 } } -- --

Historical Performance Data - AdWords API vs. Google Ads API

2022-01-17 Thread Matthias Hotz
Hello Ads Team, in the soon deprecated Adwords API there is/was a method (targetingIdeaService) were i could submit up to 500 keywords an receive historical performance data like searchvolume and cpc. In the new Ads API there is NO direct equivalent to this or am I wrong? Sure there is Keyword

Re: Campaign Goal API endpoint

2022-01-17 Thread AMAP TEST
Hi Team, Tried following the document refrence that was shared but no lunk. Please validate if there is something being missed . We are unable to update Campaign Conversion Goal. Following are the steps configured 1. Created a ConversionAction and Tagged it to a Campaign Following request: *h

Change name to audience

2022-01-17 Thread 'Jonhatan David Fajardo Portillo' via Google Ads API and AdWords API Forum
Hi, I tried to change the name to an existing google audience with your credentials and it returned this error code *OWNERSHIP_REQUIRED_FOR_SET* *Only an owner account may edit a user list. * Next, I tried to make this operation with the *refresh_token* of the user and it returns this issue *{Re

Re: Performance Max campaigns

2022-01-17 Thread Raneen Bsais
Hi i have another question if we can get the Performance Max campaigns by Googleservice.search??? On Tuesday, 4 January 2022 at 18:35:28 UTC+2 adsapi wrote: > Hi Raneen, > > Thank you for reaching out to Google Ads API support team. > > With regard to your concern about the Performance Max Cam

Re: Get account information

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, You can get the label contents by pulling a label report on manager account 9293907848. 'label.resource_name' matches 'customers/9293907848/labels/3064162226'. My team came back to me that: 'UNKNOWN ' - it's used for unrecognized values, which is potentially caused by newer versions o

Re: Geoe Target Performance with matrics in campaign level

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Traktor, Glad to know that the issue has been resolved. Please let us know if we can help with anything else. Regards, Jakeia Sabrina Google Ads API Team ref:_00D1U1174p._5004Q2UjXuw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsd

Google API OAuth 2.0

2022-01-17 Thread Emanuel Gonzalez
Hello everyone, i am automating the creation of mail accounts in the domain of the company where I work. I have read the following documentation: https://developers.google.com/admin-sdk/directory/v1/guides/manage-users In the IAM option ==> Service accounts I have generated a user with their A

LabelService equivalent in Adwords REST

2022-01-17 Thread dani...@gmail.com
Hi, I'm trying to convert my old code that retrieve label by name using LabelService and selector. I'm trying to find the equivalent code in REST, im trying to use GQL SELECT label.name, label.status, label.resource_name FROM label But I'm not getting the same values. Am i using the co

RE: about user list import

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Michael, Thanks for reaching out to the Google Ads API support. Please refer to the code samples add-customer-match-user-list by PHP to fetch the customer match user list records with email address. Hope this helps. Let us know if you have any further questions. Best regards, Jakeia Sabr

Re: How to calculate the remaining credit

2022-01-17 Thread Alef Felipe
I am extremely disappointed with the google ads support, for months I have been trying to recover the remaining balance in my accounts and I can't and nobody gives me a way forward, it's just that it's not possible to do and that I would have to do a calculation, they don't help me solve the pro

Re: Calculation to get the remaining balance in the customer's account

2022-01-17 Thread Alef Felipe
I am extremely disappointed with the google ads support, for months I have been trying to recover the remaining balance in my accounts and I can't and nobody gives me a way forward, it's just that it's not possible to do and that I would have to do a calculation, they don't help me solve the pro

Re: Remaining credit

2022-01-17 Thread Alef Felipe
I am extremely disappointed with the google ads support, for months I have been trying to recover the remaining balance in my accounts and I can't and nobody gives me a way forward, it's just that it's not possible to do and that I would have to do a calculation, they don't help me solve the pro

Re: Google API OAuth 2.0

2022-01-17 Thread Emanuel Gonzalez
I tried to perform a GET but I see a mistake: curl 'https://admin.googleapis.com/admin/directory/v1/users?domain=domain.com&maxResults=2' -H "Accept: application/json" -d '@client_secret_736031670052-10a798qi65utf44iah5bk3c3oeuf7a54.apps.googleusercontent.com.json' { "error": { "code"

Re: segments is missing when query from shopping_performance_view

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jia, Thank you for posting this for others to see! Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Uk0SW:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Access to display and search of google Ads library across all advertisers

2022-01-17 Thread Chinmay Aggarwal
Hello All, I am trying to hunt for the AD library of Google Adwords and Keywords across all advertisers who use this platform service for their business promotion. This is like Facebook ADs Library (https://www.facebook.com/ads/library/api) that allows users to browse through all the AD's and

RE: geographic metrics with Google Ads API

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello David, Thanks for reaching out to the Google Ads API support. The resource name has been changed to the following mapping from the AdWords API reports to the corresponding Google Ads API resources. The GEO_PERFORMANCE_REPORT details you can find in the Google Ads API from the geographic_v

How to update Sielink

2022-01-17 Thread Shobha Solanki
hi can someone please let me know, how can we edit/update sitelink using PHP client library as cannot understand for update. thank you so much Shobha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~

RE: Error on adding customer label

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide us with the complete logs (request and response with request-id) via the Reply privately to the author option? Let me know if you have any question. Thanks, Nirmita Pa

RE: Campaign Group in Google Ads API

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Tom, Thanks for reaching out to the Google Ads API support. Yes, the AdWords API is deprecated and will sunset on April 27, 2022. We recommend that you migrate to the Google Ads API as soon as possible. Could you please confirm which reports you are referring to? and which you have been u

Re: Regarding the Google Ads API client library fo Go language

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Miki, I raised with my team your request for a Go language Client library. This request is subject to review. You may monitor our blog for an update. For now, we will continue to publish and support the Google Ads API’s protocol buffer definitions. The compiled Go libraries can be generated

Re: Recuperar valor gasto na conta

2022-01-17 Thread Alef Felipe
I am extremely disappointed with the google ads support, for months I have been trying to recover the remaining balance in my accounts and I can't and nobody gives me a way forward, it's just that it's not possible to do and that I would have to do a calculation, they don't help me solve the pro

Re: Questions About Implementing Google Ads API

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, I work with Peter. You have received an answer on the new thread. Feel free to get back to us. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Uk2Q0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.co

Re: geographic metrics with Google Ads API

2022-01-17 Thread David García
Hi Jakei, Thanks for the useful tips. Unfortunately, this doesn't solve my problem. The reason is that in Google Ads API's user_location_view there are metrics like impressions and clicks, but there are no metrics like absolute_top_impression_percentage or top_impression_percentage. Those metr

Re: Campaign Group in Google Ads API

2022-01-17 Thread 'Tom Nahum' via Google Ads API and AdWords API Forum
Hi thanks! in the mapping that you sent, i can only find the "CampaignGroupId" in adwords. but in googleAds it says deprecated. regarding you question about reports - all my queries are in google ads APIs. in my usage - i need to assign each campaign to its campaignGroup. i was hoping to do it v

Re: Google API OAuth 2.0

2022-01-17 Thread Emanuel Gonzalez
Any helps?? On Monday, January 17, 2022 at 1:26:03 PM UTC-3 Emanuel Gonzalez wrote: > I tried to perform a GET but I see a mistake: > > curl ' > https://admin.googleapis.com/admin/directory/v1/users?domain=domain.com&maxResults=2' > > -H "Accept: application/json" -d > '@client_secret_73603167

Re: Remaining budget in Adwords Api

2022-01-17 Thread Alef Felipe
Did you manage to solve it? I have the same problem doing in php if you can give me a light thank you Em quarta-feira, 31 de maio de 2017 às 17:12:32 UTC-3, Shwetha Vastrad (AdWords API Team) escreveu: > Hi, > > Unfortunately, the BudgetOrderService >

Re: Remaining budget in Adwords Api

2022-01-17 Thread Alef Felipe
What method do I use to retrieve these values? Em seg., 17 de jan. de 2022 às 16:36, Alef Felipe < aleffelipe.des...@gmail.com> escreveu: > Did you manage to solve it? I have the same problem doing in php if you > can give me a light thank you > > Em quarta-feira, 31 de maio de 2017 às 17:12:32 U

Re: IMAGE_AD Immutable or Mutable?

2022-01-17 Thread Pete Lavetsky (AdWords API Guru)
Hey Yasar, I apologize for the delayed response, I missed the notification that you had made an update to the thread. I've adjusted our code to not have the resource_name as part of the update_mask but my example still fails with the same error. Furthermore, if resource_name was *not* able to

RE: Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nicolas, Here's a list of reasons why a refresh token expires, a very common reason we encounter is a Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days. You may rea

Re: IMAGE_AD Immutable or Mutable?

2022-01-17 Thread Pete Lavetsky (AdWords API Guru)
Here's as clean as I can make it and it still fails. Note that if I don't include the resource_name in the update it fails with error RESOURCE_NAME_MISSING Request --- MethodName: google.ads.googleads.v9.services.AdService/MutateAds Endpoint: googleads.googleapis.com:443 Headers: {develo

RE: Setup of matching types with Google Ads API

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. This is not currently supported in the Ads API. However, please allow me to make a feature request on your behalf for specifying the match type. Please keep an eye on the blog for updates. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174

Re: LSA Reporting

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tiana, I can make the feature request on your behalf, although it isn't guaranteed that this feature will become supported in the API. Please keep an eye on the blog for updates. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2QHDpG:ref -- -- =~=~=~=~=~=

RE: How to get resource id from resource_name?

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Ad resource names have the form: /customers/{customer_id}/ads/{ad_id}. Ad group criterion resource names (including keywords) have the form: /customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}. A user_list resource name is customers/{customer_id}/userLists/{user_list_id}.

RE: Performance Max API integration (Adwords) - Need Basic Access

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vibhuti, Thanks for reaching out to the Google Ads API support team. With regards to your concern, I would recommend you please reach out to the API Compliance Team by filling out this form, as they handle all API access applications and would be better equipped to assist you with your conce

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on ConversionTrackerService.get

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tom, I answered you on the. other thread. We can continue there, as it has more context. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Ujf1b:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~

Re: Performance Max campaigns

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Raneen, Thank you for the reply. To answer your question, the Googleservice.search can get the data and statistics of the Performance Max campaigns. You just need to ensure that you are using the latest API version which is V9. Let us know if you have further questions. Regards, Ernie Joh

RE: Google API OAuth 2.0

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Emanuel, Thanks for reaching out to the Google Ads API Forum. I had to delete your second comment on this thread since posting complete logs is not recommended due to privacy reasons. Moving forward to your concern with OAuth 2.0 authentication, you may refer to this guide. Please note that

Re: LabelService equivalent in Adwords REST

2022-01-17 Thread dani...@gmail.com
Anyone that could help me on this one? On Monday, January 17, 2022 at 11:41:27 PM UTC+8 dani...@gmail.com wrote: > Hi, > > I'm trying to convert my old code that retrieve label by name using > LabelService and selector. I'm trying to find the equivalent code in REST, > im trying to use GQL >

RE: Historical Performance Data - AdWords API vs. Google Ads API

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matthias, Historical performances or metrics should be supported in the Google Ads API. You may check our generate historical metrics guide as this should map to said the old API's feature. Regarding limits or quotas with the planning services, you may then refer to this guide. Let me know

Re: How to use batching with UserList and UserData API for Google ads?

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for getting back to us. Note that both UserDataService and OfflineUserDataJobService services are used in Google Ads API to upload data for user lists, but OfflineUserDataJobs are processed asynchronously. You may check this guide on how you can use UserDataService synchronously. Al

Re: Recuperar valor gasto na conta

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Alef, Thanks for getting back to us. We totally understand your frustrations; however, as previously mentioned by my colleague (Peter), a feature request has been raised for this (still subject for review). For now, we can suggest that you keep an eye on our blog for updates and new rele

Re: Performance Max campaigns

2022-01-17 Thread Raneen Bsais
thank you On Tuesday, 18 January 2022 at 04:20:59 UTC+2 adsapi wrote: > Hi Raneen, > > Thank you for the reply. > > To answer your question, the Googleservice.search can get the data and > statistics of the Performance Max campaigns. You just need to ensure that > you are using the latest API v

RE: How to update Sielink

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shobha, I'm Kevin from the Google Ads API Team. You can refer here for a sample code on how to add a sitelink using assets via our PHP client library. You can modify the code to update the CampaignAssetOperation being used. On the other hand, if you are still using sitelink extensions, yo

Re: Campaign Goal API endpoint

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for getting back to us. The reason you got RESOURCE_NOT_FOUND in your created CampaignConversionGoal API request is due to the provided resource name not being in your account. Here’s the below GAQL I used to check for your account: SELECT campaign_conversion_goal.resource_name, cam

App install ios conversion tracking

2022-01-17 Thread Amol Kawale
Hello Guys, I'm using Google ads v8 php library to implement APP install. Can you pls let me know how to implement or handle ios conversion while creating app install through ads api. After ad submit whenever we check into google web UI, it shows convesion tracking not set. Regards, Amol --

RE: Access to display and search of google Ads library across all advertisers

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chinmay, Thank you for posting your concern. Could you confirm if what you want is to implement Google Ads API application so that advertisers using it can get the data and statistics of ads and keywords of their account. If yes, then you may refer to this document to setup your API environ

Re: How to use batching with UserList and UserData API for Google ads?

2022-01-17 Thread Paid Media
Hi, Thank you for the response. UserDataService suits our use case. But it is has a limitation of "10 operations and 100 user IDs per request" which is very low for our product. Earlier we were using AdWords API where we could pass the 20,000 Ids in one API request. But with UserDataService w

Re: Remaining credit

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alef, I understand your needs with regard to this feature. However, I'm afraid that this is still under discussion. Please do note that all requests are not guaranteed to be supported soon in the Google Ads API. In the meantime, please keep an eye on our blog for future updates regarding thi

Re: How to calculate the remaining credit

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alef, I could see that you already have an open thread with the same concern mentioned on this thread. Please refrain from opening multiple forum threads with the same content for better tracking of the issue. I've also seen that one of my colleagues already replied to you on that thread. We

RE: Change name to audience

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jonhatan, Thank you for reaching out. Regarding the OWNERSHIP_REQUIRED_FOR_SET error you encountered when updating the audience name, could you confirm whether the account specified in your request is indeed the original account where the audience was created? Also, is the said audience a s

RE: When will RecommendationType include all (or most) recommendation types?

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Wijnand, Thank you for raising this to us. With regard to your concern, please do note that there's some recommendation on Google Ads UI which is not recognize on the Google Ads API side. If the said recommendation was not recognize/supported by the API, then it will returned with UNKNOWN v