How to add a countdown timer to Adobe Marketo Engage

Marketo tokens work inside URLs, which is all a live countdown needs. Instead of producing a new image for every webinar, launch or trial expiry, you publish one design and let the token-driven URL carry the deadline for each program.

  1. Design your countdown in tikio

    Create a timer in the tikio editor: pick colors, fonts, labels and the languages you need. What you see in the editor is exactly what lands in the inbox — the timer is delivered as a regular animated image.

  2. Publish and copy the image URL

    Hit Publish and copy the public image URL. The deadline lives in the URL as a parameter, so the same link works for every campaign — change the date, not the link.

    https://tikio.io/e/a1b2.gif?target=2026-08-01T20:00
  3. Insert the timer into your Marketo email

    In the Marketo email editor, edit the HTML of the element where the countdown belongs and paste the snippet below. Tokens are resolved per lead at send time, inside the URL as well as in body copy.

    <img src="https://tikio.io/e/a1b2.gif?target=2026-08-01T20:00" alt="Offer ends soon" width="480" style="max-width:100%;" />

Per-recipient evergreen deadlines

Use {{lead.Id}} as the recipient key for a per-lead deadline that starts at first open. Because it is an internal identifier rather than an email address, nothing personal ends up in the image URL.

<img src="https://tikio.io/e/a1b2.gif?duration=86400&uid={{lead.Id}}" alt="Offer ends soon" width="480" style="max-width:100%;" />

FAQ

Can I use a My Token for the program deadline?

Yes — that is the tidy pattern. Put a program-level token in target= and every email in that program inherits the right deadline without editing the HTML.

Can a lead field drive the deadline?

Yes. target= accepts an ISO date or unix seconds, so a date field such as a trial end or renewal date works directly.

Does the timer affect deliverability?

It is one more image request, the same as a hero image. The timer is served from a dedicated hostname, so it does not touch your sending domain’s reputation.

Your first countdown is minutes away

Free during early access — no credit card required.

Create your free countdown
Other platforms