# 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](https://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/finance/payment-requirements-explained-for-partners) and ensure seamless future payouts.

#### Connect a website

1. From the top navigation bar, select ![](https://347878556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2Fgit-blob-1183576591b45997efe4dc81a25024640591d02a%2F245137dc972a7a7f6165b59538fcdbac8fd5bd8fee4ba9f20c1a2982c5b58b57.svg?alt=media) **\[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](https://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/tracking/tracking-links/create-and-manage-links/publisher-tag-implementation-for-partners).

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 %}
