Hi all,

I have an issue where just adding a predicate filtering by ConversionValue 
in an AdGroup Performance Report will raise the 
deaded ERROR_GETTING_RESPONSE_FROM_BACKEND response. Here's my report 
definition (Python syntax, but you'll get the idea):

{
   'reportName': 'Test',
   'dateRangeType': 'CUSTOM_DATE',
   'reportType': 'ADGROUP_PERFORMANCE_REPORT',
   'downloadFormat': 'CSV',
   'selector': {
      'fields': ['Date', 'HourOfDay', 'Name', 'Conversions', 
'ConversionValue'],
      'dateRange': {
         'min': '20131101',
         'max': '20131125'
      },
      'predicates': [
         {
            'field': 'ConversionValue',
            'operator': 'LESS_THAN_EQUALS',
            'values': ["1"]
         }
      ],
      'orderBy':'Date'
}

I tested requests for a number of different accounts, some very small ones 
as well (to rule out a timout-related issue), and I always get the same 
error. If I remove the predicate, the expected data is returned.
Any thoughts?

Thanks and cheers,
Dorian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to