Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Identify your URL structure

If you've used our Shopify Theme App or Malomo.js to create your tracking page, identify your base URL for your tracking page. Let's say you created your tracking page on a page your titled "Order Tracking"; if so, then your base URL might look like this: https://brand.com/pages/order-tracking.

If your tracking page was built by the Malomo implementation team and is currently hosted by Malomo, your URL structure will look like this: https://brand.mymalomo.com/xxxxx/.

Link to the Tracking Page in Klaviyo emails

If you send your Shipping Confirmation, Delivery, or other messages out of Klaviyo, you can reference the Tracking Page link from any event-driven flow. Build the link for the "Track My Package" button using your base URL and the Malomo Order ID variable:  

https://brand.mymalomo.com/xxxxx/?_m_id={{ order_id }}

You can also build the link using your base URL and the Shopify Order ID. Here’s an example:

https://brand.mymalomo.com/xxxxx/?_m_alt_id={{ event.extra.order.meta.shopify_order.id }}

  • No labels