You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bigfunctions/ga4/create_ga4_views.yaml
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,7 @@ description: |
5
5
.
6
6
7
7
This function creates table functions in `destination_dataset` to help querying GA4 data contained in `ga4_dataset`.
8
-
9
-
> Table functions are like views but take parameters as input.
10
-
> Here, they take `start_date` and `end_date` parameters
11
-
> to restrict the analysis period and be more efficient.
8
+
*(Table functions are like views but take parameters as input. Here, they take `start_date` and `end_date` parameters to restrict the analysis period and be more efficient)*
12
9
13
10
Each created table function is the copy of a query from [Bigquery-GA4-Queries](https://github.com/aliasoblomov/Bigquery-GA4-Queries)
14
11
GitHub repo created by [Ali Izadi](https://www.linkedin.com/in/ali-iz/).
@@ -21,11 +18,10 @@ description: |
21
18
from `destination_dataset`.event_scope__flatten_events('2024-11-01', '2024-12-01')
22
19
```
23
20
24
-
You can get details on each created table function by reading the README of the repo.
25
-
26
-
If you find these queries useful, please add a star to Bigquery-GA4-Queries to show your support.
21
+
You can get details on each created table function by reading the README of [Bigquery-GA4-Queries](https://github.com/aliasoblomov/Bigquery-GA4-Queries) repo.
22
+
If you find these queries useful, please add a star to the repo to show your support.
27
23
28
-
> Queries from `BigQuery Administration`, `Extras` folder are ignored as they go beyond GA4.
24
+
*(Queries from `BigQuery Administration`, `Extras` folder are ignored as they go beyond GA4)*
0 commit comments