Multiple rules generating extra page views | Community
Skip to main content
August 2, 2023
Question

Multiple rules generating extra page views

  • August 2, 2023
  • 2 replies
  • 616 views

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.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

NimashaJain
Adobe Employee
Adobe Employee
August 7, 2023
jayakrishnaaparthasarathy
Community Advisor
Community Advisor
August 7, 2023

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-data-elements.html?lang=en

https://experienceleague.adobe.com/docs/platform-learn/implement-web-sdk/tags-configuration/create-tag-rule.html?lang=en