Adobe Experience Cloud · Example Payload

Analytics Api Segment Example

example

Example Name

Analytics Api Segment Example is an example object payload from Adobe Experience Cloud, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptionrsidownerdefinitiontags

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Name",
  "description": "example",
  "rsid": "abc123",
  "owner": {
    "id": 81,
    "name": "Example Name"
  },
  "definition": {},
  "tags": [
    {
      "id": 3,
      "name": "Example Name"
    }
  ]
}