Skip to content

This Dataform package is designed to help e-shops evaluate the contribution of utm_source on purchases

Notifications You must be signed in to change notification settings

DataWeps/utm-source-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@heureka/dataform-utm-source-filter

npm npm (scoped)

Consolidate your e-shop orders by UTM source.

Overview

This Dataform package is designed to help e-shops evaluate the contribution of utm_source on purchases. It extracts information about sessions that started with the utm_source parameter and stores it in a new dataset in BigQuery. The name of the dataset will be partner_export_daily_ga4.

Before you begin

Install the package @heureka/dataform-utm-source-filter to your dataform. Refer to our dataform workflow, if you need help. The current package version is npm (scoped)

Configuration

  1. In the definitions directory, create a .sqlx file.
  2. Insert the following code into the .sqlx file:
config {
  type: "incremental",
  schema: "partner_export_daily_ga4",
}

${intraday.query}
  1. In the includes directory, create a .js file.
  2. Insert the following code into the .js file:
const { createIntradayTable } = require('@heureka/dataform-utm-source-filter')
const query = createIntradayTable({
  ga4Dataset: '{YOUR GOOGLE CLOUD PROJECT ID}.{YOUR DATASET ID}',
  utmSource: '{YOUR UTM SOURCE}'
})
module.exports = { query }

About

This Dataform package is designed to help e-shops evaluate the contribution of utm_source on purchases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published