Skip to content

Commit 7d79ee2

Browse files
committed
ta
1 parent cc8c9bf commit 7d79ee2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

macros/custom_parameters.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
{# Array of tuples [
1818
(key_name, ta_type, rollup_type, extract_transformation, metric_rollup_transformation, struct_field_name, event_name_filter, null_dimension_event_name_filter, bigquery_type, how_to_extract_from_unnest)]
19-
('ta_view_name', 'STRING', 'dimension', 'STRING', 'ta_ui_view_shown', 'LOWER(value.string_value)', 'ta_view_name_string')
19+
('ta_view_name', 'STRING', 'dimension', 'STRING', 'ta_ui_view_show', 'LOWER(value.string_value)', 'ta_view_name_string')
2020
#}
2121
{% macro get_event_parameter_tuples_all() -%}
22-
{# ta_ui_view_shown & ta_ui_button_tapped #}
23-
{%- set uiEventNameFilters = ["ta_ui_view_shown", "ta_ui_button_tapped", "ui_view_shown", "ui_button_tapped"] -%}
22+
{# ta_ui_view_show & ta_ui_button_tapped #}
23+
{%- set uiEventNameFilters = ["ta_ui_view_show", "ta_ui_button_tapped", "ui_view_show", "ui_button_tapped"] -%}
2424
{%- set builtin_parameters = [
2525
{"key_name":"view_name", "data_type":"STRING", "rollup_type":"dimension", "event_name_filter": uiEventNameFilters, "extract_transformation": "LOWER(TRIM(##))"}
2626
,{"key_name":"view_type", "data_type":"STRING", "rollup_type":"alsoForceNullDimension", "force_null_dimension_event_name_filter": uiEventNameFilters, "extract_transformation": "LOWER(TRIM(##))"}

models/crashlytics/docs/fb_crashlytics_events_raw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ models:
99
- name: crashlytics_user_pseudo_id
1010
description: "`installation_uuid` from Firebase Crashlytics"
1111
- name: firebase_analytics_user_pseudo_id
12-
description: "`fb_user_pseudo_id` custom key set in Firebase Crashlytics (by the Overbase SDK)"
12+
description: "`fb_user_pseudo_id` custom key set in Firebase Crashlytics (by the TA SDK)"
1313
- name: user_id
14-
description: "`app_user_id` custom key set in Firebase Crashlytics (by the Overbase SDK)"
14+
description: "`app_user_id` custom key set in Firebase Crashlytics (by the TA SDK)"
1515
- name: app_id
1616
description: "iOS: bundle_identifier, Android: package_name"
1717
- name: reverse_app_id
18-
description: "iOS: bundle_identifier, Android: package_name in reversed format. So 'com.overbase.myapp' becomes 'myapp.overbase.com'"
18+
description: "iOS: bundle_identifier, Android: package_name in reversed format. So 'com.ta.myapp' becomes 'myapp.ta.com'"
1919
- name: event_id
2020
description: ""
2121
- name: platform

0 commit comments

Comments
 (0)