Skip to content

karajendran/product_discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What does this Block do for me?

(1) Understand quickly and simply the overall state of the business, and its trend.

(2) Track and assess the performance of GCP Retail Search, and its impact on business performance.

(3) Assess customer behavior with respect to products, Track product performance, and identify trending products to double down on

(4) Understand conversion and consumer behaviors vis-a-vis products.

Block Structure

Dashboards - Due to the nature in which this data is displayed, this Block only exposes Dashboards as starting points for exploration, rather than using individual "Explore" pages. Start from a dashboard, then drill into any tile to start free-form exploration.

Implementation Instructions / Customizations

  • Connection and Permission

    • Prerequisites:

      1. Set up a connection in Looker to Google BigQuery Standard SQL according to our [Google BigQuery Configuration instruction] (https://docs.looker.com/setup-and-management/database-config/google-bigquery).

      2. RDM tables that are required as part of BQ connection:

      • retail.tbl_products
      • retail.tbl_events
      1. Create materialized views from above tables using [Queries]:
      • retail.mv_add_to_cart
      • retail.mv_detail_page_view
      • retail.mv_events_flat
      • retail.mv_sales
      • retail.mv_search
      • retail.session_stats
  • Installation

    • Marketplace Installation via the Looker Marketplace will prompt configuration of the Looker BigQuery connection desired for use with this block.
  • Customization

  • [Optional] Change daily PDT trigger - The default PDT trigger (00:00 UTC) is not selected for any particular timezone, so you may want to offset it so that it does not trigger during your peak hours.

  • [Optional] Unhide Explores - Explores are hidden by default.

How do I optimize the performance of my database?

Check our Looker Discourse article for an overview of common performance issues, and suggestions to resolve them.

Known Issues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages