Hi Rohan, I have replied to you in the private thread with details. For the benefit of other users of the forum, please find the summary below:
The numbers in the logs for FeedItemService.get() <https://developers.google.com/adwords/api/docs/reference/v201710/FeedItemService#get> are the ids of the attributes in the feed. It is not same as the "ID" in this table <https://developers.google.com/adwords/api/docs/appendix/placeholders#price>. To map the respective attribute in a Feed to the "ID" in the table corresponding to a placeholder type, you can do a FeedMappingService.get() <https://developers.google.com/adwords/api/docs/reference/v201710/FeedMappingService#get> and filter with FeedId <https://developers.google.com/adwords/api/docs/reference/v201710/FeedMappingService.FeedMapping#feedid>. You will see how each feedAttributeId <https://developers.google.com/adwords/api/docs/reference/v201710/FeedMappingService.AttributeFieldMapping#feedattributeid> in the feed is mapped to the respective fieldId <https://developers.google.com/adwords/api/docs/reference/v201710/FeedMappingService.AttributeFieldMapping#fieldid> in the table corresponding to the placeholder type. If an attribute in a feed is having a blank value, it might not return the value for that attribute in the API response. In this case, the attribute 10 in one of feeds was corresponding to "Item 2 header" and the attribute 10 in the second feed was corresponding to "Item 1 final mobile URL" which was also blank. 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/068e90e6-8b02-4a03-9340-5f6c21b99a6b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
