Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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

0 Replies

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.