Hi,
I am trying to pull a report by following the
reporting basics instructions here.
However, when I try the POST call, I receive a "400 BAD REQUEST" error below is my call:
the headers are:
"developerToken : xxx"
"Authorization : Bearer xxx"
"clientCustomerId : xxx"
"Content-Type : multipart/form-data"
then the body is:
<selector>
<fields>CampaignId</fields>
</selector>
<reportType>CAMPAIGN_PERFORMANCE_REPORT</reportType>
<downloadFormat>CSV</downloadFormat>
</reportDefinition>
Can you see anything wrong with this call? Thanks in advance for the help.
Regards,
Tim