I'm able to add a new feed, and get the name, the feedId and the feedItemId.

Now I want to edit that feed and change the data automatically. 

I do something like this:

       ad_customizer_feed = {
 'feedId': 12345678,
 'feedItemId':1234567890,
 'attributeValues':[
 {
 'feedAttributeId':1,
 'stringValue':'12'
 },
 {
 'feedAttributeId':2,
 'stringValue':'92'
 }
 ]


 feed_item_service = client.GetService('FeedItemService', 'v201809')


 feed_item_operations = { 'operator': "SET", 'operand': ad_customizer_feed}

But I get the following error:

googleads.errors.GoogleAdsServerFault: [EntityNotFound.INVALID_ID @ 
operations[0].operand.feedItemId]

How can I edit the values of a feed I created with python?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/85943f05-1888-42e7-bf03-a685b63bc2f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to