Last active
August 9, 2017 16:15
-
-
Save lcrespilho/41badcd49e5b0a579a551286be641efc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
// verifica se tem o cookie da Natura | |
var racc_origin = document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*racc_origin\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1"); | |
// se origem de tráfego for Natura | |
if (racc_origin && /[?&]i=\w+/.test(location.search)) { | |
var urlPixel = 'https://www.facebook.com/tr/?id=235391240155676&ev=Lead&dl=' + encodeURIComponent(document.location.href) + '&rl=' + encodeURIComponent(document.referrer) + '&if=false&ts=' + Date.now() + '&cd%5Bsite_name%5D=Est%C3%A1cio&cd%5Bcontent%5D=Cadastro%20Finalizado%20Pos-Graduacao&v=2.7.19&ec=1&o=28'; | |
var pixel = document.createElement('img'); | |
pixel.width = '1'; | |
pixel.height = '1'; | |
pixel.style.display = 'none'; | |
pixel.src = urlPixel; | |
document.body.appendChild(pixel); | |
// remove o cookie para não disparar novamente para a mesma pessoa | |
document.cookie = 'racc_origin=; expires=Thu, 01 Jan 1970 00:00:00 GMT; domain=estacio.br; path=/;'; | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Local de instalação da tag
No pageview da thank-you-page: http://portalpos.estacio.br/portal/?i=<inscrição>.