Skip to main content

How to Use Tokens for My Sales and Delivery Pages

Personalize Your Delivery and Sales Pages with Tokens Sent from WarriorPlus

Welcome to WarriorPlus.

You may want to send custom information to your sales pages or delivery pages, such as product details, customer information, or affiliate data. This may seem daunting, but we are here to make it easier for you.

How Are Tokens Used?

Tokens are sent from the system to the pages you wish to use them on. They are sent directly in the URL of your page and are extracted using the GET method. The general structure of the link will be in this format:

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

(You can add as many Tokens as needed at the end of the URL.)

You will need to create a script within the page where you want to use the Tokens to extract them and utilize them as needed. For example, your delivery page could display something like “Welcome, <customer name>.”

While similar, this is different from the IPN variables sent. You can find more information about IPN variables by clicking here.

Tokens Used on the Delivery Page

Item

Information Type

Description

1

((offer_id))

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

Example: 'ofr_1a2b3c'

2

((offer_page_code))

Offer Page Code (the WarriorPlus Code for your offer)

Example: ‘abcde’

3

((product_id))

Product ID in the format of 'product_[listingcode]'. (the WarriorPlus code for your product)

Example: 'product_z0y9x8'

4

((product_name))

The product name as listed in WarriorPlus

5

((product_price))

The price of your product

6

((sale_id))

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

Example 'sale_XXXXXXXX'

7

((sale_amount))

Price paid after coupons have been applied

8

((recurring))

True or False if the product is a recurring product

9

((sid))

Button SubID

10

((hop_sid))

Hop SubID from vendor’s tracking link

11

((hop_tid))

Hop TrackingID from vendor’s tracking link

12

((customer_id))

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

Example 'cus_u98a3d3601e35408'

13

((customer_name))

Customer name

14

((customer_email))

Customer email address

15

((affiliate_id))

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

Example 'cus_u98a3d3601e35408'

16

((affiliate_username))

Affiliate’s username

17

((affiliate_link_code))

Affiliate’s link code

Example 'ctbzq'

Tokens Used on the Front End Sales Page

Item

Information Type

Description

1

((offer_id))

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

Example: 'ofr_1a2b3c'

2

((offer_page_code))

Offer Page Code (the WarriorPlus Code for your offer)

Example: ‘abcde’

3

((hop_sid))

Hop SubID from vendor’s tracking link

4

((hop_tid))

Hop TrackingID from vendor’s tracking link

5

((affiliate_id))

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

Example 'cus_u98a3d3601e35408'

6

((affiliate_username))

Affiliate’s username

7

((affiliate_link_code))

Affiliate’s link code

Example 'ctbzq'

Tokens Used in Upsell/Downsell Salespage URL

In addition to the “Front End” tokens, the following are available for the Upsell and Downsell pages in your offer

Please Note: all of these Tokens are forwarded from the previous sale made

Item

Information Type

Description

1

((product_id))

Product ID in the format of 'product_[listingcode]'. (the WarriorPlus code for your product)

Example: 'product_z0y9x8'

2

((product_name))

The product name as listed in WarriorPlus

3

((product_price))

The price of your product

4

((sale_id))

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

Example 'sale_XXXXXXXX'

5

((sale_amount))

Price paid after coupons have been applied

6

((recurring))

True or False if the product is a recurring product

7

((sid))

Button SubID

8

((hop_sid))

Hop SubID from vendor’s tracking link

9

((hop_tid))

Hop TrackingID from vendor’s tracking link

10

((customer_id))

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

Example 'cus_u98a3d3601e35408'

11

((customer_name))

Customer name

12

((customer_email))

Customer email address


If you have any further questions, please don’t hesitate to reach out — our support team will respond promptly. We also invite you to join our Facebook community by clicking here.

Finally, on behalf of the entire WarriorPlus team, welcome to the family.

Did this answer your question?