We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aadcf commit 944c1ffCopy full SHA for 944c1ff
examples/example_integration.cpp
@@ -46,7 +46,7 @@ int main() {
46
// OS, OS_version, device, resolution, carrier, app_version);
47
ct.SetMetrics("Windows 10", "10.22", "Mac", "800x600", "Carrier", "1.0");
48
// Server and port
49
- ct.start("8c1d653f8f474be24958b282d5e9b4c4209ee552", "https://master.count.ly", 443, true);
+ ct.start("APP_KEY", "https://try.count.ly", 443, true);
50
ct.SetMaxEventsPerMessage(10);
51
ct.setAutomaticSessionUpdateInterval(5);
52
0 commit comments