@@ -4090,59 +4090,9 @@ event_analysis
create a regex string that checks for the presence of that event. The view makes this
transparent, and allows users to simply query a boolean field representing the presence
of that event on that day.
-event_index_to_match_string (UDF)
-Given an event index string, create a match string that is an exact match in the events_daily table.
-Parameters
-INPUTS
-
-OUTPUTS
-
-Source | Edit
-aggregate_match_strings (UDF)
-Given an array of strings that each match a single event, aggregate those into a single regex string that will match any of the events.
-Parameters
-INPUTS
-match_strings ARRAY<STRING>
-
-OUTPUTS
-
-Source | Edit
-
-Escape all metachars from a regex string. This will make the string an exact match, no matter what it contains.
-Parameters
-INPUTS
-
-OUTPUTS
-
-Source | Edit
-get_funnel_steps_sql (Stored Procedure)
-For a given funnel, get a SQL statement that can be used to determine if an events string contains that funnel.
-Parameters
-INPUTS
-project STRING, dataset STRING, funnel_name STRING, funnel ARRAY<STRUCT<step_name STRING, list ARRAY<STRUCT<category STRING, event_name STRING>>>>
-
-OUTPUTS
-
-Source | Edit
-create_funnel_steps_query (Stored Procedure)
-Generate the SQL statement that can be used to create an easily queryable view on events data.
-Parameters
-INPUTS
-project STRING, dataset STRING, funnel ARRAY<STRUCT<list ARRAY<STRUCT<category STRING, event_name STRING>>>>
-
-OUTPUTS
-
-Source | Edit
get_count_sql (Stored Procedure)
For a given funnel, get a SQL statement that can be used to determine if an events string contains that funnel.
-Parameters
+Parameters
INPUTS
project STRING, dataset STRING, count_name STRING, events ARRAY<STRUCT<category STRING, event_name STRING>>
@@ -4152,7 +4102,7 @@ Parameters
Source | Edit
create_funnel_regex (UDF)
Given an array of match strings, each representing a single funnel step, aggregate them into a regex string that will match only against the entire funnel. If intermediate_steps is TRUE, this allows for there to be events that occur between the funnel steps.
-Parameters
+Parameters
INPUTS
step_regexes ARRAY<STRING>, intermediate_steps BOOLEAN
@@ -4179,7 +4129,7 @@ Caveats
and for all events without their properties.
This allows us to include both total counts for an event (with any
property value), and events that don't have properties.
-Parameters
+Parameters
INPUTS
@@ -4377,7 +4327,7 @@ Examples
GROUP BY
submission_date
-Parameters
+Parameters
INPUTS
view_name STRING, project STRING, dataset STRING, funnels ARRAY<STRUCT<funnel_name STRING, funnel ARRAY<STRUCT<step_name STRING, events ARRAY<STRUCT<category STRING, event_name STRING>>>>>>, counts ARRAY<STRUCT<count_name STRING, events ARRAY<STRUCT<category STRING, event_name STRING>>>>
@@ -4396,7 +4346,7 @@ Usage
Example
See this dashboard
for example usage.
-Parameters
+Parameters
INPUTS
@@ -4406,7 +4356,7 @@ Parameters
Source | Edit
create_count_steps_query (Stored Procedure)
Generate the SQL statement that can be used to create an easily queryable view on events data.
-Parameters
+Parameters
INPUTS
project STRING, dataset STRING, events ARRAY<STRUCT<category STRING, event_name STRING>>
@@ -4414,6 +4364,56 @@ Parameters
Source | Edit
+event_index_to_match_string (UDF)
+Given an event index string, create a match string that is an exact match in the events_daily table.
+Parameters
+INPUTS
+
+OUTPUTS
+
+Source | Edit
+aggregate_match_strings (UDF)
+Given an array of strings that each match a single event, aggregate those into a single regex string that will match any of the events.
+Parameters
+INPUTS
+match_strings ARRAY<STRING>
+
+OUTPUTS
+
+Source | Edit
+
+Escape all metachars from a regex string. This will make the string an exact match, no matter what it contains.
+Parameters
+INPUTS
+
+OUTPUTS
+
+Source | Edit
+get_funnel_steps_sql (Stored Procedure)
+For a given funnel, get a SQL statement that can be used to determine if an events string contains that funnel.
+Parameters
+INPUTS
+project STRING, dataset STRING, funnel_name STRING, funnel ARRAY<STRUCT<step_name STRING, list ARRAY<STRUCT<category STRING, event_name STRING>>>>
+
+OUTPUTS
+
+Source | Edit
+create_funnel_steps_query (Stored Procedure)
+Generate the SQL statement that can be used to create an easily queryable view on events data.
+Parameters
+INPUTS
+project STRING, dataset STRING, funnel ARRAY<STRUCT<list ARRAY<STRUCT<category STRING, event_name STRING>>>>
+
+OUTPUTS
+
+Source | Edit
diff --git a/mozfun/glam/index.html b/mozfun/glam/index.html
index 5aca70e09ba..e3c3d460c38 100644
--- a/mozfun/glam/index.html
+++ b/mozfun/glam/index.html
@@ -75,7 +75,7 @@