Skip to content

Commit

Permalink
Merge pull request cocos2d#9791 from yinjimmy/runtime
Browse files Browse the repository at this point in the history
update google analytics tid
  • Loading branch information
minggo committed Jan 5, 2015
2 parents acffd1c + d4681c1 commit 7407105
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ void StartupCall::startup()
trackLaunchEvent();
}

//
// *NOTE*
// track event on windows / mac platform
//
Expand All @@ -232,7 +233,7 @@ void StartupCall::trackEvent(const char *eventName)
"http://www.google-analytics.com/collect",
kCCHTTPRequestMethodPOST);
request->addPOSTValue("v", "1");
request->addPOSTValue("tid", "UA-55061270-1");
request->addPOSTValue("tid", "UA-58200293-1");
request->addPOSTValue("cid", player::DeviceEx::getInstance()->getUserGUID().c_str());
request->addPOSTValue("t", "event");

Expand Down

0 comments on commit 7407105

Please sign in to comment.