...
Detecting the consent string
After PPTM ATF-Manager is being loaded and the ATF SDK has been activated the first action will be to detect if a consent string is existing. Without consent string presence no additional actions can be executed.
...
This feature can be turned on/off by publisher in PPTMATF-Manager.
Lazy loading
There is a possibility to use the lazy loading function provided by Google Publisher Tag. By default this feature is turned off.
...
There is the possibility to implement ad slots with atf tags for infinite scrolls on websites. These slots need to be described as follows:
Code Block | ||||
---|---|---|---|---|
| ||||
<atf-ad-slot id="Ad_Slot_3" atf-format="vertical" atf-formatSize="300x1000" atf-requestType="single_request" atf-infinite-scroll> </atf-ad-slot> |
...