Blocking non-US traffic from a Marketo landing page | Community
Skip to main content
May 31, 2018
Question

Blocking non-US traffic from a Marketo landing page

  • May 31, 2018
  • 1 reply
  • 1119 views

Does anyone know if there is a way to block non-US visitors from a Marketo landing page that does not include a cookie consent banner?

Will

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
May 31, 2018

You could only block them outright if you steered your LPs through a CDN that has geofencing capability built in (Amazon CloudFront can do this, as can most others, but you'd need to make some changes to your LPs to get them working through CF).

Much easier would be calling a geolocaton API (MaxMind is the defacto standard) in the document <head>. Then redirect to a "region not allowed" page as applicable.