UTM Parameters & Cart Attributes
Cart Attributes & Note
Ability to add a cart attribute (or several) using a URL parameter(s) on the cart page
/cart?attributes[where-from]=came-from-newsletter-2013-02-14&attributes[some-other-key]=some-value
Ability to add a cart note using a URL parameter on the cart page
/cart?note=came-from-newsletter-2013-02-14
Ability to add a cart attribute (or several) using input fields on the cart page
- NOTE: Version 3.2.4 (updated on 2020/01/23) or later of the
subscription-cart-footer.liquid
file is required to use this feature. If you have an earlier version, please contact the ReCharge Support team to update this file to the latest version.
Link to Knowledge Base article
UTM Parameters
Ability to add UTM parameters from Shopify cookie to the cart attributes and following ReCharge records:
- Charge
- Customer
- Subscription
- NOTE: Version 3.2.4 (updated on 2020/01/23) or later of the
subscription-cart-footer.liquid
file is required to use this feature. If you have an earlier version please contact the ReCharge Support team to update this file to the latest version.
Link to Knowledge Base article
Cart Attributes on Checkout pages
Ability to access cart attributes and cart notes on all pages of the checkout using the
cart_json
object- Page 1 - Shipping information page
- Page 2 - Billing information page
- Page 3 - Thank you page
Link to Knowledge Base article
APISubscriptions API
- Added
utm_params
to the response object
Customers API
- Added
utm_params
to the response object
Charges API
- Added
utm_params
to the response object