xgarb
CDCloudflare Developers
•Created by xgarb on 9/10/2024 in #zaraz
Hi,
Maybe I just not doing it right in GA but I'm sure I had something working like this when I was using the gtag
gtag('event', 'Click', {
' event_category': 'Club Enquiry',
'value': 1
});
16 replies
CDCloudflare Developers
•Created by xgarb on 9/10/2024 in #zaraz
Hi,
so it seems to be working fine but I don't seem to be able to make a custom event work similar to this example...
16 replies
CDCloudflare Developers
•Created by xgarb on 9/10/2024 in #zaraz
Hi,
and I can see the parameter showing for the activity_contact_button in the reports at GA
16 replies
CDCloudflare Developers
•Created by xgarb on 9/10/2024 in #zaraz
Hi,
The screen shot above shows what the browser sends for the code
zaraz.track('activity_contact_button', {
event_name: 'Club Enquiry',
event_category: 'Club Enquiry',
value: 1
});
16 replies
CDCloudflare Developers
•Created by xgarb on 9/10/2024 in #zaraz
Hi,
How do I use the parameters sent in GA for custom events?
16 replies