Hi, According to our reporting team, the *AdvertiserPhoneNumber* field has been deprecated and is no longer populated. In its place, please use the *AttributeValues* field in the PLACEHOLDER_FEED_ITEM_REPORT to get the phone number information.
For example, here's an AWQL-based report request that will give you the phone number information for all clicked call extensions between Feb 10 2015 and Feb 13 2015: SELECT Date, FeedItemId, PlaceholderType, AttributeValues, IsSelfAction, Impressions FROM PLACEHOLDER_FEED_ITEM_REPORT WHERE PlaceholderType = 2 and IsSelfAction = TRUE DURING 20150210,20150213 Thanks, Josh, AdWords API Team On Friday, March 27, 2015 at 3:27:28 PM UTC-4, mry wrote: > > Any answer yet on this? > > On Wednesday, December 17, 2014 at 12:11:46 PM UTC-6, Josh Radcliff > (AdWords API Team) wrote: >> >> Hi, >> >> I'm checking with the reporting team, as I'm seeing '--' for all of the >> reports I've tried so far as well. I'll post back once I hear from them. >> >> As an alternative, since call extensions are feed-based, you could use >> the PLACEHOLDER_FEED_ITEM_REPORT >> <https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item>, >> >> e.g.: >> >> SELECT FeedItemId, AttributeValues, Impressions FROM >> PLACEHOLDER_FEED_ITEM_REPORT WHERE IsSelfAction = "true" and >> PlaceholderType = 2 DURING LAST_MONTH >> >> However, this won't provide you with some of the call extension-specific >> values (like *CallDuration, CallStartTime*, etc.). >> >> Cheers, >> Josh, AdWords API Team >> >> On Tuesday, December 16, 2014 7:59:27 PM UTC-5, mry wrote: >>> >>> I ran a report to include the AdvertiserPhoneNumber, but it comes back >>> with dashes for the entire history of the account (4 years). What is the >>> purpose of this field? I would like to be able to report calls by >>> advertiser phone number. >>> >>> Best, >>> Mark >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/df05779c-5e9b-47a7-8b63-304243fcb6d2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
