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
const tmi = require('tmi.js') | |
// Valid commands start with: | |
let commandPrefix = '!' | |
// Define configuration options: | |
let opts = { | |
identity: { | |
username: '<BOT_USERNAME>', | |
password: '<OAUTH_TOKEN>' |
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
{ | |
"account_id":"xxxx", | |
"project_id":"xxxx", | |
"visitors":[ | |
{ | |
"session_id":"session_id_1", | |
"visitor_id":"visitor_id_1", | |
"snapshots":[ | |
{ | |
"decisions":[ |
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
{ | |
"account_id":"xxxx", | |
"project_id":"xxxx", | |
"visitors":[ | |
{ | |
"session_id":"session_id_1", | |
"visitor_id":"visitor_id_1", | |
"snapshots":[ | |
{ | |
"decisions":[ |
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
{ | |
"account_id":"xxxx", | |
"project_id":"xxxx", | |
"visitors":[ | |
{ | |
"session_id":"session_id_1", | |
"visitor_id":"visitor_id_1", | |
"snapshots":[ | |
{ | |
"decisions":[ |
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
{ | |
"account_id":"xxxx", | |
"project_id":"xxxx", | |
"visitors":[ | |
{ | |
"session_id":"session_id_1", | |
"visitor_id":"visitor_id_1", | |
"snapshots":[ | |
{ | |
"decisions":[ |
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
{ | |
"account_id":"xxxx", | |
"project_id":"xxxx", | |
"visitors":[ | |
{ | |
"session_id":"session_id_1", | |
"visitor_id":"visitor_id_1", | |
"snapshots":[ | |
{ | |
"decisions":[ |
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
{ | |
"account_id":"1", | |
"anonymize_ip":true, | |
"project_id":"1", | |
"visitors":[ | |
{ | |
"session_id":"2", | |
"visitor_id":"1", | |
"attributes":[ | |
{ |
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
{ | |
"account_id":"1", | |
"anonymize_ip":true, | |
"client_name":"batch-test", | |
"client_version":"0.0.1", | |
"project_id":"1", | |
"visitors":[ | |
{ | |
"session_id":"1", | |
"visitor_id":"1", |
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
{ | |
"account_id":"1", | |
"anonymize_ip":true, | |
"client_name":"batch-test", | |
"client_version":"0.0.1", | |
"project_id":"1", | |
"visitors":[ | |
{ | |
"session_id":"1", | |
"visitor_id":"1", |
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
// AppDelegate.swift | |
// iOS Getting Started Guide (Objective C) | |
// | |
import UIKit | |
import OptimizelySDKiOS | |
@UIApplicationMain | |
class AppDelegate: UIResponder, UIApplicationDelegate { |
NewerOlder