# Đối tác Affiliate

### Affiliate Tracking URL Parameter <a href="#id-1-affiliate-tracking-url-parameter" id="id-1-affiliate-tracking-url-parameter"></a>

```
URL: ?utm_source=[Source]&aff_sid=[ID]
```

Dựa vào source để biết booking đến từ nguồn nào / khách hàng nào

<details>

<summary>Parameters</summary>

* utm\_source `query` (String, Optional)

  Nguồn tiếp thị đến từ đâu
* aff\_sid `query` (String, Optional)

  ID khách hàng có trên hệ thống

</details>

<details>

<summary>Example</summary>

```
https://www.gotadi.com/?utm_source=ZALO&aff_sid=Gotadi_User_2021
```

</details>


---

# Agent Instructions: 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://developer.gotadi.com/vietnamese/doi-tac-affiliate.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.
