CleverTap
Author: E | 2025-04-24
Click on Add Destination and select CleverTap. In the Destination Catalog/CleverTap page, click on Configure CleverTap. Add CleverTap Account ID and Account Token, which you can find on the CleverTap Dashboard under Settings page. Select the appropriate region from the Region dropdown. To identify the region of your CleverTap account, refer to
CleverTap for Startups Features - CleverTap
Messaging Template PartnerOverviewTaxi for Email, a collaborative platform, streamlines the design and coding of email campaigns, enabling teams to create consistent, high-quality emails without the need for extensive coding knowledge. CleverTap integrates with Taxi for Email to:Design, code, and manage email templates using Taxi for Email, which also enables collaborative editing, live previews, approval workflows, template management, and version control, ensuring compatibility across email clients.Segment audiences, personalize content, and execute campaigns on the CleverTap dashboard, effectively targeting the right users with tailored messages.📘Enable CleverTap Connector on Taxi For EmailTo activate the CleverTap connector for Taxi For Email, contact the Taxi For Email support team or your account manager directly from the platform or send an email to [email protected] to submit a request.Prerequisites for IntegrationThe following are the prerequisites:A Taxi for Email account with all the required setup and permissions to export email templates. A CleverTap account.Steps for integrationThe integration involves the following three main steps:Configure Taxi for Email Dashboard.Set Up Personalization.Export Email Templates from Taxi For Email Dashboard to CleverTap.Configure Taxi for Email DashboardAdd CleverTap credentials on the Taxi for Email dashboard:Navigate to Integrations > ESP Connectors from the dashboard and click Add New.Add New ConnectorSelect CleverTap from the Connector type dropdown. Select Connector TypeEnter the following details:Integrate CleverTap ConnectorAccount ID : Locate the Project ID under Settings > Project from the CleverTap dashboard.Passcode: Locate Passcode under Settings > Project from the CleverTap dashboard. To know more, refer to Account Passcode.Region: Locate Region for the API endpoint you want to
CleverTap/clevertap-android-sdk: CleverTap Android SDK - GitHub
Follow the remaining steps listed under the Create Email Campaign section and publish the campaign." data-testid="RDMD">Taxi for Email, a collaborative platform, streamlines the design and coding of email campaigns, enabling teams to create consistent, high-quality emails without the need for extensive coding knowledge. CleverTap integrates with Taxi for Email to:Design, code, and manage email templates using Taxi for Email, which also enables collaborative editing, live previews, approval workflows, template management, and version control, ensuring compatibility across email clients.Segment audiences, personalize content, and execute campaigns on the CleverTap dashboard, effectively targeting the right users with tailored messages.📘Enable CleverTap Connector on Taxi For EmailTo activate the CleverTap connector for Taxi For Email, contact the Taxi For Email support team or your account manager directly from the platform or send an email to [email protected] to submit a request.The following are the prerequisites:A Taxi for Email account with all the required setup and permissions to export email templates. A CleverTap account.The integration involves the following three main steps:Configure Taxi for Email Dashboard.Set Up Personalization.Export Email Templates from Taxi For Email Dashboard to CleverTap.Add CleverTap credentials on the Taxi for Email dashboard:Navigate to Integrations > ESP Connectors from the dashboard and click Add New.Add New ConnectorSelect CleverTap from the Connector type dropdown. Select Connector TypeEnter the following details:Integrate CleverTap ConnectorAccount ID : Locate the Project ID under Settings > Project from the CleverTap dashboard.Passcode: Locate Passcode under Settings > Project from the CleverTap dashboard. To know more, refer to Account Passcode.Region: Locate Region forMigrating from Parse to CleverTap - CleverTap
O melhor momento para enviar e-mails até a forma mais efetiva de entregar recomendações preditivas aos clientes. Acesse informações dinâmicas do produto e torne as mensagens de e-mail personalizadas com dados disponíveis fora da plataforma CleverTap. Capacidade de Entrega Alcance uma alta taxa de entrega com a consultoria de Aquecimento de IP, monitoramento e revisões mensais. Receba recomendações personalizadas para melhorar a sua capacidade de alcance*. Análise de Resultados Avalie os resultados das campanhas de e-mail por meio de análises como rastreamento em tempo real, receita e mensuração de impacto. *Disponível com o Plano Expert Services CleverTap is our go-to platform to engage customers with email, push notifications, SMS, in-app messages, and more. We use the platform to design and personalize emails, bringing more users back to the app and website.” Jeanette Wong, CRM Lead Veja o que nossos clientes conseguiram usando o e-mail CleverTap 54%DE AUMENTO NA TAXA DE ABERTURA DE E-MAILS Saiba mais. Click on Add Destination and select CleverTap. In the Destination Catalog/CleverTap page, click on Configure CleverTap. Add CleverTap Account ID and Account Token, which you can find on the CleverTap Dashboard under Settings page. Select the appropriate region from the Region dropdown. To identify the region of your CleverTap account, refer toCleverTap Quarterly – Jan 2025 - CleverTap
Development In the sample application, update the index.htmlfile as required. Add the CleverTap script in the index.html file.Open the simulator.app file inside the Simulator folder, as mentioned in Step 2.In Simulator, go to File > Launch App and select the folder of sampleApp, which has .ipk fileTo initialize CleverTap, add the CleverTap script in the index.html file. var clevertap = {event:[], profile:[], account:[], onUserLogin:[], notifications:[], privacy:[]}; // replace with the CLEVERTAP_ACCOUNT_ID with the actual ACCOUNT ID value from your Dashboard -> Settings pageclevertap.account.push({"id": "CLEVERTAP_ACCOUNT_ID"});clevertap.privacy.push({optOut: false}); //set the flag to true, if the user of the device opts out of sharing their dataclevertap.privacy.push({useIP: false}); //set the flag to true, if the user agrees to share their IP data (function () { var wzrk = document.createElement('script'); wzrk.type = 'text/javascript'; wzrk.async = true; wzrk.src = ' var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wzrk, s); })();To send user profile details to CleverTap, add the following code snippet:clevertap.onUserLogin.push({ "Site": { "Name": "Jack Montana", // String "Identity": 61026032, // String or number "Email": "[email protected]", // Email address of the user }})To push an event to CleverTap, add the following code snippet:clevertap.event.push("Product viewed");To push the event along with properties to CleverTap, add the following code snippet:clevertap.event.push("Product viewed", { "Product name": "Casio Chronograph Watch", "Category": "Mens Accessories", "Price": 59.99, "Date": new Date()});To add the profile properties, add the following code snippet:cleverTapAPI.addMultiValueForKey("userTVCount","1")To remove the profile properties, add the following code snippet:cleverTapAPI.removeMultiValueForKey("userTVCount","1")Updated over 1 year ago Table of ContentsOverviewSteps to Integrate CleverTap Web SDK for LG webOS TVInitialize CleverTap SDKSend UserA Recap of CleverTap’s GrowthHackers AMA - CleverTap
Personalization reflects under the email editor on the CleverTap dashboard.Export Email Templates to CleverTapAfter setting up the template on the Taxi for Email, you can export the email templates to CleverTap:Select the version of the Template to be exported to the CleverTap dashboard and click Export Mailing. Export MailingSelect the API name provided in step 1 under ESP Connectors. ESP ConnectorAfter selecting the ESP connector, a new window opens for you to select the template type.Select Create a new template to export a new template to CleverTap. To update an existing CleverTap template, select Update an existing template and select a template from the drop-down menu.Create a New Template🚧ImportantEnsure that the Template Name is unique when exporting new templates to avoid errors.Under Segmentation, select the version(s) that needs to be exported.Send one version: Choose to export only a single version of the content.Create (or update) a template for each version: Generate or modify templates for each selected version.Export or Create (or Update) a Particular Template VersionClick Start Export to export the email template to the CleverTap dashboard.Start ExportCreate a Campaign on CleverTap Using Taxi for Email TemplateTo create an email campaign on CleverTap using the Taxi for Email template:Navigate to the Campaigns page, click + Campaign, and select Email from the list of messaging channels. Click Go to Editor under the When section and select Saved Templates. Select the template you exported from the Taxi for Email dashboard. CleverTap Saved Email TemplatesOnce you create a campaign on the CleverTap dashboard,CleverTap/clevertap-csv-download: clevertap csv download tool - GitHub
If the user agrees to share their IP data (function () { var wzrk = document.createElement('script'); wzrk.type = 'text/javascript'; wzrk.async = true; wzrk.src = ' var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wzrk, s); })();</script>Send User ProfileTo send user profile details to CleverTap, add the following code snippet:JavaScriptclevertap.onUserLogin.push({ "Site": { "Name": "Jack Montana", // String "Identity": 61026032, // String or number "Email": "[email protected]", // Email address of the user }})Push EventTo push an event to CleverTap, add the following code snippet:JavaScriptclevertap.event.push("Product viewed");Push Event With PropertiesTo push the event along with properties to CleverTap, add the following code snippet:JavaScriptclevertap.event.push("Product viewed", { "Product name": "Casio Chronograph Watch", "Category": "Mens Accessories", "Price": 59.99, "Date": new Date()});Add Profile PropertiesTo add the profile properties, add the following code snippet:JavaScriptcleverTapAPI.addMultiValueForKey("userTVCount","1")Remove Profile PropertiesTo remove the profile properties, add the following code snippet:JavaScriptcleverTapAPI.removeMultiValueForKey("userTVCount","1")" data-testid="RDMD">CleverTap Web SDK integration with LG webOS TV enables you to improve user engagement and personalize the experience for your TVOS viewers. You can gain insights into user behavior, preferences, and interactions with your TV app.This guide walks you through the step-by-step process of installing and integrating CleverTap's Web SDK into your LG webOS application.To integrate CleverTap Web SDK with LG webOS TV:Install LG webOS Command Line Interface (CLI). For more information, refer to the LG CLI Installation document.Add the extension for webOS TV in Visual Studio Code from the VSCode Extension Marketplace.Install the LG Simulator. For more information, refer to the LG Simulator Installation document. Create the sample application as follows: Using VSCode: App DevelopmentUsing CLI: App. Click on Add Destination and select CleverTap. In the Destination Catalog/CleverTap page, click on Configure CleverTap. Add CleverTap Account ID and Account Token, which you can find on the CleverTap Dashboard under Settings page. Select the appropriate region from the Region dropdown. To identify the region of your CleverTap account, refer to After generating the HTML in the newsroom, they use CleverTap’s API to send it to CleverTap where they create and execute the campaigns. CleverTap’s advanced segmentation andComments
Messaging Template PartnerOverviewTaxi for Email, a collaborative platform, streamlines the design and coding of email campaigns, enabling teams to create consistent, high-quality emails without the need for extensive coding knowledge. CleverTap integrates with Taxi for Email to:Design, code, and manage email templates using Taxi for Email, which also enables collaborative editing, live previews, approval workflows, template management, and version control, ensuring compatibility across email clients.Segment audiences, personalize content, and execute campaigns on the CleverTap dashboard, effectively targeting the right users with tailored messages.📘Enable CleverTap Connector on Taxi For EmailTo activate the CleverTap connector for Taxi For Email, contact the Taxi For Email support team or your account manager directly from the platform or send an email to [email protected] to submit a request.Prerequisites for IntegrationThe following are the prerequisites:A Taxi for Email account with all the required setup and permissions to export email templates. A CleverTap account.Steps for integrationThe integration involves the following three main steps:Configure Taxi for Email Dashboard.Set Up Personalization.Export Email Templates from Taxi For Email Dashboard to CleverTap.Configure Taxi for Email DashboardAdd CleverTap credentials on the Taxi for Email dashboard:Navigate to Integrations > ESP Connectors from the dashboard and click Add New.Add New ConnectorSelect CleverTap from the Connector type dropdown. Select Connector TypeEnter the following details:Integrate CleverTap ConnectorAccount ID : Locate the Project ID under Settings > Project from the CleverTap dashboard.Passcode: Locate Passcode under Settings > Project from the CleverTap dashboard. To know more, refer to Account Passcode.Region: Locate Region for the API endpoint you want to
2025-04-08Follow the remaining steps listed under the Create Email Campaign section and publish the campaign." data-testid="RDMD">Taxi for Email, a collaborative platform, streamlines the design and coding of email campaigns, enabling teams to create consistent, high-quality emails without the need for extensive coding knowledge. CleverTap integrates with Taxi for Email to:Design, code, and manage email templates using Taxi for Email, which also enables collaborative editing, live previews, approval workflows, template management, and version control, ensuring compatibility across email clients.Segment audiences, personalize content, and execute campaigns on the CleverTap dashboard, effectively targeting the right users with tailored messages.📘Enable CleverTap Connector on Taxi For EmailTo activate the CleverTap connector for Taxi For Email, contact the Taxi For Email support team or your account manager directly from the platform or send an email to [email protected] to submit a request.The following are the prerequisites:A Taxi for Email account with all the required setup and permissions to export email templates. A CleverTap account.The integration involves the following three main steps:Configure Taxi for Email Dashboard.Set Up Personalization.Export Email Templates from Taxi For Email Dashboard to CleverTap.Add CleverTap credentials on the Taxi for Email dashboard:Navigate to Integrations > ESP Connectors from the dashboard and click Add New.Add New ConnectorSelect CleverTap from the Connector type dropdown. Select Connector TypeEnter the following details:Integrate CleverTap ConnectorAccount ID : Locate the Project ID under Settings > Project from the CleverTap dashboard.Passcode: Locate Passcode under Settings > Project from the CleverTap dashboard. To know more, refer to Account Passcode.Region: Locate Region for
2025-04-15Development In the sample application, update the index.htmlfile as required. Add the CleverTap script in the index.html file.Open the simulator.app file inside the Simulator folder, as mentioned in Step 2.In Simulator, go to File > Launch App and select the folder of sampleApp, which has .ipk fileTo initialize CleverTap, add the CleverTap script in the index.html file. var clevertap = {event:[], profile:[], account:[], onUserLogin:[], notifications:[], privacy:[]}; // replace with the CLEVERTAP_ACCOUNT_ID with the actual ACCOUNT ID value from your Dashboard -> Settings pageclevertap.account.push({"id": "CLEVERTAP_ACCOUNT_ID"});clevertap.privacy.push({optOut: false}); //set the flag to true, if the user of the device opts out of sharing their dataclevertap.privacy.push({useIP: false}); //set the flag to true, if the user agrees to share their IP data (function () { var wzrk = document.createElement('script'); wzrk.type = 'text/javascript'; wzrk.async = true; wzrk.src = ' var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wzrk, s); })();To send user profile details to CleverTap, add the following code snippet:clevertap.onUserLogin.push({ "Site": { "Name": "Jack Montana", // String "Identity": 61026032, // String or number "Email": "[email protected]", // Email address of the user }})To push an event to CleverTap, add the following code snippet:clevertap.event.push("Product viewed");To push the event along with properties to CleverTap, add the following code snippet:clevertap.event.push("Product viewed", { "Product name": "Casio Chronograph Watch", "Category": "Mens Accessories", "Price": 59.99, "Date": new Date()});To add the profile properties, add the following code snippet:cleverTapAPI.addMultiValueForKey("userTVCount","1")To remove the profile properties, add the following code snippet:cleverTapAPI.removeMultiValueForKey("userTVCount","1")Updated over 1 year ago Table of ContentsOverviewSteps to Integrate CleverTap Web SDK for LG webOS TVInitialize CleverTap SDKSend User
2025-04-02