Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-27 Thread Dorian Kind
Hi Shwetha, that works indeed! Thanks a lot for your support! Best regards, Dorian On Wednesday, 27 September 2017 16:08:46 UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dorian, > > Thanks for pointing this out. I tried a couple of things and the following > operation successfully c

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dorian, Thanks for pointing this out. I tried a couple of things and the following operation successfully cleared the price: SET FeedId FeedItemId 7

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-27 Thread Dorian Kind
Hi Shwetha, just to clarify: The documentation at https://developers.google.com/adwords/api/docs/reference/v201708/FeedItemService.FeedItemAttributeValue clearly says *"Leave empty to clear an existing PRICE attribute value."* when talking about the "moneyWithCurrencyValue" field. So is the

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to clear the price of an item in a row. I see that if you clear the other attributes, but not the price, the FeedItem is disapproved. If you want to clear the attribute values for a particular item (say item 8) in a price extension, I would suggest that you crea

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-26 Thread Paco Hobi
Hi, This doesn't seem to work for me. The attributes are not cleared, they are set to CHF 0.00 (I also tried with USD). Part of the request: 25 0 CHF Part of the response relevant to this attribute: 25 MoneyWithCurrency

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To clear out the moneyWithCurrencyValue attribute, you need to update the MoneyWithCurrency field to a Money object with microAmountset to 0 as shows below. Please try this out and let me know i

FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-25 Thread Paco Hobi
I'm trying to update the table rows of price extensions, e.g. changing 3 first rows and removing the last 5 rows. Leaving stringValue and stringValues attributes empty works fine for clearing them (headline, description, URLs, etc.), but it doesn't work for moneyWithCurrencyValue attributes (i