Session Behavior Rules

  • New Customer: Show content if the customer is new or not. For example, display a banner only if it's a new customer.

  • Authenticated Customer: Show content if the customer is authenticated or not. For example, display a pop-up only if the customer has logged in.

  • # Pages Visited: Number of pages visited in the session. For example, show a recommendation widget if the customer visited more than 10 pages in the session.

  • # Products in Cart: Number of products in the cart. For example, display a banner if the customer has at least 2 products in their cart in this session.

  • Current URL: The current URL is as defined. For example, show a pop-up only if the current page where the customer is includes goshops.com.

  • Visited URL: The customer visited the configured URL in this session. For example, show a pop-up only if the customer in this session visited a page whose URL includes goshops.com.

  • Previous URL: The previous URL where the customer was in this session. For example, show a notification if the previous URL includes goshops.com.

  • First Page Visited URL: The first page visited contains the configured URL. For example, display a pop-up if the first page the customer saw in this session includes the URL goshops.com.

  • Products Viewed: Show content according to the products viewed in this session. For example, display a banner if the customer viewed at least 3 products with the color red in this session.

  • Products Added to Cart: Show content based on the products the customer added to the cart in this session. For example, display a banner if the customer added to the cart at least 2 products priced higher than $12,000 in the current session.

  • Products Added to Favorites: Show content based on the products the customer added to favorites in this session. For example, display recommendations if the customer added to favorites at least 3 products in the shoes category in the current session.

  • Products Purchased: Show content based on the customer's purchases in the current session. For example, display a notification with a coupon if the customer bought at least 2 products that were on sale.

  • Products Rated: Show content based on the product reviews made by the customer in the current session. For example, display a pop-up if the customer reviewed at least 2 products with a stock greater than 20.

  • Affinity: Show content based on the customer's affinity in the session. For example, request feedback on the new collection if the customer's affinity with the Collection category is in the top 5.

And many more rules are coming to cater to your needs. If you require a rule that is not yet available, feel free to reach out to us at info@goshops.com.

Last updated