RE: Recommendation Ideas from Google Account

2022-12-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. The RecommendationService supports the recommendation type, RESPONSIVE_SEARCH_AD_ASSET. As headlines are assets in RSAs, this recommendation may be given for RSAs that are missing headlines/descriptions. However, the 'ideas' suggestion pop-up does not appear to b

Re: Recommendation Ideas from Google Account

2022-12-20 Thread SUBIN P VASU
[image: Screenshot 2022-12-21 000347.png] On Tuesday, 20 December 2022 at 23:57:42 UTC+5:30 SUBIN P VASU wrote: > Hi, > I'm recently working with Google Recommendation through API. > I came to see that, for responsive search ads, there are some suggestions > based on the ads are listed in the ac

RE: Recommendation dismissing

2022-10-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Almat, Thanks for reaching out to the Google Ads API Forum. Since you mentioned that you were able to dismiss search partners recommendations through API, have you tried to get the SEARCH_PARTNERS_OPT_IN recommendations to see if all 16 recommendations have already been dismissed or not by

RE: Recommendation Dismissing

2022-10-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Almat, Thank you for reaching out to us. Please note that only the Recommendation types here or the documentation you have provided can be dismissed in the API. However, could you confirm if dismissing this "Upload customer match lists" is possible with the UI? If yes, could you provide us

RE: Recommendation

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, I'm Kevin from the Google Ads API Team. Can you provide the complete request and response logs with request ID so I can take a closer look at the issue? Also, please confirm if you're consistently getting 0 in the API response if you try the request on the same account multiple times. Yo

RE: recommendation strangeness

2021-11-21 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Aaron, Thank you for reaching out to us. Can you share to us the following details below so we can further check on our end? Customer ID login-customer-id complete logs (request and response with request-id) As for your concern on dismissing a recommendation, you can refer to this guide.

Re: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Scott Vaillancourt
Thank you. After looking at the links you sent and digging into it a bit more, it appears to be a version problem. I downloaded the most current edition of google-ads (which I should have done straight away), at that has resolved the issue. Scott On Tuesday, March 2, 2021 at 3:05:55 PM UTC-6 a

Re: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Scott, Thank you for reaching out. The RESPONSIVE_SEARCH_AD type actually exists in these client libraries. If you are using the Python client library, you could refer to this line of code. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004

Re: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Scott Vaillancourt
Hi Xiaoming, Thanks for your reply. I believe I am accessing the correct enum, but it doesn't appear to contain the value 18. Please see the code below. Thanks. Scott In [50]: rte = client.get_type("RecommendationTypeEnum", version="v6") ...: rtype = zip(rte.RecommendationType.values(),

RE: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Scott, Thank you for reaching out. Please look into the v6 RecommendationTypeEnum. You would be able to see the number 18 represents RESPONSIVE_SEARCH_AD. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2DKDQc:ref -- -- =~=~=~=~=~=~=~=

Re: Recommendation Type Enum Doesn't Match Results

2021-03-01 Thread Scott Vaillancourt
Quick update: I also encountered this issue with the ChangeEventResourceType enum. Scott On Monday, March 1, 2021 at 5:39:02 PM UTC-6 Scott Vaillancourt wrote: > It looks like a new recommendation type has been added but not yet > reflected in the Enum. Specifically, the value 18 (RESPONSIVE_S

RE: recommendation service

2020-09-28 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out! To get recommendations via API, you will have to use the GetRecommendation() method within RecommendationService with a filter on "type = TEXT_AD". I see that you are receiving blank results. Can you please provide the query you used along with your customerClien

RE: Recommendation API

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, this recommendation type isn't supported in the API yet. For now, you will need to use the Google Ads UI. You can follow our blog for updates. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q24ZRqg:ref -- -- =~=~=~=~=~=~=~=~=~=~=~

RE: Recommendation Service API question.

2020-07-29 Thread Google Ads API Forum Advisor Prod
Hi Ryan, Thank you for reaching out. You can see here for an example of getting all Text Ad recommendations. This example uses the recommendation report so you can modify it by using the different attributes listed there. For example, to get recommendations of type KEYWORD, you can change 'WHER