Nevermind, changed dateRangeType to ALL_TIME and it works now. Let us know 
when we can filter by date range because there's a lot of data we're going 
to have to sift through nightly..


On Monday, August 18, 2014 11:29:11 AM UTC-7, Christopher Taylor wrote:
>
> Is there any update to this? It fails even if we don't pass a date range 
> with:
>
> Type = 'ReportDownloadError.MISSING_PARAMETER', Trigger = 'Start and End 
> date are required for CUSTOM_DATE and ReportType: 
> CALL_METRICS_CALL_DETAILS_REPORT', FieldPath = ''. 
>
>
> When we specify startDate and endDate, we receive this error:
>
> Type = 'ReportDownloadError.INVALID_REPORT_DEFINITION_XML', Trigger = 
> 'Invalid ReportDefinition Xml: cvc-complex-type.2.4.a: Invalid content was 
> found starting with element 'startDate'. One of '{"
> https://adwords.google.com/api/adwords/cm/v201406":fields, "
> https://adwords.google.com/api/adwords/cm/v201406":predicates, "
> https://adwords.google.com/api/adwords/cm/v201406":dateRange, "
> https://adwords.google.com/api/adwords/cm/v201406":ordering, "
> https://adwords.google.com/api/adwords/cm/v201406":paging}' is 
> expected.', FieldPath = ''. 
>
>
>
>
>
>
>
>
> On Friday, April 4, 2014 1:39:45 PM UTC-7, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> At the moment, it seems that the CALL_METRICS_CALL_DETAILS report always 
>> returns data for ALL_TIME.  We're aware of this issue and are looking into 
>> it.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Friday, April 4, 2014 1:54:36 PM UTC-4, jarms...@stringenterprises.com 
>> wrote:
>>>
>>> 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