Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Multiple rules generating extra page views

Avatar

Level 3

I have many rules setup and each rule is generating each server call and causing many page views. How will i change so all generate 1 page view and have data for all in one server call.

 

Each rule has a direct call.

 

peeyushbansal_0-1690963772139.png

 

2 Replies

Avatar

Employee

Avatar

Community Advisor

Hi @peeyushbansal  - Hope your query is related to having rules using AEP Web SDK implementation. If yes, as you mentioned that you don't need to create a seperate rule for passing different data to AEP. We have to just create a single XDM object type data element from web SDK extension with your respective schema and sandbox then add your respective field with relevant data element (in this case data element carry different value) and create a single rule with "web.webpagedetails.pageViews" type and add the data element which you have created with XDM object to carry all your data in single server call and send it to AEP.

https://experienceleague.adobe.com/docs/platform-learn/implement-web-sdk/tags-configuration/create-d...

https://experienceleague.adobe.com/docs/platform-learn/implement-web-sdk/tags-configuration/create-t...