# Optimisemedia module

{% hint style="danger" %}
&#x20;WARNING: This module is deprecated ([what does this mean](https://ce-docs.keywordrush.com/modules/deprecatedmodules)).
{% endhint %}

### How to get API Key

1. Create account: <https://www.optimisemedia.com/sign-up/>
2. Login to your account Optimise Network, follow: `My Details` → `Account Details` → `API Key` and find your `API Key` and `Private Key`.

### How to get Affiliate ID

Go to `Content` –> `Get Banners`. Search any banner and check tracking link. It will be like

```
<a href="http://clk.omgt5.com/?AID=878608&PID=13153&CRID=103375&WID=62635"><img src="http://track.in.omgpm.com/bs/?CRID=103375&AID=878608&PID=13153&WID=62635" border="0" width="1080" height="1080"></a>
```

In this link you need to copy the parameter `AID=878608`. Your affiliate ID is `878608`


---

# 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://ce-docs.keywordrush.com/modules/affiliate/optimisemedia.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.
