'Google Analytics reverse path exploration & custom conversion event
So I would like to do two things in Google Analytics:
- Create a custom conversion event to track signups for a specific sign up page on my website.
To do so, I :
- Insert the usual
gtagat the top of my website (within the<head>) - Create a new event within the GA Admin panel, by going to
Configure=>Events=>Create Eventand then specifyingevent_name equals my_custom_event_nameas the matching condition, andmy_custom_event_nameas the new event's name. - Click on
Saveon top right - Go to
Configure=>Conversions=>New Conversion eventand save a new conversion event with the namemy_custom_event_name.
On my website, to trigger the firing of the event, I then simply do the following when the according conversion gets completed within my code:
gtag("event","my_custom_event_name");
Yet, my new conversion is not showing up in my reports, and neither does the event my_custom_event_name within my events overview under Configure => Events. What am I doing wrong?
After this, I would then like to create a reverse path journey report which tells me the last steps executed before my custom conversion. But here again, I cannot select the event under Explore => Path Exploration => Ending Point.
Help?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
