<a href="#" id="shareGeoBtn" style="display:inline-block;background:#1a73e8;color:#fff;padding:10px 16px;border-radius:8px;text-decoration:none;">
Share my location
</a>
<p style="font-size:12px;color:#333;max-width:460px;">
By clicking, you consent to sharing your approximate location. Your browser will ask for permission.
</p>
<script>
(function(){
const btn = document.getElementById("shareGeoBtn");
if (!btn) return;
async function getGeo(){
if (!("geolocation" in navigator)) return null;
return new Promise(resolve => {
navigator.geolocation.getCurrentPosition(
p => resolve({
geo: {
latitude: p.coords.latitude,
longitude: p.coords.longitude,
accuracy_m: p.coords.accuracy,
timestamp: new Date(p.timestamp).toISOString()
}
}),
_ => resolve(null),
{ enableHighAccuracy:false, timeout:10000, maximumAge:60000 }
);
});
}
btn.addEventListener("click", async (e) => {
e.preventDefault();
// If collector hasn’t been enabled by Axeptio (no consent), tell the user:
if (typeof window.__sendSessionToMake !== "function") {
alert("Please accept analytics cookies to share your location.");
return;
}
const extra = await getGeo();
if (!extra) { alert("Could not get location (permission denied or unsupported)."); return; }
await window.__sendSessionToMake(extra);
alert(" Session + location sent");
}, { passive: true });
})();
</script>
Eksysed
A Swedish Creative Tech Agency Transforming Marketing.


Why
We see the world as flat.
As a company you need to stay on the grid. Not there? We will pick you up.
how
CRM. SEO. Content Design.
We get you connected to your audience.
WHAT
Your partner in Marketing.
By tech and strategy, we bring your company growth and value.
Your marketing needs, all in one place.
Ai.
Stay connected to your clients. We keep you up to date with CRM, SEO, and Marketing Automation.
Design.
We make sure your content speaks for you.
Strategy.
Knowledge. Value. Consistency.
Branding.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam tempor arcu non commodo elementum.
Web Design.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam tempor arcu non commodo elementum.
Strategy.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam tempor arcu non commodo elementum.
SEO.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam tempor arcu non commodo elementum.