3 minute read
Chatra sends data to Universal Analytics automatically, no need for any additional adjustments. The same applies for Google Analytics 4 if you’ve installed it without Google Tag Manager. Google Analytics 4 installed via GTM requires additional tags
The event reports can be seen in “Reports” → “Behavior” → “Events” → “Top Events”. In the “Event Category” section you will find “Chatra” category. You’ll see a list like this:
Events not initiated by visitors have a non-interaction flag. Google Analytics doesn't count such events when calculate the bounce rate in statistics.
There are several types of Chatra events:
You can create Goals based on Chatra events in “Admin” → “Goals” section.
Press the “+NEW GOAL” button and choose one of the templates (or choose Custom to make your own).
On the second step enter the name of the Goal and choose the type: “Event”.
On the next step, enter:
Press “Create Goal” and your Goal is ready! Now this Goal will collect data and you’ll be able to see it in all Analytics reports in “Conversion” tab.
Follow the same steps to create goals for other Chatra events.
If there are several Google Analytics trackers on your website, Chatra will send events to the first tracker found. If you want the events to be sent to a specific tracker, specify its ID before Chatra main widget code:
<script>
window.ChatraSetup = {
gaTrackingId: 'UA-12345678-1' // Tracking ID
};
</script>
<!-- Chatra widget code -->