> For the complete documentation index, see [llms.txt](https://docs.platform.gamezop.com/publishers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.gamezop.com/publishers/quizzop/custom-unique-links.md).

# Custom Unique Links for Quizzop

{% hint style="danger" %}
**Do not open your Quizzop Unique Link within an iframe.** Quizzop does not work within iframes.
{% endhint %}

{% hint style="danger" %}
**Monetisation on Custom Unique Links is not as strong as on standard Quizzop Unique Links.** We work with several advertisers directly for high-paying direct campaigns, and their campaigns can only be served on domains owned and operated by us. Blended eCPM numbers on Custom Unique Links will be lower than on standard Quizzop Unique Links.
{% endhint %}

To get your own Custom Quizzop Unique Link, follow these steps:

### Step 1: Identify a sub-domain for Quizzop

For this document, we will assume you own `footballnews.com` and you want Quizzop on `quiz.footballnews.com`

{% hint style="info" %}
The sub-domain should be of a root domain which is already approved for Google AdSense.
{% endhint %}

### **Step 2: Get your Quizzop Unique Link**

Follow the steps mentioned [here](/publishers/quizzop/integrate-unique-link.md) to get your regular Quizzop Unique Link.

### **Step 3: Contact your IT team to make CNAME records**

**Step 3.1 - Domain set up:** Ask your IT team to set up a CNAME record on your domain. You will need to CNAME your subdomain from Step 1 to your Quizzop Unique Link from Step 2.&#x20;

Let's assume your Quizzop Unique Link is `3025.lite.quizzop.com`

In that case, you will set a CNAME record for `quiz.footballnews.com` with the alias as `3025.lite.quizzop.com`

**Step 3.2 - SSL validation:** In order to be able to run Quizzop on your domain, we need to have an SSL certificate linked to your subdomain from Step 1. This allows us to run everything on the recommended `https` protocol.

To generate this certificate, we need to add another CNAME record, which your Gamezop Account Manager will provide to you. It is your responsibility to ensure this DNS record is not removed at any point of time, or users may start to see safety warnings from browsers when they visit your quiz subdomain.

### **Step 4: Get your domain verified on Quizzop's Google Ad accounts**

Add this line at the end of your `ads.txt` file:

```
google.com, pub-3452022011371122, DIRECT, f08c47fec0942fa0
google.com, pub-6598661725544892, DIRECT, f08c47fec0942fa0
```

Your `ads.txt` file must be hosted on your root-domain. For example, in this case above, it would have to be on `footballnews.com/ads.txt` . Learn more about ads.txt [here](https://support.google.com/adsense/answer/12171612?hl=en).

This is needed for us to get your domain added to our Google AdSense / AdExchange accounts, so that we can start delivering ads.

### Step 5: Make `ads.txt` entry

In the `ads.txt` file hosted on your root domain, add an entry to reference your quiz subdomain. In the above example, you would add the following line to the end of your `footballnews.com/ads.txt` file:

```
subdomain=quiz.footballnews.com
```

What this does is that it instructs ad networks to look also look within the [`ads.txt` file of that subdomain](#user-content-fn-1)[^1]. Since the sub-domain is managed by us, it will always have our latest `ads.txt` entries.

[^1]: In this case, `games.footballnews.com/ads.txt`


---

# 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.platform.gamezop.com/publishers/quizzop/custom-unique-links.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.
