import Placeholders from 'ui/src/assets/images/Placeholders.png'; const ParametersHelp = () => { return (
Additional Parameters
The "Additional Properties" section allows you to add extra details to your event, which are sent as parameters with the event to GA4.

Each property consists of a key and a value. The key is a simple label describing the data, like 'color' or 'level', while the value is the actual information, such as 'red' or 'hard'.

These properties help you segment and analyze your event data more granularly in GA4. For instance, if you're tracking a 'video_play' event, additional properties could include 'video_name' as the key and the actual name of the video as the value.

This level of detail can give you better insights into user behavior.

Placeholders (Pro Feature)
Goal Tracker for Google Analytics Pro allows you to use placeholders in the "Additional Properties" section.

This feature is useful when you want to track dynamic data, such as the name of a product or the price of an item.

If you worked with Liquid Templates this is very similar.

Here are a few examples:

Click here to learn more about Placeholders.
); }; export default ParametersHelp;