I'm trying to use the Call Metrics Call Details Report with a custom date 
range and the response tells me it is not supported.  I've used custom date 
ranges successfully with other ad hoc reports, but I haven't been able to 
get this one to work. 

Also, if i used any of the predefined values for dateRangeType, e.g. 
LAST_MONTH, or LAST_7_DAYS it always seems to return  data outside of the 
specified range.

Any suggestions on how I can use custom date ranges with this report?

Here's my XML:

<reportDefinition 
xmlns=\"https://adwords.google.com/api/adwords/cm/v201402\";>
       <selector>
         <fields>CampaignId</fields>
         <fields>CampaignName</fields>
         <fields>CallStartTime</fields>
         <fields>CallEndTime</fields>
         <fields>CallStatus</fields>
         <fields>CallDuration</fields>
         <fields>CallerNationalDesignatedCode</fields>
         <fields>OfflineInteractionCost</fields>
         <fields>CallType</fields>
         <dateRange>
          <min>20140315</min>
          <max>20140331</max>
         </dateRange>
       </selector>
       <reportName>Custom Performance Report</reportName>
       <reportType>CALL_METRICS_CALL_DETAILS_REPORT</reportType>
       <dateRangeType>CUSTOM_DATE</dateRangeType>
       <downloadFormat>XML</downloadFormat>
     </reportDefinition>

And here is the response:

<?xml version="1.0" encoding="UTF-8" 
standalone="yes"?><reportDownloadError><ApiError><type>SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED</type><trigger>Filtering
 
by date range not 
supported.</trigger><fieldPath></fieldPath></ApiError></reportDownloadError>

Any help would be appreciated.

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to