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 -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -