> For the complete documentation index, see [llms.txt](https://docs.cookie3.com/cookie3-analytics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cookie3.com/cookie3-analytics/api/referral-systems/faq.md).

# FAQ

### FAQs

Here are answers to some frequently asked questions about the Cookie3 Referral System:

#### Q: How is referral attribution handled?

A: Cookie3 uses a last-non-direct-click attribution model. The most recent referrer gets credit for the conversion, with a 30-day attribution window by default. [Read more about it here.](/cookie3-analytics/features/conversion-events/how-our-attribution-works.md)

#### Q: What happens if a user comes through multiple referral links?

A: The first recent referral link takes precedence.

#### Q: How long are referrals tracked?

A: By default, referrals are tracked for 30 days.&#x20;

#### Q: Can I customize the referral link parameters?

A: Yes, you can use custom parameters beyond the standard `ref` and `utm_source`. Contact our support team for assistance in setting up custom parameters.

#### Q: How do I ensure my referral program complies with privacy regulations?

A: Cookie3 is designed with privacy in mind. Ensure you have proper consent mechanisms in place and clearly disclose your data collection practices in your privacy policy. [Read more about them here.](/cookie3-analytics/setup-your-site-or-app/setting-up-consent-management.md)

#### Q: Can I A/B test different referral rewards?

A: Yes, you can create multiple referral campaigns with different rewards and compare their performance using our analytics dashboard by setting up multiple [conversion events](/cookie3-analytics/features/conversion-events.md) and [filtering your leaderboard data by particular conversion event IDs](/cookie3-analytics/api/referral-systems/accessing-leaderboard-and-user-data.md).

#### Q: How often is the referral data updated?

A: Referral data is updated every 15 minutes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cookie3.com/cookie3-analytics/api/referral-systems/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
