> For the complete documentation index, see [llms.txt](https://support.hugoffers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hugoffers.com/hugoffers-reference-guide/baisc/starting-an-ad-network-guide.md).

# Add New Advertiser

#### **Step 1: Create an Advertiser**

1. Navigate to **Home > Advertisers > Add**.
2. Fill in basic information:
   * **Email**: Login account for the advertiser platform.
   * **Password**: Login password for the advertiser platform.

![Advertiser Account Details](/files/-LstmXOgiUh8p8ovavHQ)

**Account Details：**

The first part is the basic information of the advertiser. The Email Address here is the login system account of the advertiser platform that we developed later. The password is the password of the advertiser to log in to the advertiser platform. The saved information can be modified at any time.

The Administrator here refers to who is the administrator who manages this advertiser (optional Ad Manager)

![Advertiser Account Manager](/files/-LstmvXMPJz_G6zkl9pt)

**Mail List：**&#x59;ou can fill in multiple mailboxes for each option, separated by commas, you can send a mail list when mail settings.

**Adv Labels：**&#x53;et a label for the advertiser, which can be used in Rules-Group Permission.

![Adv Labels and Mail List](/files/-Lstn5pjcSPA4rdmAH85)

#### **Step 2: Configure Tracking Format**

1. **Parameter Replacement**:
   * Obtain the advertiser's tracking format/documentation.
   * Replace parameters with [HugOffers system equivalents](https://www.yuque.com/hugoffers/support/parameters-for-integration).
   * Example:
     * Advertiser format: \&adv\_click\_id={click\_id}\&pub\_id={aff\_pub}

![Advertiser tracking format](/files/-Lsp9L0oq29UHwM0Jc1j)

**Postback：**&#x57;ill be automatically generated when you finish tracking format setting.And you can give it to Advertiser,It will be like **<http://test.hopb0.com/notify/{adv\\_id}/?click\\_id={advertiser> click id}**

![Advertiser Postback ](/files/-LspCIG_5x2khUL4ioIm)

#### **Step 3: Manage Advertiser Operations**

1. **Operate Options**:
   * **Report**: View advertiser performance reports.
   * **Modify**: Update advertiser details.
   * **Offers**: Access all offers under this advertiser.
   * **Account Block**: Disable advertiser login.
   * **Offer Block**: Disable all offers for this advertiser.
   * **Reset Password**: Reset the advertiser's password.

![Operate](/files/-LstoNGlJjG7jodWmAYb)

Note: If you click “Account Block” on the Advertiser interface, the HugOffers system will automatically set the corresponding API status to Inactive.


---

# 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, and the optional `goal` query parameter:

```
GET https://support.hugoffers.com/hugoffers-reference-guide/baisc/starting-an-ad-network-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
