Release Notes for Masthead
Discover the latest updates and improvements to our Intexter template for Google Ad Manager.
v1.6.0+1
25/11/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 a new field, "Sticky Layer / Offset", to set the offset from the viewport edges for positioning the sticky layer.
- FIXED: Addressed minor bug fixes.
v1.5.0
11/08/2025
- NEW: Implemented macros for easier third-party tag configuration (e.g., the macro “%%GENECY_VIEW_SELECTOR%%” converts to a unique CSS selector pointing to the creative’s viewability HTML element).
- NEW: Displays the “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.
- UPDATED: Added CSS classes for each ad element for easier management with JS callbacks.
v1.4.2
12/07/2023
- FIXED: Resolved an issue where the closing button did not function correctly for a sticky banner when the ad was transitioning to the sticky state.
v1.4.1
13/12/2022
- FIXED: a closing button of the sticky creative wasn't clickable in some situations.
v1.4.0
17/06/2022
- NEW: Limit the sticky layer appearance only when a user scrolls up or down related to the base ad.
v1.3.0
16/09/2021
- NEW: Makes base ad centered by default;
- NEW: Accepts JavaScript callbacks - events: onInit, onLoad, onClose, onCloseSticky, onSticky, onStatic; methods: close, disableSticky. [Can be enabled in the customization form only];
- NEW: Configurations line implemented for more advanced changes in the template.
v1.1.0
29/10/2020
- NEW: Set vertical margins (useful for fixed headers and footers);
- NEW: Set "sticky" effective scrolling bounds (enables the "sticky" effect till scrolling up and down for specified number in pixels);
- FIXED: Minor bug-fixes.