Adobe Launch · Example Payload

Reactor Property Attributes Example

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Reactor Property Attributes Example is an example object payload from Adobe Launch, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameplatformdomainsenableddevelopmentprivacyssl_enabledrule_component_sequencing_enabledundefined_vars_return_emptytokencreated_atupdated_at

Example Payload

Raw ↑
{
  "name": "Example Title",
  "platform": "example_value",
  "domains": [],
  "enabled": true,
  "development": true,
  "privacy": "example_value",
  "ssl_enabled": true,
  "rule_component_sequencing_enabled": true,
  "undefined_vars_return_empty": true,
  "token": "example_value",
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:30:00Z"
}