Release Notes for Intexter
Discover the latest updates and improvements to our Intexter template for Google Ad Manager.
v1.10.0
28/04/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.
- 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.
- UPDATED: Added CSS classes for each ad element for easier management with JS callbacks.
v1.9.0
25/05/2023
- NEW: Added the option to set an elements filter to limit valid child elements for controlling where to render in text ads. This allows you to exclude specific elements, such as images or paragraphs with fewer than a specified number of characters. To implement this filter, use the following syntax: "tmpl.on("init", function() { tmpl.elemFilter = function(els) {return els;} });".
- NEW: Introduced the ability to trigger the appearance of a creative after a specified event occurs using JS callbacks. This feature enables you to display a creative when a user expands all text content, for example.
v1.7.0
26/01/2022
- NEW: Accepts JavaScript callbacks - events: onInit, onLoad, onAppear, onClose; methods: close. [Can be enabled in the customization form only];
- NEW: Configurations line implemented for more advanced changes in the template;
- NEW: option for checking for children elements deeper than 1st level of the DOM tree (enable in the "Configurations" field: "childElemsOnly=no"; the default value is "yes");
- FIXED: Minor bug-fixes.
v1.6.0
24/09/2020
- NEW: Render HTML code without iFrame (useful when the height of a banner isn't defined);
- FIXED: Minor bug-fixes.
v1.5.1
29/12/2019
- UPDATED: now third-party tags render inside an iframe tag (some tags weren't called previously, for example, DCM "ins" tags);
- FIXED: a click URL bug with multiple params (sub-URLs);
- FIXED: renders correctly when DIV elements have non-default CSS "overflow" property.
v1.5.0
18/04/2019
- NEW: Supports infinite style websites where new text containers appear with new Intexter creatives (previously each new Intexter creative appeared in the first text container).
v1.3.0
06/12/2018
- NEW: Show a close button;
- NEW: Set a class name for the ad container. With a class name can be customized appearance of the ad, for example, floated to a left side.
v1.2.0
14/11/2018
- FIXED: Usage of HTML code in the template rebuilt entirely. Previously, Google Ad Manager macros (%%CACHEBUSTER%%, etc.) could not work correctly in some cases.
- NEW: Add third-party tags to creative (like MOAT tags).