Clevertap Integration
A
Written by Ankit Purohit
Updated over a week ago

What is Clevertap integration?

With Apptile's Clevertap integration you will have the capability to send App events to your Clevertap account. You can use these events to create a custom Segments and run targeted push notification campaigns for your App Users.

App Events

Below are the default events captured by Apptile & Clevertap SDK:

App Launched

App Uninstalled

App Version Changed

apptile_app_open

apptile_first_open

Below are the standard e-commerce events captured by Apptile:

Event Name

Event Properties

addToCart

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

initiateCheckout

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

purchase

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

pageView

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

search

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

addToWishlist

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

removeFromCart

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

viewCart

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

productView

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>

collectionView

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

login

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

Did this answer your question?