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

    eventData

    {
        "type": "string",
        "name": "string",
        "currency": "RUB",
        "value": 0,
        "quantity": 0,
        "productId": "string",
        "cart": [
            {
                "productId": "string",
                "quantity": 0,
                "itemPrice": 0
            }
        ],
        "eventTime": "2019-08-24T14:15:22Z",
        "customProps": {
            "property1": "string",
            "property2": "string"
        },
        "uniqueTransactionId": "string",
        "cuid": "string",
        "cuidType": "string",
        "hashedEmail": "string"
    }
    Built with