Exclude Google bots
-
Hi, Is it possible to exclude bots on the /checkout/order-received page? I am seeing several instances where a bot has revisited a checkout page for old orders and the pixel has fired. I then see a corresponding conversion for these in Google Ads on the day the bot visited.
There are a few other instances where I’ve chosen to exclude bots and the following line of code has been fairly reliable.
if(stripos(gethostbyaddr($ip),'google')==true) return;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Exclude Google bots’ is closed to new replies.