This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var https = require('https'); | |
var querystring = require('querystring'); | |
function ga() { | |
var _useragent = 'GUATester/1.0 GUA/1.0'; | |
var _param = { | |
v: '1', | |
tid: '%replace_with_your_UA_id%', | |
cid: '' | |
}; |
NewerOlder