Hi All,
Often it comes up that we need to do a simple integration with a 3rd party booking app. We run social and advertising for most of our clients and want to optimize our strategy based on conversions.
We’ve been trying to figure out Cross Domain Tracking for some time .
My latest attempt revolves around integrating with MindBody widgets that are embedded on our site via the HTML Embed window.
I understand that we have to add the ‘domain linker’ line of code to our GA code.
gtag( ‘config’ , ‘GA_MEASUREMENT_ID_1’ , {
‘linker’ : {
‘domains’ : [ ‘example-1.com’ , ‘example-2.com’ ]
}
});
To do this I need to disable the out of the box GA feature in the Tracking Tools and Analytics section of the dashboard. I added the regular tracking code to the head of our site in the same section before adding the code above just to make sure that it tracks normally.
Unfortunately, when the tracking code is placed in the head it doesn’t register with GA, which is strange because we use custom tools to verify sites and a few years ago adding the GA code to the head was the only way to add tracking.
The MindBody side of Cross-Domain Tracking is already enabled, so as long as I can get the code onto the Wix site (and use the right MindBody domain) then it should work.
Does anyone have any experience with this?