Hi Dane,
The problems seems to be caused by the way your arrays are being
encoded:
<selectedColumns SOAP-ENC:arrayType="xsd:ur-type[10]">
<item>Campaign</item>
<item>AdGroup</item>
...
</selectedColumns>
The API is unable to recognize the array type ur-type. The API is
expecting arrays in the form of:
<selectedColumns>Campaign</selectedColumns>
<selectedColumns>AdGroup</selectedColumns>
See the XML sample code for a complete request:
http://code.google.com/p/adwords-api-xml-samples/source/browse/trunk/src/schedule_report_job.xml
Best,
- Eric Koleda, AdWords API Team
On Jan 28, 4:48 am, Dane <[email protected]> wrote:
> Tried again:b865df60ad04599c5b439702cd1c47b8
--
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.