SOLVED

How can I build a dynamic Upsell Program?

Go to solution
Ronn_Burner
Level 4

What is the best way to build a dynamic Upsell Program?

The Keys are 1. Program Re-Entry (or Loop) every 30 days after subscribing to a product (successful upsell conversion) and 2. Dynamic Segmentation to ensure they receive the version of the email that applies to them. Obviously this would require an exit condition or transition for when the Data Value Change does in fact convert from Product 1 Subscribed = FALSE to Product 1 Subscribed = TRUE. *These are boolean custom fields I created since I'm dealing with a custom CRM where custom objects cannot be used in Segmentation.

 

I'd like to set it up so a LEAD will not receive the 3 Upsell emails until 30 days after purchasing the previous product. And then every 30 days re-enter to be upsold.

 

I have 8 Products which is how the segmentation is constructed. The segmentation is built out in a product hierarchy sequence with the logic being:

 

01 Does Not Have Product 1                ---> then Send 3 email sequence promoting Product 1

02 Does Not Have Product 2                ---> BUT has Product 1  ---> then Send 3 Email sequence promoting Product 2

      ... and so on and so forth for 03 through 08.

In this thread How can I "allow" a lead to re-enter the same Engagement Program every x number of days? with tremendous help from Jay Jiang‌ and others I was able to solve a similar issue with a dynamic never-ending Re-Engagement (Canceled Clients) program loop.

  1. Batch #1: date stamps Account Cancelled Date and calculates the nurture start date
  2. Batch #2: on nurture start date, add to list "nurture list"
  3. Smart Campaign A: trigger: Added to List is "nurture List" | flow: Send Email and wait sequence with last step Add to List "nurture list" (which is another way of creating a loop)
  4. Smart Campaign B: "Remover" trigger campaign that listens for when a lead should be removed from flow of Smart Campaign A and (optionally) removed from list "nurture list"

Will this "Loop" method also work with an Upsell Campaign meeting all the same conditions as the Canceled Program while utilizing snippets (segmentation)?

 

I think one option around the 'Re-Entering' a stream/program issue would be to run it once then every 30 days just clone it and re-batch and run it again as a new program. I think there is a smarter way to do it than that.

 

I'm sure I'm leaving out details but I don't want make this too confusing. Hopefully you get the idea. Thanks!

1 ACCEPTED SOLUTION
Jay_Jiang
Level 10

I would replace engagement programs with default (brown folder) programs then.

In your single smart campaign that has "add to engagement program" choices, replace the choices with "Add to list" choices

Each default program replacing the engagement programs will need it's own static list, and an additional trigger campaign listening for "Add to list" (refer to above) with the sending flow logic

The exit smart campaigns for each program can be simplified and reduced by 1 smart campaign. Because you won't need to check for content exhausted with a filter, you can directly include the "Add to List = 01 Ascension List (up-sell).Nurture List (up-sell)" at the end of the sending flow logic

The remaining exit smart campaign needs smart list: check if product of the current nurture is changed to subscribed and flow: 1) "remove from flow" of the sending flow smart campaign (instead of "change cadence = paused") and 2) "Add to List = 01 Ascension List (up-sell).Nurture List (up-sell)"

finally, to actually repeat everything all over again, create 1 more single batch campaign that checks for ALL 8 product X nurture completed = true, and flow to change data value for all (8 change data value steps) back to false. These leads will then qualify for the entry batch campaign again

View solution in original post

12 REPLIES 12