All Collections
Integration & Analytics
Klaviyo Events integration
Klaviyo Events integration
A
Written by Ankit Purohit
Updated over a week ago

What is Klaviyo Events integration?

With Apptile's Klaviyo events integration you will have the capability to send App events to your Klaviyo account. You can use these events to create a custom Segments and run targeted email & sms campaigns.

App Events

Apptile sends events to Klaviyo with the following custom properties:

platform: Platform.OS,

source: 'apptile_mobile_app'

Following are the events Apptile sends to Klaviyo:
Note - We capture the value of the events where it is relevant as mentioned below.

Event Name

Value Captured

Event Properties

Add To Cart

Yes

currency - Currency of the product. Eg. INR.
price - Product price for item
productId - Product id of shopify / SKU.
productType - Type of the product. For example, T-shirts. <optional>
quantity - Quantity of items added to cart.
title - Product Title. Eg. Nike Sneakers Shoe.
variantId - Variant Id. Eg. GID of Variant in product.
variantTitle - Variant Title. Eg. Name of variant in product.
brand - Brand / Vendor of the product if available

Initiate Checkout

Yes

currency - Currency of the product. Eg. INR.
totalValue - Total value of the cart
totalItems - Total no of items in the cart

Purchase

Yes

currency - Currency of the product. Eg. INR.
totalValue - Total value of the cart
totalItems - Total no of items in the cart
orderId - Id associated with the order
orderName - OrderName associated with order.
shippingDiscount - Shipping discount of the order
taxPrice - Total tax charged on the order
shippingAmount - Total shipping amount charged on the order

Page View

pageName - Name of the page
pageId - Id of the page

Search

term - Search terms used. For example, red shoe.

Add To Wishlist

Yes

available - Availability of the product. Eg.TRUE / FALSE.
currency - Currency of the product. Eg. INR.
productId - Product id of shopify / SKU.
price - Product price for item
title - Product Title. Eg. Nike Sneakers Shoe.
productType - Type of the product. For example, T-shirts. <optional>
quantity - Quantity of products added to wishlist
brand - Brand of the product if exist

Remove From Cart

Yes

currency - Currency of the product. Eg. INR.
price - Product price for item
productId - Product id of shopify / SKU.
productType - Type of the product. For example, T-shirts. <optional>
quantity - Quantity of products removed from cart
title - Product Title. Eg. Nike Sneakers Shoe.
variantId - Variant Id. Eg. GID of Variant in product.
variantTitle - Variant Title. Eg. Name of variant in product.
brand - Brand of the product if exist

View Cart

Yes

currency - Currency of the product. Eg. INR.
totalValue - Total value of the cart
totalItems - Total no of items in the cart

Product View

Yes

currency - Currency of the product. Eg. INR.
productId - Product id of shopify / SKU.
price - Product price for item
title - Product Title. Eg. Nike Sneakers Shoe.
brand - Brand of the product if exist
productType - Type of the product. For example, T-shirts. <optional>

Collection View

currency - Currency of the product. Eg. INR.
listName - list product is displayed to user (like: Collection name)
listId - The ID of the list in which the item was presented to the user

Customer Login

method - Method used by the user to login - google / facebook / email

Customer Registered

method - Method used by the user to login - google / facebook / email

Did this answer your question?