Git Product home page Git Product logo

shopping-markup's Introduction

MarkUp


NEW UPDATE: This tool is deprecated, please go to Shopping Insider

Disclaimer: This is not an officially supported Google product.

Please re-install MarkUp if you have installed it before Oct 2021. This is to support the breaking schema changes in BigQuery Data Transfer Service.


MarkUp is a tool to enable retailers grow their business using Google Merchant Center by taking actionable data-driven decisions to optimize shopping feed health and ads performance.

Contents

1. Overview

MarkUp solution is built for Shopping Ads customers to take actionable data-driven decisions to improve their feed health and shopping ads performance.

1.1. Value Proposition

  • Users can find opportunities and issues at each stage of the Shopping Funnel both overall and detailed data cuts.

  • Richer insights with data joins to provide overall and product level performance information pivoted towards custom attributes (product type, brand, etc) for deeper insights.

  • Near real-time dashboard to share data and insights across different teams and areas of the business seamlessly to address issues & optimize performance.

1.2 Solution Architecture

The solution will export data from GMC and Google Ads to your Google Cloud Project on a daily basis and provide insights via Data Studio dashboard.

1.3 Solution Options

At this time, there are two onboarding options available:

Markup

This is the base solution that exclusively uses the products and product issues tables available via the Merchant Center Transfer. This will allow you to set up the Markup Dashboard Template.

Markup + Market Insights

By enabling Market Insights during the installation process, this will additionally configure the Market Insights tables available via the Merchant Center Transfer, Price Benchmarks & Best Sellers, as well as three additional BigQuery views:

  • market_insights_snapshot - a snapshot view that joins the latest product feed data with available price benchmarks, best seller status, and Google Ads performance over the last 30 days.
  • market_insights_historical - a date partitioned view that joins the latest product feed data with historical price, price benchmarks, and Google Ads performance over the entire transfer data set.
  • market_insights_best_sellers - a view that joins the latest Best Sellers Top Products table with inventory status to show a ranked list of Top Products broken out by category.
    • Please note: this view is set to only show data for the en-US locale. For other locales, you will need to adjust the view's filtering after installation.

With these additional views, you will be able to set up the Merchant Market Insights Dashboard Template in addition to the above Markup Dashboard template.

2. Installation

2.1. Google Cloud Platform(GCP) setup

2.1.1 Create a GCP project with billing account

You may skip this step if you already have a GCP account with billing enabled.

2.1.2 Check the permissions

Make sure the user running the installation has following permissions.

2.2. Cloud environment setup

2.2.1 Setup local environment.

Download and authenticate gcloud.

Alternatively, if the GMC account has less than 50 Million products, you could use Cloud Shell, which comes with gcloud already installed. The cloud shell disconnects after 1 hour and hence we recommend using local environment for large accounts since they could take more than 1 hour to finish the installation.

2.2.2 Check out source codes

Open the cloud shell or your terminal(if running locally) and clone the repository.

  git clone https://github.com/google/shopping-markup

2.2.3 Run install script

Please provide following inputs when running the setup.sh script:

cd shopping-markup;
sh setup.sh --project_id=<project_id> --merchant_id=<merchant_id> --ads_customer_id=<ads_customer_id> --market_insights=False

When installing, the script will check whether the current user has the proper authorization to continue. It may ask you to open cloud authorization URL in the browser. Please follow the instructions as mentioned in the command line.

Note - If the script fails when you run it for the first time, it might be due to delay in preparing Merchant account data. Please wait up to 1-3 days before re-running the script.

During the installation process, the script will do following:

  • Enable Google Cloud Components and Google APIs

  • Create Google Merchant Center and Google Ads data transfers.

  • Create recurring data transfer jobs so that the latest data is imported in near real time.

  • Create following MarkUp specific SQL tables.

    • product_detailed_materialized - Latest snapshot view of products combined with performance metrics. Each offer is split into rows for each targeted country, rows are keyed by unique_product_id and target_country.
    • product_historical_materialized - Historic snapshot of performance metrics at a product category level.

2.2.4 [Optional] Update location and locales if different than US

  • If your data shouldn't be materialized in US, change the BigQuery dataset location in config.yaml

  • [Market Insights only] Adjust the locales in best_sellers_workflow.sql, by default set to "en-US"

  • You could make the changes before running the install script or after

    • If you're making the changes afterwards, re-run the install script
    • Check the scheduled queries in BigQuery and disable any older version of the Main Workflow

2.3. Configure Data Sources

You will need to create or copy required Data Source(s) in Data Studio:

For Markup:

  • Create product_detailed_materialized Data Source (linked to markup.product_detailed_materialized)
  • Create product_historical_materialized Data Source (linked to markup.product_historical_materialized)

To create a data source:

  • Click on the link

  • Make sure you are using BigQuery connector. If not choose "BigQuery" from the list of available connectors.

  • Search your GCP Project Id under My Projects.

  • Under Dataset, click on "markup".

  • Under Table, choose the required table view.

  • Click Connect on the top right corner and wait for the data-source to be created

For Merchant Market Insights:

To copy a data source:

  • Click on the data source template link above.

  • Click on the icon in the top right corner next to "Create Report".

  • Click "Copy Data Source" on the "Copy Data Source" pop-up.

  • Select your Project, Dataset, and Table to be connected, then press "Reconnect" in the top right corner.

  • Click "Apply" on the "Apply Connection Changes" pop-up

  • Repeat this process for all three data source templates above.

2.4. Create Data-Studio Dashboard(s)

For Markup:

  • Click on the following link to the Data Studio template: link

  • Click "Use Template"

  • Choose the new "product_detailed_materialized" and "product_historical_materialized" data-sources created in the previous step

  • Click "Copy Report"

For Merchant Market Insights:

  • Click on the following link to the Data Studio template: link

  • Click "Use Template"

  • Choose the three data-sources copied in the previous step

  • Click "Copy Report"

Note - The performance metrics in the dashboard might take 12-24 hours to appear.

shopping-markup's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shopping-markup's Issues

Installation depreciated

The installation on GCP project doesn't work at all some dependencies are not properlly installed during the setup.
It seems there is a conflict between python versions 2.7 and python3

NOT_ADS_USER

Hi,

We follow all things to set up a service account and delegate to google workspace. Even though we have the same error. Error concern because of the service account used to access google Ads account and that have no permission. Can you advise how to solve it in your script? Do we get requests and responses log?

Error when double quotes in criterion

Hi,

I noticed that the scheduled query fails when there are double quotes in the criterion.
You will find a Pull Request which should fix this right after

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.