TraceSummary

TraceSummary

A summary of an entire Trace record, up to the present.

Members

allConnectorActions :array

Source:

All the connector actions (including EventStream and AudienceStream, triggered, non-triggered, executed, delayed, queued). Each element is an instance of ConnectorAction

Type:
  • array

audienceStreamActions :array

Source:

All the AudienceStream connector actions (including triggered, non-triggered, executed, etc.). Each element is an instance of ConnectorAction

Type:
  • array

eventStreamActions :array

Source:

All the EventStream connector actions (including triggered, non-triggered, executed, etc.). Each element is an instance of ConnectorAction

Type:
  • array

events :array

Source:

An object, with numeric keys, starting at 1 (events are numbered in the order delivered by Trace). Each value is an instance of TraceEvent

Type:
  • array

firstProfile :object

Source:

The initial AudienceStream Visitor Profile, upon Trace start (before the first event), an instance of VisitorProfile

For this to exist, the Trace needs to have actually received at least one event, the CDH profile needs have AudienceStream active, and there can't have been a Visitor ID collision within the AS Region.

Type:
  • object

lastProfile :object

Source:

The final AudienceStream Visitor Profile found in the trace (after the last Trace event), an instance of VisitorProfile

For this to exist, the Trace needs to have actually received at least one event, the CDH profile needs have AudienceStream active, and there can't have been a Visitor ID collision within the AS Region.

Type:
  • object

summaryString :string

Source:

A long string designed to give an overview of what happened in the Trace, event-by-event.

Intended to be output as Markdown as part of the report to provide an overview and sanity check.

Type:
  • string
Example
// this looks better rendered as Markdown (which is how it's expected to be viewed)
...
----

## Event 4 - button\_click\_increment

Event VID      : 017329504780001c1f002e96b46303079005507101274

Event has spec : no

URL            : https://solutions.tealium.net/hosted/webdriver-testing/standard-integration-test.html
Querystring    : -

Profile VID    : 017329504780001c1f002e96b46303079005507101274

Visit Count    : 1
Event Count    : 5


### Badges

After
 - Live On Site


### Connector Activity

Executed
 - EventStream Success: 07b670a4-dc55-41cb-ee8c-1e1ec619e6aa - Webhooks - Postman Echo Send Event (webhook/send\_events) *


----
...