datacurrent_ga4_events

1.0.11 • Public • Published

DataCurrent - GA4 events

This module has the basic data pipeline to process GA4 events data (not the intraday).

Installation

You can easily install this module by running the following command:

npm i --save datacurrent_ga4_events

Initiating the module

Then you will have to go to your /definitions folder and create the file "datacurrent_module_init.js" if it does not exist yet.

Within this file you will have to "require" the module.

const datacurrent_ga4_events = require('datacurrent_ga4_events');
datacurrent_ga4_events();

Settings

Finally, you will have to create the "ga4_event_processing.js" file within your includes folder.

Copy-paste the settings below and modify to your needs.

module.exports = {
    "production": {
        "landing_zones": {
            "database": "hic-gadero-6761",
            "schema": "ga4_europe_west4"
        }
    },
    "acceptance": {
        "landing_zones": {
            "database": "hic-gadero-6761",
            "schema": "ga4_europe_west4"
        }
    }
}```

### Landing zones

Readme

Keywords

none

Package Sidebar

Install

npm i datacurrent_ga4_events

Weekly Downloads

2

Version

1.0.11

License

none

Unpacked Size

17.8 kB

Total Files

15

Last publish

Collaborators

  • graindata