measurement protocol - Google Analytices.js send method -


according analytics.js send method documantation ,i have question:

after send ga('send',...) method , have execute or post request , or there implementation calling ?

by default, analytics.js automatically choose transport method (based on factors hit size, etc.). can specify method explicitly setting transport field.

for example:

ga('send', 'pageview', {transport: 'beacon'}); 

Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

ruby on rails - one-to-many through referance table -

python - Pygame screen.blit not working -