Google Analytics: Event tracking with multiple labels -
what best way track google analytics event multiple labels?
here situation:
a user can view list of videos of food. user can filter videos country , color. user can select filter multiple countries , multiple colors. examples of countries mexico, usa, china, italy. examples of colors red, blue, green, yellow.
with google analytics, want track when user filters list of videos. when user filters, want know filter applied , countries , colors selected.
the label of event tracked can used indicate countries , colors commas separated value. if want view events had mexico country including when wasn't country selected. best way track event?
you can include number of parameters inside labels section, so:
onclick="_gaq.push(['_trackevent', 'videos', 'filter', 'country: usa, color: red', 1]);" then, when want results in google analytics, create filter event label.
this response broke down: is there way google analytics track multiple event parameters mixpanel?
Comments
Post a Comment