Klaviyo
Below is a step-by-step guide on how to attach personalized product recommendations in your email campaigns using Klaviyo.
1. Start by fetching your url for using product recommendations in emails, the link can be found on the engage platform which is reached using the following link: -> https://engage.zubi.ai/login
The complete url looks like below,
https://s1.zl.ax/v1/img/[nano_id]/[email]/[id]
The following variables need to be changed when added to your email template,
Parameter | Description |
---|---|
[nano_id] | Your engage nano_id |
[email]
| |
[id]
| Represents the product recommendation ID, values [0-7] are available to use where the lower ID the higher (better) recommendation score
|
Note: [nano_id] above represents your "account ID", hence it will always be the same independently of the email service used
2. Set the ID (0-7) of the recommendation to be displayed, note that if the same ID is used for two or more recommendations the same products will be displayed. The lower the number the higher score from the recommendation engine. This means that if three recommendations are going to be displayed in the email three different urls should be used, for example,
-
3. Add the the urls from step 2 into the image URL field in Klaviyo (mandatory)


4. Add the below url into the link field, if you would like the images to be linked to the product within your store (optional)
Note: The same ID needs to be used on the image url and the link url otherwise the link and image will not match

5. If using a button make sure to add a link to the button (same url as in step 4),

6. Add the design parameters to your url (optional)
Below is an example of what the configuration might look like:
w=300&fill=0&fs=1.5rem+1.25rem&fw=300+400&ff=roboto&color=FF00FF+0000FF&align=center&img=1&title=1&price=1
Combine the above configuration with your unique link for email product recommendations,
https://s1.zl.ax/v1/img/[nano_id]/*|EMAIL|*/0?w=300&fill=0&fs=1.5rem+1.25rem&fw=300+4
7. Test the recommendations either by sending a test email or view the email in preview. If everything is entered correct, product recommendations will be fetched.

Last modified 1mo ago