Skip to main content
All CollectionsSonar
Klaviyo Dynamic Fields List for Sonar Send
Klaviyo Dynamic Fields List for Sonar Send

Here is a list of all the dynamic fields available for Klaviyo, broken out by trigger event, for use in updating your Dynamic Field content

Chaim Davies avatar
Written by Chaim Davies
Updated this week

Dynamic Fields List

Below is a list of all the dynamic fields available for Klaviyo, broken out by trigger event.

Added To Cart - Triple Pixel

Field

Example Value

Dynamic Markup

Compare At Price

65

{{ event|lookup:'Compare At Price'|default:'' }}

Formatted:

{% currency_format event|lookup:'Compare At Price'|floatformat:2 %}

Currency

"$"

{{ event.Currency|default:'' }}

Image Url

{{ event|lookup:'Image Url'|default:'' }}

Price

65

{{ event.Price|default:'' }}

Product Id

3998565269613

{{ event|lookup:'Product Id'|default:'' }}

Product Name

"Eva Bangs Hair Extension"

{{ event|lookup:'Product Name'|default:'' }}

Quantity

1

{{ event.Quantity|default:'' }}

Shop Url

"madisonbraids.com"

{{ event|lookup:'Shop Url'|default:'' }}

Sku

"BNGDB"

{{ event.Sku|default:'' }}

Url

{{ event.Url|default:'' }}

Variant Id

29735044186221

{{ event|lookup:'Variant Id'|default:'' }}

Variant Title

"Dark Brown"

{{ event|lookup:'Variant Title'|default:'' }}

Viewed Product - Triple Pixel

Field

Example Value

Dynamic Markup

Compare At Price

65

{{ event|lookup:'Compare At Price'|default:'' }}

Currency

"$"

{{ event.Currency|default:'' }}

Image Url

{{ event|lookup:'Image Url'|default:'' }}

Price

65

{{ event.Price|default:'' }}

Product Id

3998565269613

{{ event|lookup:'Product Id'|default:'' }}

Product Name

"Eva Bangs Hair Extension"

{{ event|lookup:'Product Name'|default:'' }}

Shop Url

"madisonbraids.com"

{{ event|lookup:'Shop Url'|default:'' }}

Sku

"BNGDB"

{{ event.Sku|default:'' }}

Url

{{ event.Url|default:'' }}

Variant Id

29735044186221

{{ event|lookup:'Variant Id'|default:'' }}

Variant Title

"Dark Brown"

{{ event|lookup:'Variant Title'|default:'' }}

Checkout Started - Triple Pixel

Dynamic markup examples below assume you have aliased the line_item row collection as “item” when configuring a dynamic table element in your message.

Field

Description

Example Value

Dynamic Markup

$value

Total price of all items in cart

99.98

{{ event|lookup:'$value' }}

Item Count

Count of cart items

2

{{ event|lookup:'Item Count }}

Items

List of product names. Can be used in dynamic table settings as a “row collection” to load the dynamic list of product names

“Lulu Two Strand = Braided Hairband”

{{ event.Items }}

line_items

Product Names of each item in cart.

Can be used in dynamic table settings as a “row collection” to load the dynamic list of cart contents

"The Bree Ponytail Extension"

{{ event.extra.line_items }}

checkout_url

The checkout url

{{ event.extra.checkout_url }}

compare_at_price

Nested in the line_items. To use the field in a dynamic table, the example assumes you have aliased the line_items row collection as “item”

49.99

{{ item.compare_at_price }}

product.handle

The url slug for the product.

Can be used to compose a link to the product page.

Example assumes you have aliased the line_items row collection as ‘item’.

two-strand

{{ organization.url|trim_slash }}/products/{{ item.product.handle }}

product.id

The product id.

9599055947

{{ item.product.id }}

product.images.0.src

The main product image

{{ item.product.images.0.src }}

product.images.0.thumbSrc

The product thumbnail

{{ item.product.images.0.thumbSrc }}

variant.id

The variant id

12307243696235

{{ item.product.variant.id }}

variant.sku

The variant sku

TSHL

{{ item.product.variant.sku }}

variant.title

The variant title

Highlighted

{{ item.product.variant.title }}

vendor

The Item’s vendor

Madison Braids

{{ item.product.vendor }}

presentment_currency

The items currency

USD

{{ item.presentment_currency}}

token

The user’s cart token

07d01e08aac61f0fef5ccfb95dcc8b8b

{{ item.token }}

Active On Site - Triple Pixel

Field

Example Value

Dynamic Markup

Page

{{ event.Page|default:'' }}

Os

"Linux armv81/Android"

{{ event.Os }}

Browser

"Chrome"

{{ event.Browser }}

Did this answer your question?