Hi Bejan, To convert a FeedItem into a SitelinksFromFeed object, we need to retrieve <https://developers.google.com/adwords/api/docs/guides/extension-settings#retrieve_feed_items_in_your_custom_feeds> the FeedMapping for the feed, and then map each attribute into the corresponding object properties. Please check out *GetFeedMapping* function line# 271 which is called at line # 203 in the MigrateToExtensionSettings <https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201603/Migration/MigrateToExtensionSettings.cs> C# example code from the client library. Other languages example code could be found here <https://developers.google.com/adwords/api/docs/clientlibraries>.
Thanks, Umesh, 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/2d95a07c-9fa3-4460-9603-1d7646f11255%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
