Adobe Launch Logo Adobe Experience Platform Launch

    • Light
    • Dark

AuditEvents

Unstable

An AuditEvent is a record of a specific change to another resource in Launch, generated at the time the change is made. These are system events which can be subscribed to through the use of a Callback.

Audit events are structured in the form of: [RESOURCE_TYPE.EVENT]. For example: build.created.

You can replace RESOURCE_TYPE with any of the following:

  1. property
  2. extension
  3. data_element
  4. rule
  5. rule_component
  6. library
  7. build
  8. environment
  9. host

You can replace EVENT with any of the following:

  1. created
  2. updated
  3. deleted