Start building loyal communities with targeted, gated offers.
The OSM visibility toolkit lets you control exactly when and where your offers are displayed to shoppers. There are six fundamental types of visibility rules.
Path
Input plain text to match the path (https://secure.gocertify.me/ this/is/the/path
) you want to show/hide the OSM. Use regex for more complex rules. If you add multiple paths
within one rule, the offer will be displayed if the shopper navigates to any of the paths (i.e path1 OR path2).
Date
Select a start and end date for when the offer should be displayed.
Time
Select a start and end time for when the offer should be displayed. This will be recurring on every day of the week.
Price
Select a minimum/maximum/exact price for when the offer should be displayed.
Dwell Time
Display the offer based on how long the shopper has spent on the page.
Script
Display this placement based on data from your DataLayer or any other source that can be accessed via JavaScript.
You can add multiple rules to a placement to combine these rules to match your campaign objectives. All rules need to be met for the offer to be displayed.
Only show on staging
Set a path rule for path
contains
?my_oms_test=true
. Manually add this query to the end of the URL in staging
Only show on certain products
Create a path rule for path
contains
category/product
. Placement will only show when for items within that category.
Don't show on sale items
Create a path rule for path
does not contain
sale
or discount
.
Alternatively leverage the CSS selector to anchor inline placements to an element that only shows on non-sale products.
Start building loyal communities with targeted, gated offers.
The OSM visibility toolkit lets you control exactly when and where your offers are displayed to shoppers. There are six fundamental types of visibility rules.
Path
Input plain text to match the path (https://secure.gocertify.me/ this/is/the/path
) you want to show/hide the OSM. Use regex for more complex rules. If you add multiple paths
within one rule, the offer will be displayed if the shopper navigates to any of the paths (i.e path1 OR path2).
Date
Select a start and end date for when the offer should be displayed.
Time
Select a start and end time for when the offer should be displayed. This will be recurring on every day of the week.
Price
Select a minimum/maximum/exact price for when the offer should be displayed.
Dwell Time
Display the offer based on how long the shopper has spent on the page.
Script
Display this placement based on data from your DataLayer or any other source that can be accessed via JavaScript.
You can add multiple rules to a placement to combine these rules to match your campaign objectives. All rules need to be met for the offer to be displayed.
Only show on staging
Set a path rule for path
contains
?my_oms_test=true
. Manually add this query to the end of the URL in staging
Only show on certain products
Create a path rule for path
contains
category/product
. Placement will only show when for items within that category.
Don't show on sale items
Create a path rule for path
does not contain
sale
or discount
.
Alternatively leverage the CSS selector to anchor inline placements to an element that only shows on non-sale products.