Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

After the publisher is already registered in the platform, you can start directly selling  inventory. For that you ought to perform a special HTTP GET request with the appropriate parameters.

Информация
XMLHttpRequest.withCredentials

...

  is required. It is needed to detect known users on bid requests. Value must be "true".

Publisher Tags

One publisher can integrate multiple ad tags.

...

If tag is not configured in platform - it is a custom tag. In that case all required parameters must be provided in the URL

Ads.txt

In order to grant access to To get high quality demand of from the most careful GetIntent Getintent buyers, it is highly recommended for that publishers to add the following lines to the ads.txt file on publisher's their domains or create that this file on publisher's domains if that hasn't been done yettheir domains if there is no such a file:

Блок кода
languagetext
titlepublisher_domain.com/ads.txt
adhigh.net, [ID], RESELLER
getintent.com, [ID], RESELLER

Where [ID] must be replaced with the the ID of the underlying publisher , registered in the GetIntent platform.

More details on Ads.txt on can be found on the official IAB pagewebsite

Banner inventory

URL: http(https)://px.adhigh.net/rtb/direct_banner?[params]

Response format: see resp_type parameter below

Creative code (aka JS tag) for adservers

Code to integrate with adserver's:

Блок кода
languagexml
<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

NameMandatoryDescriptionExample
pidrequiredThe ID of the underlying publisher, registered in the platform.pid=4
tidrequiredThe ID of the publisher Tag (Preconfigured in the platform or custom)
tid=abc
sizerequired for custom tagThe size of the banner.size=320x240
resp_typeoptional

The type of the output:

  • RAW (raw markup)
  • JSON (json output with markup)JS
  • DW (JavaScript registering variable with response datathat outputs markup using document.write method)

Default: RAW

resp_type=JSDW
pburloptionalPassback 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

...

NameMandatoryDescriptionExample
app_bundlerequiredThe ID of the application (bundle id)
app_bundle=495583717
app_bundle=com.example.android

app_name

optionalThe name of the application
app_name=My%20Application

app_storeurl

optionalThe store url of the applicationapp_storeurl=https%3A%2F%2Fitunes.apple.com%2Fru%2Fapp%2Finstagram%2Fid389801252%3Fmt%3D8
app_catoptionalThe category of the application (IAB terminology)
app_cat=IAB12
device_typeoptional

Device Type:

1 - Mobile/Tablet
2 - Personal Computer
3 - Connected TV
4 - Phone
5 - Tablet
6 - Connected Device
7 - Set Top Box

device_type=4
device_makeoptionalDevice Manufacturerdevice_make=Apple

device_model

optionalDevice Modeldevice_model=iPhone

device_ifa

requiredDevice Advertising IDdevice_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

...

URL: http(https)://px.adhigh.net/prtb/direct_vast?[params]

Response format: VAST XML

...

URL: http(https)://px.adhigh.net/prtb/direct_native?[params]

Response format: JSON native object as in: OpenRTB Native Ads Specification v1.1 (See example below)

...

Блок кода
languagejs
themeConfluence
{
  "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
      }
    }
  ]
}