-
Notifications
You must be signed in to change notification settings - Fork 6
Ad Tags
rprunskas edited this page Apr 5, 2016
·
2 revisions
An ad tag is a piece of HTML/JavaScript code which could be inserted into the ad view directly.
To set ad tag you can use setAdTag(tag)
method. For example:
adInline.setAdTag("ad tag script");
In order to display video ads, it is possible to set VAST XML source as ad tag. For example:
adInline.setAdTag = ("<?xml version=\"1.0\" encoding=\"UTF-8\"?><VAST> Your VAST XML document </VAST>");
URL to ad tag script is supported as well. For example:
adInline.setAdTag("http://yourdomain.com/scriptsource.txt");
Please note, that Ad overlay doesn't support video ad tags.
Basic integrations
- Integrating Inline Ad
- Integrating Full Screen Overlay Ad
- Integrating Interstitial Ad
- Integrating Adhesion Ad
- Video Ad Integration
Advanced integrations
- Advanced integration of Inline Ad
- Advanced integration of Full Screen Overlay Ad
- Advanced integration of Interstitial Ad
- Advanced integration of Adhesion Ad
- Advanced integration of AdInline ListView
- Advanced integration of AdInline RecyclerView
- Instream video ads integration
Other
- Adding Custom Values
- Adding Keywords
- Adding Key Value Pairs
- Adding Search Words
- Location
- Security
- Ad Tags
- Header Bidding
- Changing ADX domain
- Specifying banner loading behaviour
- GDPR
- Logs
Mediation adapters
Plugins