SDK API
    SDK API
    • Request
      • Get or store user
        POST
      • Store visit event
        POST
      • Store event
        POST
      • Get campaign
        POST
      • Get strategy
        POST
      • Engagement
        GET
    • Schemas
      • user
      • ctx
      • device
      • userResponse
      • campaignActivateResponse
      • cart
      • eventData
      • CampaignRequestData
      • RtRules
      • strategyData
      • campaignData
      • detailedUser
      • variationData
      • campaignDataInline
      • campaignContent
      • campaignVariation

    userResponse

    {
        "uid": "stringstringstringstring",
        "ses": "7356efc2-6ffd-4553-bade-b9ab5d9ce141",
        "segments": [
            "stringstringstringstring"
        ],
        "conditions": {
            "property1": {},
            "property2": {}
        },
        "details": {
            "slid": "string",
            "deviceInfo": {
                "brand": "string",
                "type": "desktop",
                "browser": "Chrome"
            },
            "trafficSource": "Paid Search",
            "geo": {
                "country": "string",
                "countryIso": "string",
                "region": "string",
                "regionIso": "string",
                "city": "string",
                "cityId": "string"
            },
            "isNew": true,
            "affinity": {
                "property1": {
                    "property1": 0,
                    "property2": 0
                },
                "property2": {
                    "property1": 0,
                    "property2": 0
                }
            }
        }
    }
    Built with