Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Audit Report Via API for multivalued Parameters?

Avatar

Level 1

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&operatio...//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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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