# Advertiser info

All cashback sites have separate page for each advertisers. [Read how to make them](/advertiser-pages/cashback-shops-custom-post-type.md)

But you can also use some shortcodes to show information about advertisers in any place of site or in your custom templates. For example, next shortcode will show average days for sale validation

```php
[cashback-advertiser advertiser="aliexpress.com" display="validation_days" /]
```

We recommend to add direct advertiser ID and module ID instead domain:

```php
[cashback-advertiser advertiser=6115 module=Admitad display="validation_days" /]
```

next will show name of advertiser:

```php
[cashback-advertiser advertiser=6115 module=Admitad display="name" /]
```

Next shortcode will show cashback amount value for advertiser

```php
[cashback-advertiser advertiser=6115 module="Admitad" display="cashback" /]
```

{% hint style="info" %}
This value is calculated dynamically and based on your settings
{% endhint %}

### All available options for display parameter

| **Parameter value**    | **Description**                                |
| ---------------------- | ---------------------------------------------- |
| id                     | ID of merchant in network                      |
| name                   | Name of advertiser                             |
| logo\_url              | Logo url                                       |
| site\_url              | Site URL.                                      |
| domain                 | Domain                                         |
| validation\_days       | Average time for cashback approve              |
| currency\_code         | General currency of advertiser                 |
| deeplink               | Deeplink. Please, note, it's not tracking link |
| average\_payment\_time | Average payment time                           |
| commission             | Your commission as publisher                   |
| cashback               | Cashback value                                 |

### All parameters

| **Parameter name** | **Synonym**    | **Required?** | **Description**                                                                                         |
| ------------------ | -------------- | ------------- | ------------------------------------------------------------------------------------------------------- |
| advertiser         | advertiser\_id | Yes           | Domain or advertiser ID                                                                                 |
| module             | module\_id     | No            | <p>Module name (we recommend to set it for relevant search)</p><p>For example: Admitad, Awin, Demo.</p> |
| display            |                | No            | What to show in shortcode (check table above). Site url is default value                                |


---

# 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://ctracker-docs.keywordrush.com/shortcodes/advertiser-info-shortcode.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.
