Skip to content

Commit

Permalink
Update activation_type_configuration_template.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
chmstimoteo authored Sep 24, 2024
1 parent 2be01c2 commit 466bd90
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion templates/activation_type_configuration_template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,15 @@
"activation_event_name": "maj_churn_propensity_30_15",
"source_query_template": "${churn_propensity_query_template_gcs_path}",
"measurement_protocol_payload_template": "${measurement_protocol_payload_template_gcs_path}"
},
"churn-propensity-15-15": {
"activation_event_name": "maj_churn_propensity_15_15",
"source_query_template": "${churn_propensity_query_template_gcs_path}",
"measurement_protocol_payload_template": "${measurement_protocol_payload_template_gcs_path}"
},
"churn-propensity-15-7": {
"activation_event_name": "maj_churn_propensity_15_7",
"source_query_template": "${churn_propensity_query_template_gcs_path}",
"measurement_protocol_payload_template": "${measurement_protocol_payload_template_gcs_path}"
}
}
}

0 comments on commit 466bd90

Please sign in to comment.