Re: Check Best Approach for an Yearly Campaign

ashah123
Level 3

Hi Team ,

 

Overview : 

 

I’m designing a Marketo program that leverages a custom object tied to CRM Opportunities to automate an annual “Mid-Lease Survey” email. The goal is to collect feedback from customers on how their lease experience is progressing.

 

Key Logic

  • Trigger: The program will initiate one year after the lease start date, repeating annually for as long as the lease remains active.

    • For example, if the lease start date is 20 Jan 2024, the first email would deploy on 20 Jan 2025, the second on 20 Jan 2026, and so on.

  • Eligibility Filter: Each send will include a check to confirm that the customer still has an active lease. If the lease is no longer active, the record will be excluded from subsequent sends.

  • Data Handling: The lease start date is stored as a date field in the custom object, allowing accurate anniversary calculations.

 

Questions :

 

I’m evaluating two potential approaches for the annual “Mid-Lease Survey” program in Marketo and would like your feedback before I proceed.

1. Recurring Batch (Don’t Care About Past Dates)

In previous campaigns, I’ve used a recurring batch smart campaign that simply collects records from the last 24 hours, waits for a defined period, and then sends the email.

  • With this method, I can handle the first annual send (e.g., one year after lease start) without any problem.

  • Challenge: If a lease remains active for multiple years (say, 7 years), I’m unsure how to manage the subsequent annual sends.

    • I considered an Engagement Program to handle the cadence, but I’m not sure how to align the first cast with the exact anniversary date, or whether Engagement is the right fit.

I’d appreciate your thoughts on whether a recurring batch with smart logic could scale for multiple yearly sends, or if there’s a better alternative.

 

2. Historical Eligibility (Care About Past Dates)

In this scenario, I need to account for past lease start dates.

  • Example: A customer with a lease start of 22 Sept 2024 should receive emails on 22 Sept 2025, 22 Sept 2026, and so on—even if the program is set up later.

  • I’m looking for the best way to identify and send to these contacts each year on their anniversary, ensuring we don’t miss anyone because the program started after their first year.

 

Could you share your opinion on how best to handle each scenario?

 

Your feedback will help me choose the right method to move forward confidently.

 

Regards,

Akshat

5 REPLIES 5
SanfordWhiteman
Level 10 - Community Moderator

Hmm. Your schema really isn’t optimal for such a campaign.

 

Not a fan of anything that needs to extrapolate anniversaries from a Date/DateTime, as Marketo (outside of Velocity, that is) doesn’t have the ability to roll CO fields forward in time.

 

I would probably use a webhook-compatible service and a Person field Next Anniversary Date to assist with this. Every day, run everyone with an active Lease and with Next Anniversary Date that’s empty or in the past through the ’hook. The service uses the CRM API to get the value, roll it forward, and return the next anniversary to Marketo. (Note if you were using Marketo Custom Objects you wouldn’t need to call the CRM API, obviously.)

ashah123
Level 3

@SanfordWhiteman My apologies for the confusion. The opportunity-level data seems to be an out-of-the-box field rather than a custom object. Details below.

ashah123_0-1758628100347.png

Based on that, is there a way to handle this in Marketo without using a webhook?
If you have any related documentation or best-practice guides, that would be really helpful.

 

Also, considering that the maximum lease period might be around 5–6 years, would it make sense to set up an Engagement Program with six streams—each stream holding for a year after the last send—so the lead moves to the next stream annually?

 

If you have any other recommended approaches or suggestions, Please let me know

 

Regards,

Akshat

ashah123
Level 3

@SanfordWhiteman

Just a quick FYI: We do care about historical data. For example, if someone had a lease start date last September, we would like to send them an email this September and in subsequent years as well. It doesn’t need to be on an exact date—month-wise targeting would also work if feasible.

 

I’m fairly certain other clients have leveraged birthday or anniversary campaigns in the past. Do you know how they were able to achieve this? Any suggestions or feedback on handling this use case would be greatly appreciated.

 

Regards,

Akshat

Michael_Florin
Level 10

Yes, anniversary programs have been built by various people, but as far as I know - and that's how we did it too - they rely on a very specific feature of the wait step:

 

https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/core-marketo-concepts/smart-ca...

 

Michael_Florin_0-1758644601027.png

But you can't do that with a date field in a Custom Object or in the Opp object. This only works for date fields in the lead database. If you are able to transport your date from the object onto the lead database, you might probably be able to use this feature.

 

ashah123
Level 3

@Michael_Florin Do you know any other ways or approaches that can be leveraged ?

 

@SanfordWhiteman Do you have any insights on my previous message ?

 

Thanks guys for your response ..looking forward to your feedback

 

Really appreciate !!

 

Regards,

Akshat