...
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://yourbrand.mymalomo.com/xxxxx/
.
Set your Default Tracking Page URL
Our integrations use the Default Tracking Page URL set in the Malomo Dashboard to share your live tracking page with your customer. To set this page, go to Malomo > Account > Overviewandlook for the Default Tracking Page URL section. If this section is blank, please add in the full URL of your live tracking page. If you have multiple live tracking pages, please select the page you would like to assign as the default tracking experience.
To learn more about setting or reviewing your default tracking page, check out this article.
Link to the Tracking Page in Shopify notifications
...
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={{ event.extra.order.id }}
url }}
variable. This will automatically pull in the the customer's dynamic tracking page, based on your Default Tracking Page URL. Check out this article for additional options.
Link to the Tracking Page in Attentive
To link customers to your tracking page in Attentive Journeys, build your tracking URL with the link for the "Track My Package" button using the {order
_id} property, such as this: www.brandname.mymalomo.com/xxxxx/?_m_id={order_id}
.url}
variable. This will automatically pull in the the customer's dynamic tracking page, based on your Default Tracking Page URL. Check out this article for additional options.
Link to the Tracking Page in Postscript
To link customers to your tracking page in Postscript Automations, build your tracking URL with the link for the "Track My Package" button using the {
{order
_id}} tag, such as this: www.brandname.mymalomo.com/xxxxx/?_m_id={order_id}
.url}
variable. This will automatically pull in the the customer's dynamic tracking page, based on your Default Tracking Page URL. Check out this article for additional options.