Hello,

I am trying to sort the Keywords Performance Report by conversions then by 
clicks and it doesn't seem to work.  What is the correct syntax to add 
multiple fields to the XML.  If I use this:
<ordering>
        <field>Conversions</field>
        <sortOrder>DESCENDING</sortOrder>
</ordering>

It works for sorting by conversions but if I so something like:
<ordering>
        <field>Conversions,Clicks</field>
        <sortOrder>DESCENDING</sortOrder>
</ordering>

It doesn't sort but doesn't return an error either. According to the 
current docs this should be possible, it says - under the info on selector 
> ordering - "The fields on which you want to sort, and the sort order. The 
order in the list is significant: The first element in the list indicates 
the primary sort order, the next specifies the secondary sort order and so 
on."

Anybody out there that can help?  Thanks in advance.

Mike

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to