Google Ad Analysis SpotApp
SpotApps are ThoughtSpot’s out-of-the-box solution templates built for specific use cases and data sources. They are built on ThoughtSpot Modeling Language (TML) Blocks, which are pre-built pieces of code that are easy to download and implement directly from the product.
The Google Ad Analysis SpotApp mimics the Google Ads data model. When you deploy it, ThoughtSpot creates several Worksheets, Answers, and Liveboards, based on your Google Ads data in your cloud data warehouse.
This is a sample Liveboard, created after you deploy the Google Ad Analysis SpotApp:

Use the Google Ad Analysis SpotApp to get invaluable insight into your Google Ads performance, from high-level usage to identifying popular campaigns.
Prerequisites
Before you can deploy the Google Ad Analysis SpotApp, you must complete the following prerequisites:
-
Review the required tables and columns for the SpotApp.
-
Ensure that your columns match the required column type listed in the schema for your SpotApp.
-
Sync all tables and columns from Google Ads to your cloud data warehouse. You can sync only the required tables and columns, but ThoughtSpot recommends syncing all tables and columns from Google Ads to your CDW. The columns can be Google Ads’s out-of-the-box columns, or any custom columns that you are using instead of the out-of-the-box columns.
If you are using an ETL/ELT tool or working with another team in your organization to move data, our recommendation is that you sync all columns from the tables listed in the SpotApp. -
Obtain credentials and SYSADMIN privileges to connect to your cloud data warehouse. The cloud data warehouse must contain the data you would like ThoughtSpot to use to create Answers, Liveboards, and Worksheets. Refer to the connection reference for your cloud data warehouse for information about required credentials:
-
The connection name for each new SpotApp must be unique.
-
Administrator access to Google Ads
-
Access to the following Google Ads tables and Worksheets in your cloud data warehouse. Refer to Google Ad Analysis SpotApp schema for more details.
-
GOOGLEADS_AD
-
GOOGLEADS_CAMPAIGN
-
GOOGLEADS_KEYWORD
-
GOOGLEADS_GEO
-
Deploy the Google Ad Analysis SpotApp
After you complete the prerequisites, you are ready to deploy the Google Ad Analysis SpotApp and begin leveraging its pre-built content.
To deploy the Google Ad Analysis SpotApp, refer to Deploying SpotApps.
Google Ad Analysis SpotApp schema
The following table describes the schema for the Google Ad Analysis SpotApp.
Table | Column | Column type | Required column |
---|---|---|---|
GOOGLEADS_AD |
AD_TYPE |
VARCHAR |
N |
GOOGLEADS_AD |
IMAGE_AD_NAME |
VARCHAR |
N |
GOOGLEADS_AD |
NETWORK |
VARCHAR |
N |
GOOGLEADS_AD |
CLICKS |
INT64 |
Y |
GOOGLEADS_AD |
CONVERSIONS |
FLOAT |
N |
GOOGLEADS_AD |
COST_USD |
FLOAT |
Y |
GOOGLEADS_AD |
ENGAGEMENTS |
INT64 |
N |
GOOGLEADS_AD |
IMPRESSIONS |
INT64 |
Y |
GOOGLEADS_AD |
INTERACTIONS |
INT64 |
N |
GOOGLEADS_AD |
DATE |
DATE |
Y |
GOOGLEADS_AD |
CAMPAIGN_NAME |
VARCHAR |
N |
GOOGLEADS_AD |
DEVICE |
VARCHAR |
N |
GOOGLEADS_AD |
VIDEO_IMPRESSIONS |
VARCHAR |
N |
GOOGLEADS_CAMPAIGN |
CAMPAIGN_NAME |
VARCHAR |
Y |
GOOGLEADS_CAMPAIGN |
CAMPAIGN_STATUS |
VARCHAR |
N |
GOOGLEADS_CAMPAIGN |
DATE |
DATE |
Y |
GOOGLEADS_CAMPAIGN |
CLICKS |
INT64 |
Y |
GOOGLEADS_CAMPAIGN |
CONVERSIONS |
FLOAT |
Y |
GOOGLEADS_CAMPAIGN |
COST_USD |
FLOAT |
Y |
GOOGLEADS_CAMPAIGN |
ENGAGEMENTS |
INT64 |
N |
GOOGLEADS_CAMPAIGN |
IMPRESSIONS |
INT64 |
Y |
GOOGLEADS_CAMPAIGN |
INTERACTIONS |
INT64 |
N |
GOOGLEADS_CAMPAIGN |
BIDDING_STRATEGY_TYPE |
VARCHAR |
N |
GOOGLEADS_CAMPAIGN |
DAILY_BUDGET |
FLOAT |
N |
GOOGLEADS_CAMPAIGN |
CAMPAIGN_ID |
VARCHAR |
Y |
GOOGLEADS_KEYWORD |
KEYWORD |
VARCHAR |
N |
GOOGLEADS_KEYWORD |
NETWORK |
VARCHAR |
N |
GOOGLEADS_KEYWORD |
COST_USD |
FLOAT |
Y |
GOOGLEADS_KEYWORD |
IMPRESSIONS |
INT64 |
Y |
GOOGLEADS_KEYWORD |
CONVERSIONS |
FLOAT |
N |
GOOGLEADS_KEYWORD |
DATE |
DATE |
Y |
GOOGLEADS_KEYWORD |
CLICKS |
INT64 |
Y |
GOOGLEADS_GEO |
REGION |
VARCHAR |
N |
GOOGLEADS_GEO |
CONVERSIONS |
FLOAT |
N |
GOOGLEADS_GEO |
COST_USD |
FLOAT |
Y |
GOOGLEADS_GEO |
IMPRESSIONS |
INT64 |
Y |
GOOGLEADS_GEO |
METRO_AREA |
VARCHAR |
Y |
GOOGLEADS_GEO |
COUNTRY_NAME |
VARCHAR |
Y |
GOOGLEADS_GEO |
CLICKS |
INT64 |
Y |
GOOGLEADS_GEO |
DATE |
DATE |
Y |