Skip to content

Latest commit

 

History

History
 
 

website_sale_affiliate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
License: LGPL-3

Affiliate Program

This module allows for the creation of affiliates and the tracking of sales conversions generated by them.

Usage

To use this module, you must first create at least one affiliate (found in Sales/Affiliate Program).

Once an affiliate has been created, append one of the following to a compatible shop or product url (see below) to track the affiliate's conversions:

  • ?aff_ref=affiliate_id
  • ?aff_ref=affiliate_id&aff_key=custom_key

The "affiliate_id" is the ID displayed on the affiliate's record, e.g. "1".

The "custom_key" (optional) is a url-friendly string of your choice used to track a specific campaign, e.g. "anniversary_sale". Associated affiliate requests will be named after this key, if provided.

Example: /shop?aff_ref=1&aff_key=anniversary_sale

Compatible URLs

  • /shop
  • /shop/category/{category}
  • /shop/category/{category}/page/{page}
  • /shop/page/{page}
  • /shop/product/{product}
Try me on Runbot

Known issues / Roadmap

  • Evaluate usefulness of IP as a fallback affiliate request identifier

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.

Credits

Images

  • Odoo Community Association: Icon.

Contributors

Do not contact contributors directly about support or help with technical issues.

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.