Closed Michael1969 closed 7 years ago
This error occurs when the key name is invalid, here both of [:start_date, :end_date]
Those fields need to be under selector.
Mike, can we improve an error thrown here?
The selector should be like this:
:selector => {
:fields => [ ... ],
:date_range => {
:min => 'YYYYMMDD',
:max => 'YYYYMMDD'
}
Then remove the :start_date
and :end_date
elements from your hash as well.
I'll leave this bug open for now until I get a chance to wrap this error into a more descriptive one.
The latest release now gives a more descriptive error message for this case.
which order?
` #:date_range_type => 'ALL_TIME' report = adwords.report_utils select = {