---
title: "How to personalize your site based on marketing campaigns"
slug: "marketing-campaign-playbook"
locale: "en-us"
description: "Learn how to use dynamic content on your site to match offers users see on ads. This will save you time and money on remarketing."
published_at: "2024-06-27"
updated_at: "2025-12-05"
image: "https://storage.googleapis.com/croct-assets-b931d070/blog/How_to_personalize_your_site_based_on_marketing_campaigns_88b1b239f2/How_to_personalize_your_site_based_on_marketing_campaigns_88b1b239f2.png"
authors: ["Mariana Bonanomi","Yasmin Gonçalves"]
category: "Playbooks"
tags: ["Conversion Rate Optimization (CRO)","Dynamic Content","How To","Personalization ideas"]
canonical: "https://blog.croct.com/post/marketing-campaign-playbook"
---

# How to personalize your site based on marketing campaigns

If you're reading this, you probably already have a well-structured marketing campaign strategy, segmenting users and showing different ads for each one. If so, why don't you do the same with your website's content?

By using personalized content based on the ad the user clicked, you can deliver consistent, targeted messaging that reflects the offers users first saw, improving engagement and conversions without [creating multiple landing pages](/post/how-to-create-multiple-landing-pages-faster.md).

This article is a how-to guide to help you personalize your website based on marketing campaigns. Follow this step-by-step playbook to implement this strategy effectively.

> 💬 TLDR
>
> If you are a developer, you can use our template for [SaaS](http://croct.com/templates/use-case/saas/marketing-campaign) or [E-commerce](http://croct.com/templates/use-case/e-commerce/marketing-campaign) through our CLI instead of configuring this manually on the interface.

## How to create a personalized experience based on the marketing campaign

Creating an experience is as easy as defining which users you want to impact, what part of your website you want to change, and the personalized content you want to show them.

Start by heading to [Experiences](https://app.croct.com/redirect/organizations/-organization-/workspaces/-workspace-/experiences), click **New**, and choose a name for your experience. Now, we'll show you how to:

- Segment users based on specific campaign attributes
- Select the slot you want to personalize
- And define which content you’ll display to users coming from a specific campaign.

### Audience

> ✨
>
> With Croct, you can use our [Contextual Query Language (CQL)](https://docs.croct.com/reference/cql/introduction) to define audience criteria. It is an English-based language that combines the simplicity of natural language with an intuitive syntax that makes it easy for both technical and non-technical users.

With Croct, you can use the UTM parameters in your marketing campaigns (medium, source, campaign name, or term) to identify where the user is coming from. It is also possible to add two or more campaigns to the same audience using [or](https://docs.croct.com/reference/cql/expressions/operations/logical/or), [and](https://docs.croct.com/reference/cql/expressions/operations/logical/and), [starts with](https://docs.croct.com/reference/cql/expressions/tests/string/starts-with), [ends with](https://docs.croct.com/reference/cql/expressions/tests/string/ends-with), or [matches](https://docs.croct.com/reference/cql/expressions/tests/string/matches).

Click on **New audience** and enter a CQL expression that matches the target audience, like this:

```cql noLineNumber
campaign's source is "google"
campaign's name matches "sale"
user has viewed a campaign with term like "personalization" in the last 30 days
```

![Screenshot of Croct's admin. A breadcrumb defines steps for creating an experience. A side drawer shows a form for defining audience name, ID, and criteria.](https://storage.googleapis.com/croct-assets-b931d070/blog/Playbook_Search_campaigns_audience_f6579f40ef/Playbook_Search_campaigns_audience_f6579f40ef.png?updated_at=2024-05-06T13:57:43.647Z "How to create an audience")

### Slot and content

Slots are any personalizable elements of your application.

![Three wireframes highliting hero section, product card, and subscription plan card slots you can personalize.](https://storage.googleapis.com/croct-assets-b931d070/blog/Playbook_paid_search_fb84b8b710/Playbook_paid_search_fb84b8b710.png?updated_at=2024-06-17T10:55:15.350Z "Hero section, product card, and subscription plan card slot examples")

Some popular choices are the hero section, product cards, and subscription plan cards. Still, you can also personalize any page section to include targeted information.

![Screenshot of Croct's admin. A breadcrumb defines steps for creating an experience. A search filter tab allows you to select the slot you want to personalize.](https://storage.googleapis.com/croct-assets-b931d070/blog/Playbook_Search_campaigns_slot_7c86e20af0/Playbook_Search_campaigns_slot_7c86e20af0.png?updated_at=2024-05-06T13:57:45.030Z "How to select a slot")

Select the slot you want to personalize, and finally, click on **Content** to specify elements such as images, copies, and button colors you want your audience to view. Be creative, and don’t forget to match the offer you’ve shown users on your ads.

![Screenshot of Croct's admin. A breadcrumb defines steps for creating an experience. A side drawer shows a content form for images, copies, and colours of the personalized content](https://storage.googleapis.com/croct-assets-b931d070/blog/Playbook_Search_campaigns_content_c8ba8d39e8/Playbook_Search_campaigns_content_c8ba8d39e8.png?updated_at=2024-05-06T13:57:44.600Z "How to select personalized content")

### Extra options

Besides creating an audience, choosing the slot, and defining the content, you can also prioritize this experience over others, choose a different time zone, and schedule its start to whenever you prefer.

![Screenshot of Croct's admin with buttons with options of scheduling, prioritizing, and choosing a time zone for a personalized experience.](https://storage.googleapis.com/croct-assets-b931d070/blog/Playbook_campaigns_options_31ee878239/Playbook_campaigns_options_31ee878239.png?updated_at=2024-04-30T13:18:27.495Z "You can schedule, prioritize, and choose a time zone for experiences")

Next, publish your experience or go to the preview to see the magic happen! ✨

## What's next?

Personalizing your website based on marketing campaigns helps maintain consistent messaging, capture user attention, and increase conversions.

Use campaign tracking to tailor content and explore other personalization strategies, such as targeting [organic search visitors](/post/organic-search-playbook.md). Start using these techniques with our platform to increase your conversion, reduce your CAC, optimize your marketing results.

Need more inspiration? Browse other [playbooks](https://blog.croct.com/playbooks) and check some personalization ideas for [e-commerce](/post/ecommerce-personalization-ideas.md) or [SaaS](/post/saas-personalization.md).

Happy personalization!
