You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GA4 default reports make it hard to filter reports by more than one property. To help with self serve reporting (especially for WNPs) we're adding am optional data-cta-name property to the cta_click event. This is intended to contain an identifier unique across the entire site.
I chose name because we already use it in widget_action and did not want the value to be confused with link_id which will contain the HTML id if there is one.
Description
Add name property to
cta_click
event.GA4 default reports make it hard to filter reports by more than one property. To help with self serve reporting (especially for WNPs) we're adding am optional
data-cta-name
property to thecta_click
event. This is intended to contain an identifier unique across the entire site.I chose
name
because we already use it inwidget_action
and did not want the value to be confused withlink_id
which will contain the HTMLid
if there is one.This was requested by @slightlyoffbeat on Slack.
Success Criteria
data-cta-name
attributes to WNP132 as test pageThe text was updated successfully, but these errors were encountered: