Export campaigns audience name | Community
Skip to main content
andrewl37953620
November 22, 2021
Solved

Export campaigns audience name

  • November 22, 2021
  • 1 reply
  • 671 views

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

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 evidana

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.

1 reply

evidanaCommunity AdvisorAccepted solution
Community Advisor
February 24, 2022

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.