I think you are right about where/how it was created causing the error. I did a test where I create the item via FeedItemService. Adding this feedItem via AdGroupExtensionSettingService gave me the EntityNotFound.INVALID_ID error. Whether the operator is ADD or SET results in the same error.
However, when creating these FeedItems, I have created them in "Main callout feed" which is the feed that AdWord UI uses.* There are also other feed items previously created via AdGroupExtensionSettingService on that feed* and they are not causing any errors. Do I have to apply feed mapping to the feed again every time I add a feed item? Can you also advise on how I can create CalloutFeedItems (and others) outside the context of Customer, Campaign or AdGroup? It looks to me that I can only do so via FeedItemService -- which is the source of this problem. On Tuesday, 28 March 2017 03:04:05 UTC+8, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > Could you please confirm how the specific feed with feedItemId : > 11747797807 was created? Was it using the FeedItemService or was it created > while AdGroupExtensionSettingService was used to create and add the > extension to a given AdGroup. As you are aware, if you are using the > AdGroupExtensionSettingService, the creation of the feed and mapping it to > the AdGroup is all done in one mutate (ADD ) operation. That said, If you > are trying to use a Feed that was generated by > AdGroupExtensionSettingService, your request should ideally get through > fine on the other hand trying to use a feed created using FeedItem service > might fail. > > I was able to run your scenario and it worked fine for me. Could you > please try once again by using a feed that was created as a result of the > AdGroupExtensionSettingService, use ADD operator instead of SET and let me > know how it goes ? > > Thanks, > Sreelakshmi, 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/0d92b71b-1ae8-4a58-825e-04ecb19cfc9e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
