I'm trying to query all call extensions for a particular campaign or 
multiple campaigns. When I use the Google Ads Query Builder to write it, 
this is what it returns:

SELECT campaign.id, extension_feed_item.call_feed_item.country_code, 
extension_feed_item.call_feed_item.phone_number, extension_feed_item.id, 
extension_feed_item.resource_name, extension_feed_item.status FROM 
extension_feed_item WHERE campaign.id = XXXXXXXXXX

When I run that query, nothing is returned. When I go into the my account, 
get the call extension id, and then create a new query without the campaign 
id it looks like this:

SELECT extension_feed_item.call_feed_item.country_code, 
extension_feed_item.call_feed_item.phone_number, extension_feed_item.id, 
extension_feed_item.resource_name, extension_feed_item.status FROM 
extension_feed_item WHERE extension_feed_item.id = XXXXXXXXXX

When I run that, the call extension is returned and looks like this:

extension_feed_item {
  resource_name: "customers/XXXXXXXX/extensionFeedItems/XXXXXXXXX"
  status: ENABLED
  call_feed_item {
    phone_number: "XXXXXXXXXXXX"
    country_code: "US"
  }
  id: XXXXXXXXXXX
}

Is it a bug the query builder will allow me to select the campaign.id even 
though it doesn't work?

How can I get all the call extensions associated with a list of campaign 
ids?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/90591297-cd60-4da6-bfb5-364cb48a2d31n%40googlegroups.com.

Reply via email to