...
Response format: see resp_type parameter below
Creative code (aka JS tag) for adservers
Code to integrate with adserver's:
| Блок кода | ||
|---|---|---|
| ||
<script src="https://px.adhigh.net/rtb/direct_banner?pid={pid}&tid={tid}&size={size}&resp_type=dw"></script> |
See parameters descruption below.
Base parameters
| Name | Mandatory | Description | Example |
|---|---|---|---|
| pid | required | The ID of the underlying publisher, registered in the platform. | pid=4 |
| tid | required | The ID of the publisher Tag (Preconfigured in the platform or custom) | tid=abc |
| size | required for custom tag | The size of the banner. | size=320x240 |
| resp_type | optional | The type of the output:
Default: RAW | resp_type=DW |
| pburl | optional | Passback URL. After an empty bid or error, request will be redirected to this page. Unless provided, will be taken from the Publisher configuration. | pburl=anotheradserver.com |
...
| Name | Mandatory | Description | Example |
|---|---|---|---|
| app_bundle | required | The ID of the application (bundle id) | app_bundle=495583717 app_bundle=com.example.android |
app_name | optional | The name of the application | app_name=My%20Application |
app_storeurl | optional | The store url of the application | app_storeurl=https%3A%2F%2Fitunes.apple.com%2Fru%2Fapp%2Finstagram%2Fid389801252%3Fmt%3D8 |
| app_cat | optional | The category of the application (IAB terminology) | app_cat=IAB12 |
| device_type | optional | Device Type: 1 - Mobile/Tablet | device_type=4 |
| device_make | optional | Device Manufacturer | device_make=Apple |
device_model | optional | Device Model | device_model=iPhone |
device_ifa | required | Device Advertising ID | device_ifa=8FCDB488-8814-46A8-A485-003DAB51E1DE |
Passback Code
Each tag may be configured with pass back html code that will be served by Getintent direct banner tag in cases of missing demand from Getintent platform.
Passback code works only with resp_type=DW parameter.
Server to Server integration
...
| Блок кода | ||||
|---|---|---|---|---|
| ||||
{
"link": {
"url": "https://f41-de.adhigh.net/p/click/f111448f120090a6direct04fom2000000000000lggvjjpdonnvam2rb/",
"clicktrackers": []
},
"imptrackers": [
"https://f41-de.adhigh.net/p/imp.gif?id=PiystpdevHH&s=direct&url=&b=f111448f120090a6direct04fom2000000000000lggvjjpdonnvam2rb0&w=100.0"
],
"assets": [
{
"id": 1,
"title": {
"text": "Learn about this awesome thing"
}
},
{
"id": 2,
"img": {
"url": "https://cdn.adhigh.net/media/ad.jpg",
"w": 300,
"h": 250
}
}
]
} |