# Connect & Verify a Website

Connect your website to impact.com so that brands can see where you promote to your audience. You'll also need to verify your ownership of the website.

#### **Why websites need to be verified**

Verifying your ownership of a website is crucial to:

* Ensure brand promotions on your properties are properly attributed.
* Protect against malicious users claiming credit for your promotions.
* Meet impact.com's [payment requirements](/partner/what-would-you-like-to-learn-about/platform-features/finance/payment-requirements-explained-for-partners.md) and ensure seamless future payouts.

#### Connect a website

1. From the top navigation bar, select ![](/files/8O71ZiinbSXuq2NVrK7k) **\[User profile] → Settings**. &#x20;
2. Under the *Profile* section, select [**Media Properties**](http://app.impact.com/secure/mediapartner/fr/mediakit/promotional-channels.ihtml).
3. On the *Promotional Channels* screen, under *Add new channels*, select **Website**.
4. In the slide-out, enter your website **URL**.
5. Select one of the following methods to verify your website ownership.
   * If you successfully implement 1 of these verification methods, your website should be verified instantly.

<details>

<summary>Provide email address</summary>

Select this method if the email address you provided during account signup matches the domain of the website you want to verify.

{% hint style="info" %}
**Example:** Your email address is dinahsoares@**stark-industries.com** and the website URL you provided is **[www.stark-industries.com](http://www.stark-industries.com)**. Because the domains are the same, the system will instantly verify your website.
{% endhint %}

</details>

<details>

<summary>Paste meta tag code</summary>

This code snippet is used to verify your media property so it can be approved and tracked within impact.com. It doesn't affect how your site looks or behaves.

1. **Copy** the provided code snippet and add it to your website's homepage HTML, inside the `<head>` section.&#x20;
   * Place it at the top, before any other `<meta>` tags. E.g.:

```
<head>
  <!-- Paste the snippet here -->
  
  <!-- Other meta tags continue here -->
  <meta ...>
</head>
```

2. Select **Add Website**.

</details>

<details>

<summary>Paste tracking script code</summary>

This code snippet is impact.com's *Publisher Tag*, and apart from verifying your media properties, it can automatically turn regular links on your site into impact.com partner links. [Learn more](/partner/what-would-you-like-to-learn-about/platform-features/tracking/tracking-links/create-and-manage-links/publisher-tag-implementation-for-partners.md).

1. **Copy** the provided code snippet and add it to your website's homepage HTML, inside the `<head>` section.&#x20;
   * Place it at the top, before any other `<script>` tags. E.g.:

```
<head>
  <!-- Paste the snippet here -->
  
  <!-- Other script tags continue here -->
  <script ...>
</head>
```

2. Select **Add Website**.

</details>

<details>

<summary>Edit content</summary>

Use this method if you want a no-code option.

1. Copy the provided text snippet and paste it anywhere in the page content of your site, e.g., in a paragraph or footer of your homepage.
2. Select **Add Website**.

</details>

{% hint style="warning" icon="triangle-exclamation" %}
**Having trouble verifying your website?** If you’re unable to verify via one of the above methods, [contact support](https://app.impact.com/support/portal.ihtml) leaving a detailed message explaining what process you were following and how we can verify that you own the media property. When impact.com needs to perform the verification on your behalf, the waiting time is generally 3-5 business days.
{% endhint %}


---

# 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://help.impact.com/partner/what-would-you-like-to-learn-about/account-management/account-settings/connect-media-properties/connect-and-verify-a-website.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.
