for Heap events (track.custom*), what is the synta for adding event props with the Tealium Heap Tag?

Bronze Contributor
Bronze Contributor

I'm able to send events to heap, but am unclear on the syntax within Tealium for sending properties along with those events.

Thanks,

Wheeler

1 REPLY 1

for Heap events (track.custom*), what is the synta for adding event props with the Tealium Heap Tag?

Employee Emeritus

Hi @wheelerbb,

My understanding would be as follows:

Tealium IQ 2019-02-07 14-30-29(1).png

The extension would be something like this:

b.json = {
  "order": b.order_id,
  "total": b.order_total,
"quantity": b.order_quantity }

Hope that helps!

Public