Smart Strategies

Smart Strategies is a legacy series automation tool, and is only available to customers integrated prior to March 2017. Lifecycle Optimizer is the premier tool for marketing automation.
Smart Strategies leverage triggers and the API within a simple interface that allows you to effectively manage the customer lifetime journey. Build email and event tactics that automatically guide your users to the intended action.

Using Smart Strategies

Smart Strategies can be used only for triggered email, not campaigns, since they are triggers based off triggered message templates.

At this time, all of the default options (purchase, email send, email open, email click) must occur off a template. For example, if a user makes a purchase onsite but did not click in an email, that purchase will not trigger the Tactic flow, since it didn't come from a template.

AB Testing is currently not supported with Smart Strategies.

To create a custom smart strategy that is not dependent on a template, an API call must be manually posted to the Event API to trigger that Tactic, for that specific user. For example, an onsite signup would require a separate Event API call.

Tactic Basics

A tactic is the automated flow that is set up in the Smart Strategies interface that guides a user to an end goal. A tactic contains:

  • a starting event
  • a wait time after the event (optional)
  • criteria parameters
  • a follow-up action

Set up a Tactic

Navigate to the Messaging tab within the platform, and select Smart Strategies.

  1. Click the Create New Tactic button to create a new tactic.
  2. Select the starting Event from the list below. This is the action that must occur to start the flow that follows.30_02_06 Smart Strategies-Choose start event

    If you select Custom Event, you'll need to fill out the Display Name of the Custom Event in the pop-up window:

    31_02_06 Smart Strategies-Display Name Custom Event

    Make note of the Code name, as this will need to be used to trigger the Custom Event via API after you've finished setting up the Tactic.

  3. Wait Time (Optional) - After the event (e.g. purchase or email click) occurs, then the criteria parameters are checked against. Before the criteria is checked, you can set a wait time or check the criteria immediately after the event by selecting No wait time. For example, a purchase is made. Then wait 2 days before checking if the user or event matches the criteria for the follow-up action.

Criteria

There are different types of Criteria, depending on what starting Event is selected. For example, you can set Criteria against the "Message", "User" or "Tracking." For Custom Events, please see the Custom Event Criteria section below.
  1. All platform default events require that you set Criteria on the Message.
    32_02_06 Smart Strategies-Message
    1. First select the template name.
      33_02_06 Smart Strategies-Purchase confirmation
    2. Next, select additional criteria on the message (optional). If you selected Email Click as your starting event, this allows you to specify a time range for that event i.e. click_time is before 1 day ago.
      34_02_06 Smart Strategies-Addtl Criteria on Message

      This optional criteria must not conflict with the Wait Time, otherwise it may cause your follow-up action not to fire.
  2. Select other Criteria, such as User or Tracking (optional).
    35_02_06 Smart Strategies-User
    User allows you to select two types of Existing Fields: profile parameters OR variables. User criteria is also available on Custom Events.
    • Profile parameters are set by the platform and cannot be modified. They include:
      36_02_06 Smart Strategies-Profile parameters
      Please see the Profile Object for the Accepted Values for each of these Profile parameters. You may use only the Accepted Values. Otherwise your tactic will not fire.  For example, optout allows blast, basic or all. 

In the image below:

      • is before means "previous to"
      • is after means "more recently than"

For example: "signup_time is before 30 days ago" means that the user signed up more than 30 days ago.

37_02_06 Smart Strategies-sign up time

Variables must be set with these steps:

      • Click the Custom Var dropdown.
      • Enter the variable name into the Name field i.e. VIP_status.
      • Select the data type under Type. Options include: string, numeric, price, date or boolean (true or false).
      • Click Add New Var. This will add your new variable to the Profile parameters dropdown Existing Fields.
        38_02_06 Smart Strategies-Custom Var name and type
      • Select your new var from the dropdown.

Variables must match exactly for the tactic to be executed. This includes field value AND type. If you wish to edit an existing variable's name or type, please click the Pencil icon.

39_02_06 Smart Strategies-match var name-type TIP

Tracking is used for "did not" or lack of action. For example, when a user does not click an email.

Use Tracking when starting with the Email Send event. This is not available on a Custom Event.

40_02_06 Smart Strategies-tracking options

Custom Event Criteria

Custom Events have the additional Criteria of an Event Var. An Event Var is not set on the user. It is set on the event.

This only needs to be configured if Custom Event was selected as the triggering Condition.

Action

  1. Now that the Criteria has been set, select the actions that will occur when these conditions are met. Options include: send an email, set vars on the user, or add the user to a list. Or all three.41_02_06 Smart Strategies-Set Action
  2. Select menu items on the left to Send, Modify Vars and Modify List.
      • Send - Select the template for the triggered email that will be sent. By default, the email will be sent immediately when the criteria is met. Alternatively, you can set the message to send at specific time on a future date (or on the current date). Select Wait to send, choose a number of days after the criteria are met, and select a time.
        42_02_06 Smart Strategies-Acton Wait to Send
      • Modify Vars - Set or remove a var on the user. You can select a var you previously created in Smart Strategies, or click Add New Var and follow step 5 above to set a new variable.
      • Modify List - From the left drop-down, select a list that the user will join when all criteria is met. (When the list is selected, you can optionally select additional lists from the drop-down.) Or, from the right drop-down, select one or more lists from which the user should be removed.

Activate

  1. Click the icon at the top to name your tactic.
    43_02_06 Smart Strategies-Name tactic
  2. Code before you click Finish Tactic to make your Smart Strategy live.
    44_02_06 Smart Strategies-Finish tactic

If you had selected Custom Event as your Condition, you'll need to make an API call to the event function, whenever you want to trigger that Custom Event and run the Tactic for each user. For example, let's trigger a Custom Event with the Code name "New_signup" for the user with the e-mail address "hello@example.com". You'll need to specify two parameters to make this API call:

<span class="c2">event and id apiPost("event", { event : "New_signup", id : "hello@example.com" })</span>

Pausing or Deleting a Smart Strategy

If your Smart Strategy is no longer active, you can either Pause, Copy or b the Smart Strategy. To view these options, hover over the Smart Strategy you want to change.

45_02_06 Smart Strategies-Hover Pause Delete

      • To Pause the tactic, click the Pause icon to the right of a tactic. Pausing the tactic revert the tactic to draft status and your tactic will not be executed. To make the tactic activate again, you will need to enter the workflow and update the tactic from the Finish section.
      • To Copy the tactic, click the Copy icon to the right of the tactic. Once you've copied the tactic, you can rename and edit the copy.
      • To Delete the tactic, click the Trashcan icon to the right of a tactic. Deleting the tactic will remove the tactic completely and it will no longer be executed. If there are any active scheduled Triggers for the tactic, you will be prompted to confirm if you want to delete the scheduled Triggers as well. Clicking Cancel will delete the tactic, but not the scheduled Triggers; clicking OK will delete both the tactic and scheduled Triggers
        46_02_06 Smart Strategies-Confirm tactic delete

Contact us

Top