Hi, 

To clear out the moneyWithCurrencyValue attribute, you need to update the 
MoneyWithCurrency field to a Money 
<https://developers.google.com/adwords/api/docs/reference/v201708/FeedItemService.Money.html>
 object 
with microAmountset to 0 as shows below. Please try this out and let me 
know if it works.

            <operations>
                <operator>SET</operator>
                <operand>
                    <feedId>YOUR_FEED_ID</feedId>
                    <feedItemId>YOUR_FEED_ITEM_ID</feedItemId>
                    <attributeValues>
                        <feedAttributeId>7</feedAttributeId>
                        <moneyWithCurrencyValue>
                            <money>
                                <microAmount>0</microAmount>
                            </money>
                            <currencyCode>USD</currencyCode>
                        </moneyWithCurrencyValue>
                    </attributeValues>
                </operand>
            </operations>

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
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/9a6f785d-4a99-427b-822f-b1bf4dd383d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • FeedItemService... Paco Hobi
    • Re: FeedIt... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
      • Re: Fe... Paco Hobi
        • Re... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
          • ... Dorian Kind
            • ... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
              • ... Dorian Kind

Reply via email to