
Our tools monitor millions of native, push, pop, and TikTok advertising campaigns.
Get StartedWhen you click on the browser back button, you are supposed to go to the previous page that you were browsing...correct?
Well, not always. Many marketers use a known HTML5 feature to change your back button history by pushing additional URL(s). You can do this simply by inserting a small javascript code (as shown below) into your page that gets executed when the user arrives at your page.
function clickHandler(e) {
/* Snip... */
// Add an item to the history log
history.pushState(data, event.target.textContent, url);
return event.preventDefault();
}
Marketers use this technique to add another URL which may contain an additional hook, lead-gen magnet, or a complementary product to entice the user to take an action in an effort to boost the conversion rate. However, as you can see in the code above, one can push any number of new URLs thereby making it impossible for the user to go back to the original page from where he/she arrived from leading to a very poor user experience.
This was bound to get noticed by the browser developers and the loophole was going to get addressed. Chrome has already taken an action according to this announcement posted a couple of months ago. There have been many reports of this already being implemented on the newer version of chrome browser.
It has already been implemented in all new Chrome releases.
Almost all the major platforms are going to see this change. According to the announcement, following platforms are included:
Yes. There is one exception. If the page has a user gesture such as a click, scroll etc. this event will not be fired and the user will indeed go to the URL that was injected using pushstate method. This will, of course, not be applicable to the discussion here since we are talking about adding URL(s) which were never visited by the user in the first place.
Receive top converting landing pages in your inbox every week from us.
In-Depth
As AI automates more of the performance marketer's execution work, human pattern recognition is becoming more valuable—not less. The competitive edge comes from studying live competitor campaigns, recognizing shifts across channels, and using those insights to give AI stronger strategic inputs. Ad intelligence becomes the training ground for better judgment, while automation turns that judgment into action at scale.
Dan Smith
7 minAug 9, 2026
Guide
AI has made ad production faster and cheaper, but it is also pushing brands toward increasingly similar creative. As generic AI output fills the market, competitive ad intelligence becomes the missing input: marketers can identify saturated patterns, find emerging opportunities, and give AI real market context before generating new creative. The result is a repeatable process for creating ads that are differentiated rather than simply more numerous.
Liam O’Connor
7 minAug 8, 2026
Recently Updated
AI has made ad creation faster, cheaper, and more accessible, but that advantage is quickly becoming universal. As creative production becomes commoditized, competitive intelligence becomes more important—not less. By tracking what competitors are actually running, where they are investing, and which creative patterns persist, marketers can give AI better strategic inputs and avoid producing more of the same.
Priya Kapoor
7 minAug 8, 2026



