How would you migrate a ga create command that uses the allowLinker and siteSpeedSampleRate parameters to the gtag config command?
ga('create' 'UA-1234567-25', 'auto', {'allowLinker': true,'siteSpeedSampleRate': 100 });
How would you migrate a ga create command that uses the allowLinker and siteSpeedSampleRate parameters to the gtag config command?
ga('create' 'UA-1234567-25', 'auto', {'allowLinker': true,'siteSpeedSampleRate': 100 });
"linker" will allow you to accept incoming cross domain. "site_speed_sample_rate" will allow you to adjust the site speed sampling rate.