Skip to content

Instantly share code, notes, and snippets.

@amanbatra5
Created July 8, 2020 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amanbatra5/d3b7d65aec60a65f71c89b486564df03 to your computer and use it in GitHub Desktop.
Save amanbatra5/d3b7d65aec60a65f71c89b486564df03 to your computer and use it in GitHub Desktop.
Ampscript Dashboard
%%[
var @referrer
set @referrer = HTTPRequestHeader("Referer")
if @referrer == "https://pub.s10.exacttarget.com/tzbuzdds5h2" then
]%%
Login successfull
%%[
else
Redirect("https://pub.s10.exacttarget.com/tzbuzdds5h2")
endif]%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment