I'm trying to add a customizer via the API. I would like to add it as an integer or float. I do the following:
customizer_feed = { 'feedName': feed_name, 'feedAttributes': [ {'type': 'STRING', 'name': 'a'}, ], } feed_service_operation = {'operator': 'ADD', 'operand': customizer_feed} response = ad_customizer_feed_service.mutate([feed_service_operation]) The code above works, however, If I replace STRING with INT64 or FLOAT I get the following error: googleads.errors.GoogleAdsServerFault: [RequiredError.REQUIRED @ operations[0].operand.feedAttributes[1].type] I thought that the valid field types are these ones <https://developers.google.com/adwords/api/docs/reference/v201809/FeedService.FeedAttribute.Type>- Why it doesn't work? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/c48b5d2c-572c-4479-9285-c051ef1a486d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.