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(),
rte.RecommendationType.keys())
...: for r in rtype:
...: print(r)
(0, 'UNSPECIFIED')
(1, 'UNKNOWN')
(2, 'CAMPAIGN_BUDGET')
(3, 'KEYWORD')
(4, 'TEXT_AD')
(5, 'TARGET_CPA_OPT_IN')
(6, 'MAXIMIZE_CONVERSIONS_OPT_IN')
(7, 'ENHANCED_CPC_OPT_IN')
(8, 'SEARCH_PARTNERS_OPT_IN')
(9, 'MAXIMIZE_CLICKS_OPT_IN')
(10, 'OPTIMIZE_AD_ROTATION')
(11, 'CALLOUT_EXTENSION')
(12, 'SITELINK_EXTENSION')
(13, 'CALL_EXTENSION')
(14, 'KEYWORD_MATCH_TYPE')
(15, 'MOVE_UNUSED_BUDGET')
(16, 'FORECASTING_CAMPAIGN_BUDGET')
(17, 'TARGET_ROAS_OPT_IN')
On Tuesday, March 2, 2021 at 1:52:28 PM UTC-6 adsapiforumadvisor wrote:
> Hi Scott,
>
> Thank you for reaching out. Please look into the v6
> <https://github.com/googleads/google-ads-java/tree/master/google-ads/src/main/java/com/google/ads/googleads/v6/enums>
>
> RecommendationTypeEnum. You would be able to see the number 18
> <https://github.com/googleads/google-ads-java/blob/master/google-ads/src/main/java/com/google/ads/googleads/v6/enums/RecommendationTypeEnum.java#L473>
>
> represents RESPONSIVE_SEARCH_AD.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo]
> Xiaoming
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2DKDQc:ref
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/c21357ad-0bcb-4a41-8a38-a0d242523c8an%40googlegroups.com.