Are You Spying on Your Competitors' Ad Campaigns?

Our tools monitor millions of native, push, pop, and TikTok advertising campaigns.

Get Started

What is browser history manipulation?

When 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.

When is it happening?

It has already been implemented in all new Chrome releases.

Which platforms/OS are going to be impacted?

Almost all the major platforms are going to see this change. According to the announcement, following platforms are included:

  • Windows
  • Mac
  • Linux
  • Chrome OS
  • Android
  • Android WebView (aka Android Apps)

Are there going to be any exceptions?

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.

Top converting landing page sample images
Top Converting Landing Pages For Free

Receive top converting landing pages in your inbox every week from us.

Related Articles
Google Analytics Won't Tell You What Your Competitors Are Running — Here's What Will

How-To

Google Analytics Won't Tell You What Your Competitors Are Running — Here's What Will

GA4 is one of the most powerful tools for understanding your own website performance, but it was never designed to reveal what competitors are doing. This article explores the limitations of Google Analytics for competitive intelligence, explains what competitor data actually looks like, and outlines a practical framework for combining first-party analytics with ad intelligence tools, AI visibility tracking, and market monitoring to uncover opportunities your dashboards can't show you.

Priya Kapoor

Priya Kapoor

7 minJun 23, 2026

Stop Waiting for Creative Briefs: How Data-Driven Advertisers Are Outpacing 'Young Creatives' Programs

Most Read

Stop Waiting for Creative Briefs: How Data-Driven Advertisers Are Outpacing 'Young Creatives' Programs

Traditional creative briefs and structured "young creatives" programs were designed for an era of long campaign cycles and slow feedback loops. Today, performance marketers operate in a world where creative ideas are tested, validated, and discarded in days—not months. This article explores how data-driven advertisers are replacing static briefs with real-time competitive intelligence, creative effectiveness data, and continuous market observation. It argues that the modern creative advantage comes not from demographic intuition or institutional processes, but from pattern recognition, creative velocity, and the ability to learn directly from what is already working across thousands of live campaigns.

Samantha Reed

Samantha Reed

7 minJun 23, 2026

The OOH Hiring Boom Is a Signal: Here's What Digital Advertisers Should Steal From It

Editor’s Pick

The OOH Hiring Boom Is a Signal: Here's What Digital Advertisers Should Steal From It

The rapid hiring surge across the out-of-home advertising industry is revealing far more than growth—it’s exposing where media budgets, technology investments, and consumer attention are headed next. This article explores how digital advertisers can use OOH hiring trends as a form of competitive intelligence, uncover emerging geographic opportunities, identify retail media convergence signals, and build a practical monitoring framework that turns job listings into actionable marketing insights.

Liam O’Connor

Liam O’Connor

7 minJun 21, 2026