3rd party tags through 3PAS
Google accepted Adhese as a certified third-party server. This certification allows clients to upload third-party tags of Adhese to Google.
The syntax of these certified tags is as follows:
<div data-adhese-account="demo" data-adhese-slot="sl_google_banner_html5_js_-imu" data-adhese-click="">
<script src="https://pool-demo.adhese.com/tag/adhese_3pas.js" type="text/javascript"></script>
</div>
It consists of HTML markup containing three data fields:
- data-adhese-account (required): the name of your Adhese account
- data-adhese-slot (required): the full code of the Adhese position you want to create a tag for
- data-adhese-click (optional): click macro that will allow you to count clicks in the adserver
The adhese_3pas script is not available by default. Contact Adhese support if it is the first time integrating 3PAS tags on your account.
Composing the slot code
The full slot code consists of a few values that can be located within the admin UI of your Adhese account: sl[location code][position code]-[format code]
- The
sl
prefix (required) - The location code: matches the URL code of the corresponding Adhese location. (required)
- The position code: matches the URL code of the corresponding Adhese position. (optional)*
- The format code: matches the code tag of the format you wish to request. (required)
*The position code is optional, as this field can be left empty when creating a position in Adhese
No Comments