Re: Integer or Float with Customizer

2018-12-06 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Costantin My apologies for the confusion. Instead of using *INT64* as the AdCustomizerFeedAttribute.Type, you should use the *INTEGER *as the value instead. Also, the FLOAT type is not supported for AdCustomizerFeedAttribute.Type as it is not included in this guide

Re: Integer or Float with Customizer

2018-12-05 Thread Costantin
Hi Dannison, Sorry but I still don't get it. The name field should be the column name, for type STRING, I can pass any random name and the column gets appropriately labeled with that name on Google Ads. I'm pretty sure that the same is supposed to happen also with type FLOAT or other types.

Re: Integer or Float with Customizer

2018-12-04 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Costantin, Based on the latest logs that you have provided, you are specifying a wrong type for your feedAttributeName = price. Based on this documentation , 'Price' should have a type of STRING and not

Re: Integer or Float with Customizer

2018-12-04 Thread cosbgn
Hi Dannison, It's not an issue with the comma. The same request with STRING works just fine. This is the soap log: [2018-12-04 12:33:45,246 - googleads.soap - INFO] Request made: Service: "AdCustomizerFeedService" Method: "mutate" URL:

Re: Integer or Float with Customizer

2018-12-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Costantin, Upon comparing your code to the sample code provided here , I am seeing unnecessary commas, could you try the code snippet below which I have removed the commas? customizer_feed = {

Re: Integer or Float with Customizer

2018-12-03 Thread cosbgn
Di Dannison, This is the full request: ad_customizer_feed_service = client.GetService("AdCustomizerFeedService", version='v201809') feed_name = "feed_xyz" customizer_feed = { 'feedName': feed_name, 'feedAttributes': [ {'type': 'STRING', 'name': 'some string name'}, {'type':

Re: Integer or Float with Customizer

2018-11-29 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Costantin, The RequiredError.REQUIRED only error occurs when there are missing required fields. Can you provide the complete XML SOAP request and response logs so we can investigate this further? You may