URL Parameters¶
Target Audience: Developers
Overview¶
The following URL parameters can be appended to the Tulo Shop URL to pre-set values and control behavior. Some of these URL's are also included in the emails that are sent to the customer (and their respective email templates).
Example:
https://your-shop.tulo.com/?accountOrigin=newspaper&merchantReference=my-merchant-ref
Parameters¶
| Parameter | Description |
|---|---|
accountOrigin |
Origin identifier for the account. |
returnUrl |
URL to redirect the user to after a completed purchase. Also accepts return_url. |
backUrl |
URL to redirect the user to when navigating back/cancelling. |
articleId |
Article identifier, used to link the purchase to a specific article. |
source |
Source identifier for tracking where the user came from. Also accepts traffic_source. |
merchant_reference |
External reference passed through to the payment provider. Also accepts reference or ref. |
pid |
Paywall identifier, used when the shop is opened from a Tulo Paywall. |
utm_source |
UTM source parameter for analytics tracking. |
utm_medium |
UTM medium parameter for analytics tracking. |
utm_campaign |
UTM campaign parameter for analytics tracking. |
utm_content |
UTM content parameter for analytics tracking. |