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

    campaignContent

    {
        "contentId": "string",
        "templateId": "string",
        "templateSystemName": "string",
        "placeholderId": "string",
        "step": 0,
        "deliveryMethod": "string",
        "contentType": "string",
        "custom": {
            "js": "string",
            "css": "string",
            "html": "string",
            "json": "string"
        },
        "variables": {},
        "products": {
            "strategyId": "stringstringstringstring",
            "name": "string",
            "pageNumber": 0,
            "countPages": 0,
            "fallback": true,
            "slots": [
                {
                    "item": {},
                    "fallback": true,
                    "strId": 0,
                    "slotId": "string",
                    "campaignData": {
                        "placementId": "string",
                        "campaignId": "string",
                        "experienceId": "string",
                        "variationId": "string",
                        "adSetId": "string",
                        "creativeId": "string",
                        "deliveryMethod": "string",
                        "contentType": "string",
                        "decisionId": "string",
                        "ord": {
                            "erid": "string",
                            "title": "string"
                        }
                    },
                    "events": [
                        {
                            "type": "string",
                            "urls": [
                                "string"
                            ]
                        }
                    ]
                }
            ]
        },
        "events": [
            {
                "type": "string",
                "urls": [
                    "string"
                ]
            }
        ]
    }
    Built with