WebJaguar Help Center

What Are You Looking For?

What is the convention for links with tracking code?

To add tracking codes (track code) to your link conventions, add the following suffix to your url:

?trackcode=AddYourCustomCodeHere 
?tc= AddYourCustomCodeHere

 

For example:

A link pointing to the home page with a track code “campaign" added to it:

  • https://www.webjaguar.com/home.jhtm?trackcode=campaign
  • https://www.webjaguar.com/home.jhtm?tc=campaign

A link pointing to a category with a track code “campaign" added to it:

  • https://www.webjaguar.com/category.jhtm?cid=___&trackcode=campaign
  • https://www.webjaguar.com/category.jhtm?cid=___&tc=campaign

A link pointing to a product page with track code “campaign” added to it:

  • https://www.webjaguar.com/product.jhtm?id=___&trackcode=campaign
  • https://www.webjaguar.com/product.jhtm?id=___&tc=campaign
  • https://www.webjaguar.com/product.jhtm?sku=___&trackcode=campaign
  • https://www.webjaguar.com/product.jhtm?sku=___&tc=campaign

 

 

Note!
Replace the underline_____ with the correct category id or product id or SKU. You can also put #trackcode# on any Category HTML Code. This will be replaced dynamically by the current trackcode if present.

 

Below, this is useful for hidden fields on forms.

<input type="hidden" name="trackcode" value="#trackcode#">





Was this article helpful ?

Yes No