Google Analytics 3 (Universal Analytics)
To view event labels and categories in Google Analytics, send the category and/or label as a property via the following track call for each event you want to pass to GA, as seen in the example below:
freshpaint.track("<EVENT NAME>",
{
"category": "<VALUE>",
"label": "<VALUE>",
}
)
Last modified 3mo ago