How to show personalized banners for different Ad Campaigns (No Code)

Hi everyone, I noticed a lot of merchants struggle with landing page relevancy. If you run ads on TikTok, FB and Google, sending them to the same generic homepage often hurts conversion.

I built a solution that reads the ?utm_source and changes the announcement bar dynamically.

Example:

Visitor comes from TikTok → Sees ‘Welcome TikTok! Use code TIKTOK10’
Visitor comes from Email → Sees ‘Flash Sale ends in 2 hours’ (with countdown)

I’d love some feedback on the UI if anyone has a moment to test it out. It’s called Smart UTM Banner.

1 Like

Interesting idea, matching the message to the traffic source makes a lot of sense for conversion. :high_voltage:

Using utm_source to personalize the announcement bar is a smart way to improve landing page relevance without rebuilding pages for every campaign. The real impact usually comes down to how flexible the rules are and how easy it is for merchants to manage different messages.

How are you handling cases where there are multiple UTMs (like source + campaign), and which platforms have you seen the strongest lift from so far?

1 Like

Thanks! You hit the nail on the head—relevance is key to reducing that ‘bounce rate’ from ads.

To answer your questions:

  1. Handling Multiple UTMs: We designed the logic to follow a Priority System. The app checks your active rules (prioritizing the most recently created ones) and displays the first match it finds.

This is actually a feature, not a bug: it lets you have a broad “catch-all” rule for utm_source=facebook running in the background, but if you launch a specific utm_campaign=black_friday, that new rule takes precedence. It keeps the management simple without needing complex “AND/OR” logic builders.

  1. Strongest Lift? Definitely Social Traffic (TikTok/Instagram). The context switch from a fast-paced video feed to a static store is jarring. Simply acknowledging ‘Welcome TikTok’ bridges that gap and keeps them scrolling.

Hello @BgApps , I’m new here, is there a way I can be guided on this?

I find it very interesting

.

Hi @Amber_stores

Welcome to the community!

It is definitely easier than it sounds. The goal is simply to match the “tags” you put on your ad links (like ?utm_source=facebook) to a specific message on your store.

If you use my app, Smart UTM Banner, you don’t need to code anything. You just create a rule by filling in these three fields:

Trigger Key: Type utm_source
Trigger Value: Type facebook
Message: Type your custom text (e.g., “Welcome Facebook VIPs! Use code FB20”).
Once you click Save, anyone visiting your link will automatically see that specific banner.

You can find the app here: Smart UTM Banner.

Feel free to give it a try—it creates a much smoother experience for your visitors!

1 Like