Advertisement
JITreviso

just | buscar_consultor

Feb 17th, 2023 (edited)
783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. window.dataLayer.push({
  4.  'event': 'buscar_consultor',
  5.  'search_type': 'para_comprar',  // Inicio del flujo - debería insertarse el tipo de selección (para comprar o vender)
  6.  'select_type': 'no_conozco_consultor',  // Selecciona "conozco o no conozco" a un consultor.
  7.  'action_type': 'buscar_consultor/as', // Hace click en "buscar consultor/as" seguido de la opción "no conozco"
  8.  'option_type': 'tienda_online', // Selecciona "tienda_online" como opción o "contactarme"
  9.  'form_submited': 'true',
  10.  'country_name': 'Argentina'
  11.  });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement