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

# My Profile

The **My Profile** page contains all the essential information about your account. This section covers each tab available in the **Profile** page, explaining their purpose and how to configure them correctly.

## Profile Tab

![profile-tab](/files/ac7325219cda96920af3a43dcbd0a3c171310368)

The **Profile** tab is where you provide all the necessary information about yourself or your business. The data you include here will be used for your **publishing and advertising invoices**, as well as to **contact you** should there be any issues with your account.

{% hint style="info" %}
**Note**: the fields listed here must be completed in order to **verify your account** to run campaigns or to receive publisher earnings.
{% endhint %}

![profile-tab](/files/8747ff3761de419c71bdeda91efab2f58f625b89)

**For more details, visit:**

* **Advertisers**: [Setting Up an Advertiser Account](/advertisers/setting-up-advertiser-account.md)
* **Publishers**: [What do I need to get my earnings?](/publishers/payments/publisher-payments.md#the-payment-information-section)

### Important Note: VAT / Tax ID

* **For EU-based advertisers**: You must verify your **VAT number** before adding funds to your account.
* **For Spain-based publishers**: You are required to present a certificate from the **Censo de obligados tributarios** to receive payments. Please [contact our Compliance team](https://www.exoclick.com/contact/) in order to verify your data.
* **For non-EU-based accounts**: VAT is **not required**, but the field **cannot be left blank**. You can enter any **tax ID or business identification number** that you want to appear on your invoices.

### Communication Settings

In this section, you can manage your communication preferences, including:

* **Receive Email Notifications** – Stay updated with important account-related alerts.
* **Sign up for our Newsletter** – Get the latest news, offers, and updates from ExoClick.

### Security

![profile-tab](/files/3edcc92549c2339926001d6d1741020a014f8771)

The **Profile** tab also includes security settings where you can **change your password**.

### Two-Factor Authentication (2FA)

![2FA-tab](/files/fef4da7fe9e2fe2e3c3cde2775fab0139d159da6)

Two-Factor Authentication (2FA) adds an extra layer of security to your account by requiring a second verification step when logging in. We highly recommend enabling 2FA for increased security.

For more details, visit: [Enabling Two-Factor Authentication](#two-factor-authentication-2fa)

## Settings Tab

![settings-tab](/files/e30ead0f9ae76a08e88bb486241e9c5d0ec81c5d)

{% hint style="info" %}
**Note**: These settings apply only to advertisers.
{% endhint %}

### Global Daily Budget

Set a **daily budget** for your advertising campaigns. You can choose any amount between **$50 and $200,000** to control your spending.

Once your **Global Daily Budget** is reached, all your **active campaigns will automatically pause** until the next day when the budget resets. This ensures that you do not exceed your planned spending.

### Balance Email Alert

Receive an **email notification** when your account balance drops below a certain amount. You can set this threshold anywhere between **$100 and $100,000** to stay informed and ensure your campaigns keep running smoothly.

## Payment Settings Tab

![payment-settings-tab](/files/7314a773d039c16fbaad92e19e0cbb1f9efcfc54)

{% hint style="info" %}
**Note**: These settings apply only to publishers.
{% endhint %}

### Payment Type

By default, **no payment method** is selected. Publishers must choose their **preferred payment method** to receive payouts.

### Minimum Payout & Payment Frequency

* Set your **minimum payout amount**, which can range from **$20 to $20,000**.
* Choose how often you receive payments: **Weekly or Monthly**.

For more details, visit: [Payment Options & Timescales](/publishers/payments.md)

## Blacklists Tab

![Blacklists-tab](/files/177f87743cb880cdc4f23d7756202e7de40d32ec)

The **Blacklists** tab allows you to **search for specific sites** and add them to your blacklist. You can **search by site name or site ID** to find the sites you want to block.

### How is this different from site blocking in campaigns?

* **Campaign-level blocking** only applies to a **single campaign**, meaning the blocked sites will still be able to send traffic to your other campaigns.
* The **Blacklists tab**, however, allows you to create a **global blacklist** that applies across **all your campaigns**. Any sites added here will be completely blocked from delivering traffic to you, regardless of the campaign.

If you want to **target blacklisted sites again** in the future, you can update your blacklist and remove them at any time.

For more details, visit: [Blacklisted Sites](/advertisers/campaigns/creating-a-campaign/create-campaign-step5.md)

## API Tokens Tab

![API-tab](/files/b290a9650cafec5fd415da7de33d1e0ec2cb7228)

The **API Tokens** tab displays all the **API tokens** you have created. For each token, you can see:

* **Status** – Indicates whether the token is active or inactive.
* **Date of Creation** – Shows when the token was generated.
* **Token** – The unique key used to access **ExoClick’s API**.

Use these tokens to integrate with [ExoClick’s API](broken://spaces/8NjyLDBAmO9fktn8uFhA/pages/a8ebd33f269f5c5fec5ad7d23088551c7ab6a440).

## Notifications Tab

![notifications-tab](/files/7a350d3b0437a0f1458a8a02ca5e78da7fd3bc16)

The **Notifications** tab stores all your **notifications from the last 90 days**. After this period, notifications are **automatically deleted** and will no longer be available.

For more details, visit: [Notifications](#notifications-tab)


---

# 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://docs.exoclick.com/exoclick-docs/my-profile.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.
