I want to sort my reports by KeywordId (so I can merge faster since
I'm having to pull 3 different reports to get a v13 Keyword Performace
report). Here's the code I'm using for sorting:
Dim orderBy As New OrderBy
orderBy.field = "KeywordId"
orderBy.sortOrder = SortOrder.ASCENDING
selector.ordering = New OrderBy() {orderBy}
reportDefinition.selector = selector
Unfortunately, I keep getting the following exception when trying to
add the report definition:
"ReportDefinitionError.SORTING_NOT_SUPPORTED @ ; trigger:'Sorting is
not supported for reports'"
This conflicts with the following support forum post:
http://groups.google.com/group/adwords-api/browse_thread/thread/d6b0e4d9d2f32719/faa254855ba6af33?lnk=gst&q=report+sort#faa254855ba6af33
Any idea how to get this to work?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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