Introduction
Kickdynamic enables users to create live images for use in email. The platform is built to enable users to create everything they need directly in the UI with no customization.
MoEngage <> Kickdynamic
With the MoEngage and Kickdynamic integration, you can enrich your emails with dynamic content that is personalized and rendered upon the opening of your email.
Integration
Step 1: Create a Personalized Image Template in Kickdynamic
- On your Kickdynamic dashboard, navigate to the Templates area of the platform, then Content Automation, and select ‘+ New Template’.
- Name the template in the Description. To create a branded Personalized image in the Kickdynamic platform, ensure you have already designed a background image. Then, click on the canvas and use the menu options on the right-hand side to upload the created background image.
- To add the first layer of personalization, select the ‘Add Block’ button and a block will appear in the center of the canvas.
- Then select ‘Connect Source’, highlighted below:
- To display the personalization, connect to the URL parameter which allows you to merge any data you store in MoEngage.
- Name the parameter something identifiable to the user while building this out. For example, for first name personalization, it could be named
firstname
orfirst_name
like in the example below:
- You can look at the additional functions provided by Kickdynamic here.
Step 2: Create a Personalized Image Campaign in Kickdynamic
- On your Kickdynamic dashboard, navigate to a campaign / create a new campaign and select the Content Automation widget.
- Name the mailing and/or tag and select the right template:
- Define the link where you want the image to link to and click next:
- All URL parameters linked in the template will automatically pull through into the Tag like so:
- Within the generated Tag, replace
value
with MoEngage Personalization code like so:
<a href="https://img.kickdyn.com/clickimgdf.ashx?c=28495.TxzzAhrqBwPFnJiC5zNy&firstname=%7B%7BUserAttribute%5B'First%20Name'%5D%7D%7D">
<img src="https://img.kickdyn.com/imgdf.png?c=28495.TxzzAhrqBwPFnJiC5zNy&firstname=%7B%7BUserAttribute%5B'First%20Name'%5D%7D%7D" width="640" height="427" border="0"/> </a>