> 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/tutorials/tutorials/publishers-tutorials/how-ensure-popunders-fit-rules-abusive-experiences.md).

# Popunder: How to ensure your Popunders fit in with the rules of abusive ad experiences

This blog post will show you how to ensure that the Popunders you display on your website fit in with the rules of abusive ad experiences with our new script. Additionally, the new script of **Inline popunder** code ensures that your Popunders will be shown even if the end user is using an adblocker to further increase your revenues. The updated code should be added within the tags on your website.

## New Popunder options

Both of these new options ensure that the Popunder ad is forced to be displayed as a Pop-Up. Please note both new features are disabled by default:

*Force Pop-Up* - Select this option to force the ad to trigger as a Pop-Up on all browsers, including Chrome at all times.

*Fallback Pop-Up* - Select this option to force the ad to trigger as a Pop-Up ONLY on Chrome at all times. This option will not work on other browsers.

## Tutorial

{% stepper %}
{% step %}

### Step 1

Select the Fallback to Pop-Up option and toggle the button on.

<figure><img src="/files/3IILnKgg8MV4mbpIlN2M" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 2

Under Trigger Method select the ‘Click on a specific class’ option. This ensures that the ad will only triggers when a user clicks on an image on the site and not on any blank space, this is one of the rules regarding popunders.

<figure><img src="/files/K2lFCdUvlTbnZxBCF5hw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 3

In the Trigger Class field add a class name that you will use in your script and also in your web page to make the pop trigger. (“test” on this example)

<figure><img src="/files/loI5TyjldILqKcWGxvAw" alt=""><figcaption></figcaption></figure>

With this option the publisher can define the popunder to only work when a user clicks on an image. In the page HTML the structure of the class set up should look like this:

<figure><img src="/files/uvkDJtTikU7JTwCgxNPl" alt=""><figcaption></figcaption></figure>

Where the link tag \\\<a> includes the class “test” and contains an \\\<img /> tag.

This will make the pop trigger on these specific elements but not in other section of the page such as white spaces, other text links, etc.

***

**Note**: In the event, the name of the class contains a space ie. "thumb nail" the system won't accept it. There can be no space in the name of the class and the publisher should be advised to rename it (to "thumb" a suggestion). Dashes (“-”) are accepted, eg: "thumb-nail".

Additionally, remember that multiple classes are allowed as long as are set separated by commas: test, thumb, etc.

***

{% endstep %}

{% step %}

### Step 4

Here is a screenshot example of the Popunder code that will be generated, so that you can cut and paste the script within the tag of website.

<figure><img src="/files/bbwYARQi45d9dJOpIghJ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/tutorials/tutorials/publishers-tutorials/how-ensure-popunders-fit-rules-abusive-experiences.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.
