Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread JC Lee
Hi, My mistake, I think I found the issue.. If it does happen again, I'll update here. 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

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread JC Lee
Further testing and they are all causing errors now. I am not sure what's wrong. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread JC Lee
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. H

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
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 AdGroupExten

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-25 Thread JC Lee
Do let me know. As said in my earlier response. There's no need for FeedMapping or FeedId as doing this any other way other than described in the first post produced no errors. On Saturday, 25 March 2017 05:07:00 UTC+8, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > Could you p

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-24 Thread JC Lee
Hi, I am using AdGroupExtensionsSettingService and not FeedServices. As far as I understand there's no need for feed mapping with that service. And I have no issues adding the extension if it's only targeted to that particular ad group. This is also with AdGroupExtensionsSettingService without F

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please confirm if the AdGroup feed mapping was present before you were trying to set the specific feed to the AdGroup? It looks like with the mapping missing, in spite of referencing the fe

EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-24 Thread JC Lee
I have a peculiar issue which may be a bug with the API. I am setting 2 AdGroupExtensionSettings within one API call containing 2 operations. The first ad group already contains ExtensionFeedItems. The second ad group was previously empty, in this operation I am adding a new ExtensionFeedItem.