Shopify Browse Abandon Notification

How to set up and send a browse abandon notification with automation for Shopify users

  1. Enable Shopify browse abandoned tracking by checking the box for it in the “Automated Shopify Tracking” section of website settings under the “Misc Settings” tab.

  2. Specify the number minutes the page should be idle before triggering the abandoned browse event. The default is 10 minutes.

    Screenshot 2024-11-13 at 4.06.38 PM

  3. Create a triggered campaign with the following settings for “Trigger”:
    1. “Event Category”: “Aimtell”
    2. “Event Action”: “Shopify-Page-Inactive"

      Screenshot 2024-11-13 at 4.15.53 PM
  4. When a push subscriber visits the Shopify site and abandons a product page, an event is triggered with the following data (note that if there is no product image, it will be omitted):
    "category": "Aimtell",
"category": "Aimtell",

"action": “Shopify-Page-Inactive”,

"label": <url of abandoned product page>,

"value": null,

"variables": {

  "icon": <product image>,

  "price": <price of first product variant>,

  "url": <url of abandoned product page,

  "title": <product title>

}


Screenshot 2024-11-14 at 4.18.59 PM

  5.   The event variables can be used in the contents of the push notification (fallback text is supported). The product icon will automatically be used if it is available.

Screenshot 2024-11-13 at 4.37.50 PM


  6.   The subscriber will receive a triggered notification when they abandon a product page.

Screenshot 2024-11-13 at 4.50.23 PM

 That's it! You have now set up automated triggered notifications to go out for a Browse Abandon event! Contact support@aimtell.com if you have any questions!