Release Notes for Interstitial
Discover the latest updates and improvements to our Intexter template for Google Ad Manager.
v1.12.0
26/03/2025
- NEW: Added native video support (up to 1 MB uploaded or provided by URL). The "videoEnded" event is dispatched when the video reaches the end, which can be used for JS callbacks, such as closing the ad.
- NEW: Introduced HTML tag support, allowing the use of GPT passback tags, AdSense tags, etc., rendered inside the ad container (outside the iFrame).
- NEW: Implemented an invalid clicks prevention system on creative load to capture accidental clicks on the ad while users are interacting with the website.
v1.11.0
12/08/2024
- NEW: Displays “AdChoices” icon (if available) to comply with DSA regulation for ad transparency.
- UPDATED: Rewritten and optimized the code in TypeScript for improved support and fewer bugs.
- UPDATED: Implemented a new JS callbacks system for enhanced functionality, including the ability to render the ad after a publisher-defined event.
- UPDATED: Added CSS classes for each ad element for easier management with JS callbacks.
- UPDATED: Included accessibility labels for images and buttons.
- FIXED: Addressed minor bug fixes.
v1.10.2
20/07/2023
- FIXED: Addressed an issue where responsiveness did not work with CSS transition-enabled elements on a website.
v1.10.1
19/07/2023
- UPDATED: The header section will now be hidden when no auto-close text and logo are specified. This enhancement makes it easier to display the ad without the header section and ensures correct ad sizing calculation.
v1.10.0
03/07/2022
- NEW: A new sizing method implemented - Full (former method "Full" renamed to the "Cover"). The new method fills all ad's container area with the ad (100% width and height, without keeping the ad's aspect ratio).
v1.9.0
19/01/2022
- NEW: new "Header logo style" field to set CSS style for the logo (position in the center, add a shadow, etc.);
- UPDATED: a header part with CSS z-index property now to prevent it hidden under the banner.
v1.8.1
07/12/2021
- NEW: New option for the "Background Closeable" field - "With Click URL". This option opens a click-through URL when a user clicks on the background.
- FIXED: Minor bug-fixes.
v1.8.0
28/10/2021
- NEW: Accepts JavaScript callbacks - events: onInit, onLoad, onClose; methods: close. [Can be enabled in the customization form only];
- NEW: Configurations line implemented for more advanced changes in the template;
- UPDATED: Feature "Between pages" updated.
v1.6.0
03/09/2020
- NEW: Set the scrolling position relative to a website height (for instance, show an ad when a user has scrolled down up to 80% of the height of a website).
v1.5.1
28/08/2020
- FIXED: Minor bug-fixes (the ad were positioned below a viewport in some cases).
v1.4.2
02/03/2020
- FIXED: A swipe event detection fixed for the "Between pages" feature (prevent clicks on swipe events).
v1.4.1
25/02/2020
- FIXED: "Between pages" feature didn't work correctly on mobile devices in some cases.
v1.4.0
12/01/2020
- NEW: Show Interstitial ads between pages - an ad appears when a user navigates to another page. Works with HTML "a" tags only. Use with out-of-page ad-units for the best results.
v1.3.1
29/12/2019
- FIXED: a click URL bug with multiple params (sub-URLs);
- FIXED: renders correctly when DIV elements have non-default CSS "overflow" property.
v1.3.0
20/06/2019
- NEW: A creative for portrait orientation (view). If specified, a current creative appears in landscape orientation. Otherwise, the template works as before this update.
- FIXED: A closing button on the layer appeared wrongly positioned in some cases.
v1.2.0
08/06/2019
- NEW: A new option to show a closing button on the layer. Is hidden by default. Other creative closing options remain unchanged.
- UPDATED: third-party tags render inside the iframe tag now (previously some tags hadn't called, for example, DCM "ins" tags).