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

    detailedUser

    {
        "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