Add Google Analytics event when user click on channel
See original GitHub issueCurrently, the Google Analytics integration is using Google Tag Manager.
The task:
- Need to replace to the classic Google Analytics (analytics.js) snippet.
- Implement track event with
{
hitType: 'event',
eventCategory: 'Channel',
eventAction: 'click',
eventLabel: '{channel_name}',
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:23 (23 by maintainers)
Top Results From Across the Web
Track Clicks with Google Analytics 4 and Google Tag ...
Learn how to track clicks with Google Analytics 4 and Google Tag Manager. This guide explains enhanced measurement and custom clicks.
Read more >Google Analytics Event Tracking Tutorial
Google Analytics event tracking is an advanced feature that allows you to track a specific user's interaction/activity (link clicks, ...
Read more >How to Set Up Google Analytics Event Tracking
“Events are user interactions with content that can be tracked independently from a web page or a screen load,” according to Google. “Downloads, ......
Read more >Track Clicks with Google Analytics 4 and Google Tag Manager
Learn how to track clicks with Google Analytics 4 and Google Tag Manager. This tutorial will include two topics:#1. Click Tracking with ...
Read more >How to Track Events with Google Analytics 4 (Updated in 2022)
Learn how to send events to Google Analytics 4 with Google Tag Manager.When GA4 was introduced, it was announced as the event -based ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@reeversedev thanks for taking this, here’s the GA ID you can use for tracking:
UA-133820299-2
.@reeversedev since you have implemented this already, that’s pretty fine you can handle it. I could definitely learn a few from your implementation when you send in the pull request.
cheers.