Once Google Analytics and Userpilot are integrated, Userpilot will detect the availability of GA product library, and if available, will automatically start sending Userpilot experiences data to your Google Analytics account.Note: Userpilot data will only be sent on pages where the GA script is present and working.
Userpilot will automatically send experiences data as events, for each user, you can find this under Behavior > Events > Overview in your GA reporting tab.These events will have the following properties:
Event Category: Userpilot
Event Action: The name of the event such as experience started, experience completed, and experience step seen
Event Label: The ID of the Userpilot experience or checklist that triggered the event
If you’re not seeing Userpilot data in your Google Analytics account, this could happen if you are sending data to the wrong GA account or your GA script is not installed properly across your pages and domains (You might want to ask your dev team about this).
Copy
Ask AI
var script = document.createElement("script");script.src = "https://www.googletagmanager.com/gtag/js?id=G-31NST3SC4G";script.setAttribute("async", 1);document.body.appendChild(script);window.dataLayer = window.dataLayer || [];function gtag(){window.dataLayer.push(arguments)}gtag('js', new Date());gtag('config', 'G-31NST3SC4G');