This file contains hidden or 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 type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "FAQPage", | |
"mainEntity": [ | |
{ | |
"@type": "Question", | |
"name": "¿Qué documentos necesito para viajar a Panamá?", | |
"acceptedAnswer": { | |
"@type": "Answer", |
This file contains hidden or 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> | |
window.dataLayer = window.dataLayer || []; | |
window.dataLayer.push({ | |
'event': 'form_submit', | |
'form_name': 'contact form pcc campaign' // esto es un ejemplo, deberíamos reemplazarlo con el nombre real | |
'email´: 'juan.perez@ejemplo.com' // ste valor debe ser reemplazado dinámicamente por el email real del usuario. Esto solo la habilitaremos con el user-provided data | |
}); | |
</script> |
This file contains hidden or 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> | |
window.dataLayer = window.dataLayer || []; | |
window.dataLayer.push({ | |
'event': 'form_fill', | |
'form_name': 'contact form pcc campaign' // esto es un ejemplo, deberíamos reemplazarlo con el nombre real | |
}); | |
</script> |