See https://github.com/googleads/google-ads-python/issues/626. These enums were introduced in v10.1 and the client libraries aren't yet updated.
On Friday, 29 April 2022 at 15:52:46 UTC+2 Elliot Partridge wrote: > Hello there, > > I'm hoping that someone could shed light on the below; it seems that Enum > values (`DISCOVERY_MULTI_ASSET_AD = 35, DISCOVERY_CAROUSEL_AD = 36`) > documented > in the v10 API > <https://github.com/googleapis/googleapis/blob/8be32d2c93847e538f0c80ec96efbdd148e96016/google/ads/googleads/v10/enums/ad_type.proto#L128-L131> > > are not appearing: > > ``` > ad_types = client.get_type('AdTypeEnum') > values = set(ad_type.value for ad_type in ad_types.AdType) > > print(values) > >> {0, 1, 2, 3, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, > 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34} > ``` > > Thanks! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/c950be9b-94d1-481a-b0ad-391fe3ecc132n%40googlegroups.com.
