Get AdGroup-level extensions for specific AdGroup having its 'Id'
35 views
Skip to first unread message
Лена Про
unread,
May 26, 2015, 4:43:06 AM5/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
How can I do this? At this moment I am interested in getting AdLevel Callout extensions and Location extensions bound to specific ad-group. The only info I have is 'Id' of the ad-group.
Michael Cloonan (AdWords API Team)
unread,
May 26, 2015, 10:19:51 AM5/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com, gar...@realweb.ru
Hello,
If you look at the documentation for the AdGroupExtensionSetting, you can see that both adGroupId and extensionType are filterable. This means that you can construct a request and specify a specific type of each of these. You should make a Selector with a Predicate that includes both these fields to get the extension settings that you want.
Regards,
Mike, AdWords API Team
Лена Про
unread,
May 26, 2015, 11:31:54 AM5/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Thank you!
What about location extensions? I don't see the extensionType listed in the documentation you mentioned.
вторник, 26 мая 2015 г., 17:19:51 UTC+3 пользователь Michael Cloonan (AdWords API Team) написал:
Michael Cloonan (AdWords API Team)
unread,
May 26, 2015, 12:15:31 PM5/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com, gar...@realweb.ru
Hello,
Unfortunately, Location extensions aren't supported by the ExtensionSetting services yet, although this support is planned in a future version of the API. You will still need to use the old Feed-based services for fetching Location extension information for now.