HI @Asher_Trager ,
To get all the audience-related information for a running AT activity using JS, first load the page where the activity is expected to trigger. Open the Chrome network tab and inspect the Target network response to identify the activity ID, experience name, and other metadata.
Since Adobe Target doesn’t expose audience logic directly, maintain a separate mapping between activity IDs and their associated audience names for reference. If your implementation uses targetPageParamsAll(), you can extract audience-related parameters directly through JavaScript to see which audience was matched.
Let me know if it works or you need more help.
Thanks.