Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

How to check that how many activities running on a page?

Avatar

Level 2

I am trying to determine the number of activities running on the homepage. While testing with filters in the Target interface but the parameter is set to the homepage URL activities are also populating. Is there a method to accurately identify the number of activities for a specific page?

Thanks!

6 Replies

Avatar

Level 2

Hi @Akanksha9 ,

 

You can check the number of activities loading in network tab in delivery call or use tools like Mia Prova(Adobe Target Chrome Extension brought to you by MiaProva - MiaProva Blog).

 

You can also check the activities colliding in Adobe target setup.

 

Hope this helps!

Avatar

Community Advisor

Hi @Akanksha9  

In addition to what @TNxx mentioned, 

Response tokens gives you this information along with other metadata like activity name, activity ID offer name and ID, experience name, user profile, geo information etc.  The response token approach is safer and allows for easier development and maintenance of 3rd-party integrations if any.   You can also refer ttMETA plugin 

Avatar

Level 2

Hi @Gokul_Agiwal,

If I evaluate using response tokens, there might be activities where I don't qualify as part of the audience. In such cases, how can I obtain a count of all the homepage activities?

Avatar

Community Advisor

Hi @Akanksha9  

Yes, Response tokens only show the activities that visitor qualified for and received. So if visitor not qualify they won't see activity at all and in your case it hard to get the list of activities running on a page. 

However, there are few manual options you could try to get the list of all activities targeting to home page such as - 

 

1) In Activities UI, Filter using homepage URL and sort the activities by status - Active / Live  

Gokul_Agiwal_0-1744881874509.png

 

2) There is bit tedious task like open each activity and check the rules. 

 

3) In case if you're setting up the activity only for homepage then setup a temporary audience without restriction for this specific page and  see where this qualifying 

 

4) Automate option - using Adobe Target API  

Use the target API to list all activities and then filter it using location or URL  

 

See which option is work for you in your use case.

Thanks

Avatar

Community Advisor

@Akanksha9  you also use chrome extension Adobe Experience Platform Debugger and look for the target section to details specific to page 

https://experienceleague.adobe.com/en/docs/experience-platform/debugger/home 

RiteshY18_0-1744857767813.png

 

Avatar

Level 2

Hi @Akanksha9 ,

 

Follow the below steps to check the number of activities on the webpage:

  1. Open the web page in the browser.
  2. Open the Inspect in the web browser.
  3. Click on the Network tab in the Inspect of the web browser.
  4. Now in filter type delivery and reload the page.
  5. In the Name Column there are the delivery calls and click on the delivery calls.
  6. Select the Preview Tab and expand recursively the execute object.
  7. Under the Execute all the activity details will be there.

Note: If the delivery doesn't work than try with interact.