# Referral links Partners can create referral links to send their own customers to [musement.com](https://www.musement.com/). Bookings made through the referral links will be associated with the partner's account. ## Creating a referral link 1. Search [musement.com](https://www.musement.com/) for the page where you want to send customers. 2. Copy the page URL. 3. Remove all query parameters (if any): Before: ``` https://www.musement.com/us/milan/leonardo-s-last-supper-v/?example=yes ``` After: ``` https://www.musement.com/us/milan/leonardo-s-last-supper-v/ ``` 4. Add your assigned partner ID as the `aid` query parameter value: ``` https://www.musement.com/us/milan/leonardo-s-last-supper-v/?aid=partnerId ``` Do not forget the question mark (`?`). ## Tracking sales channels You can track bookings for specific sales channels or campaigns using a Channel ID (CID). Use the `cid` query parameter to send the name of your sales channel. We'll save a record of any purchases made through the referral link. In the example below, we are using the "Testing" sales channel: ``` https://www.musement.com/us/milan/leonardo-s-last-supper-v/?aid=partnerId&cid=Testing ``` Remember to separate query parameters with an ampersand (`&`). Partners can review a record of purchases made through their sales channels in the **Orders report** of the *partner hub*, specifically in the **Orders** tab under the column **Affiliate channel**.