Skip to content

A demo dbt package for Fullstory data. The package consists of 8 predefined metrics that can be used to visualize data reduced to a specific form

Notifications You must be signed in to change notification settings

GarvitSadhwani/dbt_fullstory_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstory demo dbt Metrics Package

What does this dbt package do?

This package enables you to access some metrics on top of Fullstory digital experience data.

Metrics

This package contains transformed models built on top of Fullstory data. The metrics offered by this package are described below

metric description
fullstory_productPurchases Weekly purchases of a product.
fullstory_productThoughtfullVisits Weekly visits of a product webpage where a customer spent significant amount of time.
fullstory_revenueAdViewPurchases Weekly Revenue from products which were bought after viewing company ads.
fullstory_reviewCheckProduct Weekly tally of products for which reviews were checked.
fullstory_totalCouponPurchases Weekly purchases of products in a specified price range done with coupons.
fullstory_totalItemsInCart Weekly count of products that are saved for later.
fullstory_totalRevenue Weekly revenue from sales.
fullstory_visitsOnProduct Weekly count of webpage visits of a particular product.

How do I use this dbt package?

Step 1: Prerequisites

To use this dbt package, you must have the following:

-At least one Fullstory connector syncing data into your destination. -A Snowflake destination.

Step 2: Install the package

Check dbt Hub for the latest installation instructions, or read the dbt docs for more information on installing packages.

Include in your packages.yml

packages:
  - git: "https://github.com/GarvitSadhwani/dbt_fullstory_demo.git"
    revision: v0.1.1

About

A demo dbt package for Fullstory data. The package consists of 8 predefined metrics that can be used to visualize data reduced to a specific form

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published