Learn how to filter or modify your analytics events without touching code.
Example of setting up a locale-based filtering rule
fr-fr
language locale.
Learn more about the Data Layer structure and what event fields are available here.
button_click
, but your Amplitude component expects it as click_button
. You can easily adjust this using a data manipulation rule:
button_click
click_button
click_button
event.button_click
event.category
property to cat
:
category
cat
properties
object within track
, page
, and user
events.
Example of a data manipulation rule to rename an event and its properties.
?_edgeedebug=true