Expand my Community achievements bar.

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

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...