All Collections
Selling on WarriorPlus
How to Use Tokens as Part of Delivery URL and Salespage URL
How to Use Tokens as Part of Delivery URL and Salespage URL
Updated over a week ago

You can add tokens to Delivery URL or Salespage URL.

URL Example:

http://your-domain.com/?oid=((offer_id))&sid=((sid))

Here are the available tokens that can be used for URLs and how they are used:

Delivery URL


((offer_id))

Offer ID in the format of 'ofr_[offercode]'.

Example: 'ofr_b655jd'


((offer_page_code))

Offer Page Code

Example: 'zdhtfr'


((product_id))

Product ID in the format of 'product_[listingcode]'.

Example: 'product_nbtf0v'


((product_name))

Product name.


((product_price))

Product price.


((sale_id))

Sale ID in the format of 'sale_[salecode]'

Example 'sale_dj0hmqc9'


((sale_amount))

Sale amount (after coupon is applied)


((recurring))

Recurring flag 'true' or 'false'.


((sid))

Button SubID


((hop_sid))

Hop SubID (vendor link)


((hop_tid))

Hop TrackID (vendor link)


((customer_id))

Customer ID in the format of 'cus_[personcode]'

Example 'cus_u98a3d3601e35408'


((customer_name))

Customer Name


((customer_email))

Customer Email


((affiliate_id))

Affiliate ID in the format of 'aff_[personcode]'

Example 'aff_u98a3d3601e35408'


((affiliate_username))

Affiliate Username


((affiliate_link_code))

Affiliate Link Code

Example 'ctbzq'

Frontend Salespage URL


((offer_id))

Offer ID in the format of 'ofr_[offercode]'.

Example: 'ofr_b655jd'.


((offer_page_code))

Offer Page Code

Example: 'zdhtfr'.


((hop_sid))

Hop SubID (vendor link)


((hop_tid))

Hop TrackID (vendor link)


((affiliate_id))

Affiliate ID in the format of 'aff_[personcode]'

Example 'aff_u98a3d3601e35408'


((affiliate_username))

Affiliate Username


((affiliate_link_code))

Affiliate Link Code

Example 'ctbzq'

Upsell/Downsell Salespage URL (in addition to above)


((product_id))

Product ID in the format of 'product_[listingcode]' (prev sale)

Example 'product_nbtf0v'


((product_name))

Product name (prev sale)


((product_price))

Product price (prev sale)


((sale_id))

Sale ID in the format of 'sale_[salecode]' (prev sale)

Example 'sale_dj0hmqc9'


((sale_amount))

Sale amount (after coupon is applied) (prev sale)


((recurring))

Recurring flag 'true' or 'false' (prev sale)


((sid))

Button SubID (prev sale)


((customer_id))

Customer ID in the format of 'cus_[personcode]' (prev sale)

Example 'cus_u98a3d3601e35408'


((customer_name))

Customer Name (prev sale)


((customer_email))

Customer Email (prev sale)

Did this answer your question?