Blog Post: Using personalization to drive membership growth
Continue discussions 🤗 on this blog post below.
You have no notifications.
Blog Post: Using personalization to drive membership growth
Continue discussions 🤗 on this blog post below.
Good afternoon to all Kentico users.
We've set up some personalization on our site and are pleased with how it is performing. However, we're wondering how to track the results of the personalization efforts. Any thoughts from the group?
Regarding tracking, we're asking questions like:
Did the personalized widget (with unique CTA's based on the group):
Drive more clicks for the target group?
Drive better engagement from the target group? (if the user didn't click, did this group see a better overall response)
Etc.
How would we go about tracking this from within Kentico?
Thank you to you all for your comments.
Jeff
Here's a couple of ideas you could try.
For #1, you can use our AI chat in the docs to help you come up with the technical solution details - it can be helpful for these kinds of tasks.
There is also an existing Q&A discussions conversation related to this topic (note the Sources in the AI chat screenshot)
For #2, you could do something as simple as this, with the dataLayer value coming from your widget property.
<a href="/pricing"
onclick="dataLayer.push({
event: 'cta_click',
variant: '@Model.DataLayerValue'
});">
Learn more about our pricing
</a>
To response this discussion, you have to login first.