Skip to content

Event Attributes

Event attributes are the customer, product, and transaction data attached to an event. They are AnyTrack’s canonical name for the enrichment fields — email, value, currency, transactionId, the items array, and more — that turn a bare “someone converted” signal into “a customer in California bought $200 of Nike shoes.” The richer the attributes on a conversion, the higher its Event Match Quality and the better ad platforms can attribute and optimize.

  • Customer data — email, phone, name, location: the customer traits AnyTrack normalizes and hashes automatically.
  • Product data — SKUs, names, prices, quantities in the items array: what enables value-based bidding and catalog matching.
  • Event data — transaction ID, timestamp, currency: the context that ties the event together.

Event Attributes vs Traits vs Conversion Payload

Section titled “Event Attributes vs Traits vs Conversion Payload”
  • Traits — the customer-identity subset of event attributes; event attributes is the wider umbrella.
  • Event Snippet — the code that fires an event; event attributes are the data object it passes.
  • Conversion Payload — the full request body sent to an endpoint; event attributes are the fields inside it.

You send event attributes two ways: client-side in an event snippet, or server-side in a conversion payload to a webhook. AnyTrack stores every attribute on the event, then forwards only the attributes each ad platform recognizes — hashing customer traits with SHA-256 first. Extra attributes beyond the standard list are kept for internal segmentation and reporting. All parameter names are case-sensitive and cannot contain spaces.

Frequently asked questions

FAQ was last reviewed on 2026-06-25

What is the difference between event attributes and event properties?
They are the same concept. AnyTrack uses 'event attributes' as the canonical term for the customer, product, and transaction data sent alongside an event. Some ad platforms call these properties or parameters, but inside AnyTrack the unified name is event attributes.
Which event attributes raise Event Match Quality the most?
The customer traits: email, phone, firstName, lastName, city, state, zipcode, and country. The Tracking Tag also adds IP and user agent automatically. The more high-quality customer attributes you send, the higher the score.

Related ad platforms