Web SDK QA with processing rules | Community
Skip to main content
meghanpowers
Adobe Champion
Adobe Champion
February 8, 2022
Solved

Web SDK QA with processing rules

  • February 8, 2022
  • 4 replies
  • 5361 views

Hello!  We are in the process of implementing the new EDGE network Adobe Web SDK and redoing our tagging.  We've built some of the new server side tags with processing rules.  Question for the forum:  how can we QA events built in processing rules to make sure they are firing properly on the site?  With client-side tagging, we would look at events using dev tools and/or Adobe Experience Cloud debugger, but now we cannot see them there anymore.
Open to suggestions!

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

Processing Rules are an Adobe Analytics feature and have no relationship with Web SDK.

Think of Web SDK as a replacement for Analytics' own AppMeasurement, the code that collects Analytics-specific data to send to Analytics. But because Web SDK is not the native method for sending data to Analytics, so the Adobe debugger is not able to show the processed data after Processing Rules have been applied. You will have to rely on the final reports in Analytics to debug your data collection.

4 replies

Level 4
February 8, 2022

Hey @meghanpowers 

Debugging is disabled by default, but can be toggled on in four different ways:

  • configure command
  • setDebug command
  • query string parameter
  • Toggling on Enable Debugging in Adobe Experience Platform Debugger. Adobe Experience Platform is a powerful tool that examines your webpages and helps you debug implementation issues with your Experience Cloud products. Adobe Experience Platform Debugger is available as both a Chrome and Firefox extension. Debugging can be enabled from the configuration tab of the AEP Web SDK section.

Please refer to : https://experienceleague.adobe.com/docs/experience-platform/edge/fundamentals/debugging.html?lang=en for more details.

meghanpowers
Adobe Champion
Adobe Champion
February 8, 2022

Thank you for the reply!  We know how to turn on the debugger.  My question is how do we see events (custom events in Adobe like event 5 = lead submit) IN the debugger (or dev tools) when they are built using a processing rule?

Level 4
February 8, 2022

Hey @meghanpowers  - Thanks for the clarification, Have you tried enabling the Retrieve Post-Processed Hits option ? You should enable that if you want to see the values on Analytics hits after processing rules have run. You must be signed in to Adobe Experience Cloud for this feature to function.

When this option is enabled, a debugging parameter is added to your Analytics requests. Hits continue to be processed like any other hits. Platform Debugger polls the Analytics debugging API to retrieve post-processing rules values for any hits that have an original Hit ID. Post-processed hits have a purple background and are shown next to the original hit.

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
February 8, 2022

Processing Rules are an Adobe Analytics feature and have no relationship with Web SDK.

Think of Web SDK as a replacement for Analytics' own AppMeasurement, the code that collects Analytics-specific data to send to Analytics. But because Web SDK is not the native method for sending data to Analytics, so the Adobe debugger is not able to show the processed data after Processing Rules have been applied. You will have to rely on the final reports in Analytics to debug your data collection.

meghanpowers
Adobe Champion
Adobe Champion
February 8, 2022

thank you!

Level 5
February 9, 2022
Level 2
March 30, 2022

Hello All,

 

if we are going towards the processing rule "Use Adobe Analytics processing rules to set custom variables" mentioned in this URL https://experienceleague.adobe.com/docs/platform-learn/implement-web-sdk/applications-setup/setup-analytics.html.

 

To map the custom variables for Web SDK approach, then I have one question. Looks like for each report suite we have maximum of 150 rule we can create in processing rule then how come we accommodate all the custom variables (props 75, evars 250, 1000 events) in a single report suite????

 

Thanks,

Vijay

 

 

Level 2
March 31, 2022

You can try asking Client Care for an increase in the number of Processing Rules. You may have to pay for additional rules.


Thanks @yuhuisg this make sense its kind of additional cost that needs to be pay if we are going for the processing rule approach especially with the AEP SDK.

 

Regards,

Vijay

acookie4rachel
Level 2
May 9, 2023

It’s been some time. In case anyone stumbled upon this thread and still looking for a way to debug your AEP Web SDK AA implementation real time (including Edge trace for XDM), you can now use the Assurance tool that works out of the box from AEP or connect the Edge debug session via the Experience cloud debugger to launch Assurance.