Data reference · Adobe Launch

Every Adobe Launch metric and dimension you can ask for.

Adobe Launch, now Experience Platform Tags, is configuration: so this reference lists the entities the reactor tools read when you ask what a property deploys. Properties, rules, data elements, extensions and the publishing flow, all read-only by scope.

43Fields
0Metrics
43Dimensions
0Breakdowns

Source: Reactor API, read scopes · Updated August 2026

43 shown

Properties

5 fields

The container-equivalents of the Adobe world.

Try it in Claude, ChatGPT or Copilot Studio

List our Launch properties with platform and domains.
FieldTypeWhat it is
property.idDimensionProperty ID, PR-prefixed.
property.attributes.nameDimensionProperty display name. “list our Launch properties”
property.attributes.platformDimensionweb or mobile.
property.attributes.domainsDimensionDomains declared on the property.
property.attributes.developmentDimensionWhether it is a development property.

Rules

13 fields

When and what fires: each rule chains events, conditions and actions.

Try it in Claude, ChatGPT or Copilot Studio

Audit property X: every rule with its events and whether it is enabled.
FieldTypeWhat it is
rule.idDimensionRule ID, RL-prefixed.
rule.attributes.nameDimensionRule display name. “list all rules in property X”
rule.attributes.enabledDimensionWhether the rule is on. “any disabled rules”
ruleComponent.delegate_descriptor_idDimensionWhat the component is: the type ids below.
core::events::clickDimensionClick event.
core::events::library-loadedDimensionLibrary Loaded, page top.
core::events::page-bottomDimensionPage Bottom.
core::events::dom-readyDimensionDOM Ready.
core::events::window-loadedDimensionWindow Loaded.
core::events::direct-callDimensionDirect call rules, _satellite.track. “rules triggered by direct call”
core::conditions::custom-codeDimensionCustom code conditions: audit these.
adobe-analytics::actions::set-variablesDimensionSets Analytics variables.
adobe-analytics::actions::send-beaconDimensionFires the Analytics beacon. “which rules send Analytics beacons”

Data elements

10 fields

Where values come from, with their storage behavior.

Try it in Claude, ChatGPT or Copilot Studio

List data elements with their types and storage duration.
FieldTypeWhat it is
dataElement.idDimensionData element ID, DE-prefixed.
dataElement.attributes.nameDimensionData element name. “list data elements in property X”
core::dataElements::javascript-variableDimensionReads a JS variable.
core::dataElements::query-string-parameterDimensionReads a URL parameter.
core::dataElements::cookieDimensionReads a cookie.
core::dataElements::local-storageDimensionReads localStorage.
core::dataElements::custom-codeDimensionCustom code element: the audit hotspot. “audit custom code data elements”
core::dataElements::constantDimensionA fixed value.
dataElement.attributes.storage_durationDimensionnone, pageview, session or visitor.
dataElement.attributes.clean_textDimensionWhether whitespace gets normalized.

Extensions

5 fields

Installed capability packages and their versions.

Try it in Claude, ChatGPT or Copilot Studio

Which extensions are installed, at which versions, and is anything disabled?
FieldTypeWhat it is
extension.idDimensionExtension install ID, EX-prefixed.
extensionPackage.nameDimensioncore, adobe-analytics, experience-cloud-id-service and friends. “which extensions are installed”
extension.attributes.versionDimensionInstalled version. “extensions running old versions”
extension.attributes.enabledDimensionWhether the extension is active.
extensionPackage.display_nameDimensionHuman name of the package.

Environments and hosts

5 fields

Where builds go and how they are served.

Try it in Claude, ChatGPT or Copilot Studio

Show the environments with their stages for property X.
FieldTypeWhat it is
environment.idDimensionEnvironment ID, EN-prefixed.
environment.attributes.nameDimensionEnvironment display name.
environment.attributes.stageDimensiondevelopment, staging or production. “embed codes per environment”
environment.attributes.archiveDimensionWhether it serves as archive.
host.attributes.type_ofDimensionakamai or sftp delivery.

Libraries and publishing

5 fields

The publishing flow: what is drafted, submitted and live.

Try it in Claude, ChatGPT or Copilot Studio

What sits in the publishing flow right now, and when did production last change?
FieldTypeWhat it is
library.idDimensionLibrary ID, LB-prefixed.
library.attributes.nameDimensionLibrary name.
library.attributes.stateDimensiondevelopment, submitted, approved or published. “what is waiting in the publish flow”
library.attributes.published_atDimensionWhen it went live.
build.attributes.statusDimensionBuild succeeded or failed.

Good to know

Adobe Launch questions.

Can the assistant change or publish anything?

No. Reactor access is read-only by scope: it lists and describes rules, data elements, extensions and libraries, and cannot create, edit or publish.

How does this relate to the Adobe Analytics pages?

Launch is where the Analytics implementation lives: the set-variables and send-beacon actions here populate the eVars, props and events you query on the Adobe Analytics reference page. Auditing both together is the point.

What are those long delegate ids?

Type identifiers: extension::kind::type. The assistant translates them, so ask for click rules or custom code data elements in plain words and it maps to the ids.

Can I see what changed in production recently?

Yes: libraries carry their state and published_at, so the publish history and what each library contained are one question away.