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
{ | |
"exportFormatVersion": 2, | |
"exportTime": "2019-11-11 21:42:45", | |
"containerVersion": { | |
"path": "accounts/306963802/containers/13373926/versions/0", | |
"accountId": "000000000", | |
"containerId": "00000000", | |
"containerVersionId": "0", | |
"container": { | |
"path": "accounts/000000000/containers/00000000", |
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
<!-- Google Tag Manager --> | |
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | |
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | |
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | |
})(window,document,'script','dataLayer','GTM-MCS7V3Q');</script> | |
<!-- End Google Tag Manager --> |
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
val params = Bundle() | |
params.putString("event_category", "signUp") | |
params.putString("event_action", "create_account") | |
firebaseAnalytics.logEvent("signup_tipo_cadastro", params)MainActivity.kt | |
params.putString("event_category", "signUp") | |
params.putString("event_action", "create_account") | |
firebaseAnalytics.logEvent("pj_signup_dados_pessoais", params)MainActivity.kt | |
params.putString("event_category", "signUp") |
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
Analytics.logEvent("signup_tipo_cadastro", parameters: [ | |
"event_categogy": "signUp", | |
"event_action": "create_account" | |
]) | |
Analytics.logEvent("pj_signup_dados_pessoais", parameters: [ | |
"event_categogy": "signUp", | |
"event_action": "create_account" | |
]) | |
Analytics.logEvent("pj_signup_endereco", parameters: [ | |
"event_categogy": "signUp", |
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
val params = Bundle() | |
params.putString("event_category", "signUp") | |
params.putString("event_action", "create_account") | |
firebaseAnalytics.logEvent("signup_tipo_cadastro", params)MainActivity.kt | |
params.putString("event_category", "signUp") | |
params.putString("event_action", "create_account") | |
firebaseAnalytics.logEvent("signup_dados_pessoais", params)MainActivity.kt | |
params.putString("event_category", "signUp") |
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
Analytics.logEvent("signup_tipo_cadastro", parameters: [ | |
"event_categogy": "signUp", | |
"event_action": "create_account" | |
]) | |
Analytics.logEvent("signup_dados_pessoais", parameters: [ | |
"event_categogy": "signUp", | |
"event_action": "create_account" | |
]) | |
Analytics.logEvent("signup_endereco", parameters: [ | |
"event_categogy": "signUp", |
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
Analytics.logEvent("pedido_escolha_ponto_a", parameters: [ | |
"categogy": "pedido", | |
"event_action": "config_pedido" | |
]) | |
Analytics.logEvent("pedido_acao_entregador_ponto_a", parameters: [ | |
"categogy": "pedido", | |
"event_action": "config_pedido" | |
]) | |
Analytics.logEvent("pedido_instrucao_entregador_ponto_a", parameters: [ | |
"categogy": "pedido", |
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
dataLayer.push({ | |
event: 'virtualPageView', | |
virtualPageTitle: 'Step 1', | |
virtualPageUrl: '/virtual/assinatura/step1/' | |
}); |
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
window.dataLayer.push({ | |
userId: 'XPTO-20190418', | |
userPlanType: 'trial' | |
}); |
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
window.dataLayer.push({ | |
event: 'genericEvent', | |
eventCategory: 'Cursos', | |
eventAction: 'Click CTA', | |
eventLabel: 'Inscreva-se', | |
eventValue: ' ' | |
}); |
NewerOlder