Modify the URL that confirms the user's location on a mobile device

How to allow your users to see your domain for the location prompt on a mobile device, instead of seeing Bullseye's domain.

Requirements: Any paid subscription.

When a user uses Bullseye from a mobile device, they will be asked if Bullseye can use their location to return search results.  By default, it will say " Bullseyelocations.com would like to use your location".  

Sometimes clients ask us to display their own url instead of bullseyelocations.com because bullseyelocations.com is likely not familiar to the user.

To display your url, instead of ours, you can replace the Bullseye code you originally installed with the code below. Make sure that you replace the capitalized code below with your own information as needed. You can locate the Google Maps API key that needs to be updated at  Settings > Setup > Mapping:

<!-- Start of Bullseye Locator -->

<script src='//maps.google.com/maps/api/js?key=MAPPING_API_KEY'></script>
    <script src='//app.bullseyelocations.com/js/bullseye.min.js' type='text/javascript'></script>
    <script type='text/javascript'>window.onload = function () { init("//www.bullseyelocations.com/pages/INTERFACE_NAME", 1945); } </script>   
    <div id='frameWrap'></div>
<!-- End of Bullseye Locator -->
	

Note that the code we've provided above covers all you need.  You don't need to enter your domain into the provided code.