can you help my edit my php code? i am a newbie on adwords api בתאריך יום שני, 5 ביוני 2017 בשעה 12:17:32 UTC+3, מאת Peter Oliquino: > > Hi, > > You will need to iterate the results returned by the > AdGroupExtensionSettingService.get > <https://developers.google.com/adwords/api/docs/reference/v201705/AdGroupExtensionSettingService#get> > and > based on the result's ExtensionType > <https://developers.google.com/adwords/api/docs/reference/v201705/AdGroupExtensionSettingService.AdGroupExtensionSetting#extensiontype>, > > you will need to implement a condition to cast to it to its appropriate > ExtensionFeedItem > <https://developers.google.com/adwords/api/docs/reference/v201705/AdGroupExtensionSettingService.ExtensionFeedItem>. > > For example, if the ExtensionType = SITELINK, you will need to create a > SitelinkFeedItem > <https://developers.google.com/adwords/api/docs/reference/v201705/AdGroupExtensionSettingService.SitelinkFeedItem> > class > for you to be able to get its attributes. Please let me know if you have > any further questions. > > Best regards, > Peter > 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/081f9074-db0d-4464-8848-22cf0f751247%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
