public void Initialize() { _builder = new GAProviderQueryBuilder(); _rng = new System.Random(); // put together a standard preamble _builder.ClearParams(); _builder.AddPair("v", "1"); _builder.AddPair("tid", _uaid); _builder.AddPair("cid", _cid); _preamble = _builder.ToQueryString(URL); LogSession(true); }