Skip to content

Commit 62dcc59

Browse files
author
paul.marcombes
committed
create_ga4_views function doc
1 parent eacb35d commit 62dcc59

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

bigfunctions/ga4/create_ga4_views.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description: |
55
.
66
77
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)*
129
1310
Each created table function is the copy of a query from [Bigquery-GA4-Queries](https://github.com/aliasoblomov/Bigquery-GA4-Queries)
1411
GitHub repo created by [Ali Izadi](https://www.linkedin.com/in/ali-iz/).
@@ -21,11 +18,10 @@ description: |
2118
from `destination_dataset`.event_scope__flatten_events('2024-11-01', '2024-12-01')
2219
```
2320
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.
2723
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)*
2925
arguments:
3026
- name: ga4_dataset
3127
type: string

0 commit comments

Comments
 (0)