Audit Report Via API for multivalued Parameters? | Community
Skip to main content
December 2, 2016
Solved

Audit Report Via API for multivalued Parameters?

  • December 2, 2016
  • 1 reply
  • 1116 views

Hi,

I have gone through the API documentation to generate the Audit report via API and i was able to do that successfully for one Campaign ID. However i am looking for a solution wherein i can pass multiple campaigns together and generate the Audit report for all of them at once. Below is the URL i have used to generate the single Campaign report but if you can help provide me the way to do the same for multiple campaigns that would be great.

 

https://testandtarget.omniture.com/api?client=acme&email=john@acme.com&​password=mypassword&operation=auditReport&campaignId=1234&start=2007-08-01T00:00&​end=2007-09-01T00:00&step=step1&environment=production&format=csv&version=1//testandtarget.omniture.com/api?client=acme&email=john@acme.com&​password=mypassword&operation=auditReport&campaignId=1234&start=2007-08-01T00:00&​end=2007-09-01T00:00&step=step1&environment=production&format=csv&version=1

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jantzen_b

Hi,

I'm unaware of any API call that allows for multiple Campaign IDs. However, you should be able to create a script to dynamically generate individual calls for multiple campaigns. You'd also want that script to handle the response for each call.

 

Thanks,

Jantzen

1 reply

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
December 6, 2016

Hi,

I'm unaware of any API call that allows for multiple Campaign IDs. However, you should be able to create a script to dynamically generate individual calls for multiple campaigns. You'd also want that script to handle the response for each call.

 

Thanks,

Jantzen