Hi, Trying to work out how to get GA to show customised events based on the event names and paramet
Hi,
Trying to work out how to get GA to show customised events based on the event names and parameters. I have this code:
zaraz.track('activity_contact_button', {
event_name: 'Club Enquiry',
event_category: 'Club Enquiry',
value: 1
});
Previous to switching on 'all other events' I would see Club Enquiry in GA Events. Now I see activity_contact_button as well. This is OK.
However I want to now filter some events into customised events.
0 Replies