Expand my Community achievements bar.

SOLVED

Export campaigns audience name

Avatar

Level 1

Hi all,

 

I need to know the audiences being used for each of the campaign.

Is there a way I can export the campaign name and the audiences being used or the other way audiences and campaigns being used?

 

Thanks.

Andrew

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

So this is doable ... its not much fun though. https://developers.adobetarget.com/api/#admin-apis

 

You essentially need to fetch all activities. Then all the activity info. Then all the audience ids in said activity. Then fetch each audience id. I manage to do with with a few mysql tables. After the code is written, it take about 5 minutes to fill up the tables and a few seconds to run the query.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

So this is doable ... its not much fun though. https://developers.adobetarget.com/api/#admin-apis

 

You essentially need to fetch all activities. Then all the activity info. Then all the audience ids in said activity. Then fetch each audience id. I manage to do with with a few mysql tables. After the code is written, it take about 5 minutes to fill up the tables and a few seconds to run the query.