Script Issue - Landing Page Shows Wrong Map (sometimes)

  • 12 April 2019
  • 1 reply
  • 1 view

Hello,

We’re wondering if anyone can help us. On one of our landing page variations for a specific location, the wrong map shows up - sometimes. In this instance, a map for our Atlanta and Marietta stores should show up, but often a map for Minneapolis shows up instead. If the wrong map shows up first, then when you refresh the page, the correct Atlanta - Marietta map shows up. We can’t determine what’s wrong, the script looks fine to us. And why does it happen sometimes, but not always.

This is the part of the script that controls the map that should show Atlanta & Marietta, but the page sometimes shows the wrong one:

if (elementExists = document.getElementById(‘map’)) {document.getElementById(‘map’).src = “https://www.google.com/maps/d/u/0/embed?mid=z32qUlix0u5Y.k4zgzt3-ZzmU”;};

This is the part of the script that controls the Minneapolis map that sometimes gets inserted into the wrong page (the Atlanta Marietta page):

if (elementExists = document.getElementById(‘map’)) {document.getElementById(‘map’).src = “https://www.google.com/maps/d/u/0/embed?mid=z32qUlix0u5Y.kGh2_8ib6ovI”;};

Any insights would be greatly appreciated!


1 reply

This is the page url:

http://buynow.metalsupermarkets.com/landing-page-2/?city=atlmetro?cat=steel

I couldn’t include it before because I was limited to 2 links.

Reply