Pinned Loading
-
GTAG-GA4-custom-tag-builder
GTAG-GA4-custom-tag-builder PublicProvide additional customization options to Google Tag's own native template
Smarty 17
-
Bigquery SQL Function to obtain the ...
Bigquery SQL Function to obtain the value of a given parameter (as a string) from a Google Analytics 4 event and its original value type in case it's needed 1CREATE OR REPLACE FUNCTION `YOUR_PROJECT.YOUR_DATASET.GA4_parameter_value_and_type`(
2parameter_key_to_be_queried STRING,
3event_params ARRAY<STRUCT<key STRING,
4value STRUCT<
5string_value STRING,
-
Using SQL FIRST_VALUE() window funct...
Using SQL FIRST_VALUE() window function to replicate GA4 traffic source attribution behavior 12FIRST_VALUE(
3(SELECT
4value.string_value
5FROM
-
Using SQL window functions to replic...
Using SQL window functions to replicate Google Analytics custom dimensions behavior 1LAST_VALUE(
2(SELECT
3value.string_value --value.int_value, value.float_value, value.double_value
4FROM
5UNNEST(event_params)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.