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

# Linkvertise

{% hint style="info" %}
**Create Linkvertise Account**

Visit [linkvertise.com](https://publisher.linkvertise.com/) and create a new account.

Complete the verification process and set up your profile.
{% endhint %}

***

{% stepper %}
{% step %}
**Get API Credentials**

Navigate to your Linkvertise dashboard and find the Full Script API section.

Copy your publisher id out of the html tag

[Full Script API](https://publisher.linkvertise.com/dashboard#dynamic)

<figure><img src="/files/0SjHhtGngykzMLjMKalg" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Your publisher id can be found in the script tag (e.g. `<script src="https://publisher.linkvertise.com/cdn/linkvertise.js"></script><script>linkvertise(`**`123456`**`, {whitelist: [], blacklist: [""]});</script>`)
{% endhint %}
{% endstep %}

{% step %}
**Get Anti-Bypass Token**

Navigate to your Linkvertise dashboard and find the Settings section.

Check "Anti-Bypassing" and copy the token

<figure><img src="https://junkie-development.de/docsapp/images/linkvertise-anti-bypass.png" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Your anti-bypass token can be found in the Settings section [Settings-Page](https://publisher.linkvertise.com/dashboard#account)
{% endhint %}
{% endstep %}
{% endstepper %}
