Adobe Experience Cloud ID

  • Gebruikers-id: mid
  • Definitie: Adobe Experience Cloud ID, vroeger bekend als Visitor ID of Marketing Cloud ID
  • Naamruimte-id: 4
NOTE
U kunt ook de ECID-naamruimte gebruiken. Zie het tweede JSON-voorbeeld.

JSON-voorbeeld:

 "users": [
  {
    "key": "Example user 1",
    "action": [
      "access"
    ],
    "userIDs": [
      {
        "namespace": "4",
        "type": "namespaceId",
        "value": "54893990981158357332062532910972162921"
      },
      {
        "namespace": "4",
        "type": "namespaceId",
        "value": "46990090981158357332062532910972162921"
      }
    ]
  }
]
 "users": [
  {
    "key": "Example user 1",
    "action": [
      "access"
    ],
    "userIDs": [
      {
        "namespace": "ECID",
        "type": "standard",
        "value": "54893990981158357332062532910972162921"
      },
      {
        "namespace": "ECID",
        "type": "standard",
        "value": "46990090981158357332062532910972162921"
      }
    ]
  }
]

Klant-id

Gebruikers-id: cid

Definitie: klant-id, zoals een cookie dat u instelt voor anonieme websitebezoekers of een CRM-id van een offline systeem of een gehashte gebruikersnaam.

Naamruimte-id: klantspecifiek. Haal deze uit uw Audience Manager-instantie.

JSON-voorbeeld:

"users": [
  {
    "key": "Example user 1",
    "action": [
      "access"
    ],
    "userIDs": [
      {
        "namespace":"1234567",
        "type": "namespaceId",
        "value": "unique-user-id-for-datasource-1234567"
      },
      {
        "namespace": "1234567",
        "type": "namespaceId",
        "value": "another-unique-user-id-for-datasource-1234567"
      },
      {
        "namespace":"54321",
        "type": "namespaceId",
        "value": "unique-user-id-for-datasource-54321"
      }
    ]
  }