Skip to content

Standardize on the "render" action for tracking banner displayment

What does this MR do and why?

Standardizes on use of the render action name when tracking the display of a banner in the app. We’re doing this because for those banners which are not yet Vue components, there is only one option for automatically tracking when they appear on a page (when they are rendered) and that is by using the data-track-action="render" attribute & value.

How to set up and validate locally

Follow these instructions

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #346645 (closed); amends !78919 (merged)

Merge request reports

Loading