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
      • payloadDTO
      • campaignItem

    user

    User ID. A Gravity Field-generated identifier is used, and managed via cookies. For a new user, send this object empty.

    {
        "uid": "stringstringstringstring",
        "custom": "string",
        "ses": "string",
        "attributes": {
            "property1": "string",
            "property2": "string"
        }
    }
    Built with