Overview
This setup integrates Quantcast ad data with two main jobs: one imports daily delivery data, and the other refreshes account, campaign, ad set, and creative metadata. It requires API credentials and account IDs for access.
Key dimensions include Account, Campaign, AdSet, and Creative. The base metrics cover impressions, clicks, spend, revenue, and video views. Composite metrics calculate CTR, CPM, CPC, VTR, and CPCV for performance insights.
For more information on this integration, please follow the link here.
Jobs
1. Quantcast Delivery Import
Feed: quantcast
Status: Active (1)
Job Label: Quantcast Delivery Import
Lookback: Last 5 days
First Run Hour: 4 AM
Poll Frequency: Every 24 hours
Lookback Window: 0
Targets:
Type: data
Table: quantcast_data_aggregate
Priority: 1
Description: Quantcast - Daily
Update Mode: append
Create Target: true
Date Column Name: date
2. Quantcast Ads - Meta Refresh
Feed: quantcast
Status: Active (1)
Job Label: Quantcast Ads - Meta Refresh
Lookback: Last 1 day
First Run Hour: 7 AM
Poll Frequency: Every 24 hours
Lookback Window: 0
Targets:
Type | Table | Description | Update Mode | Create Target |
lookup | quantcast_meta_accounts | Quantcast - Accounts Meta | refresh | true |
lookup | quantcast_meta_campaigns | Quantcast - Campaign Meta | refresh | true |
lookup | quantcast_meta_adsets | Quantcast - AdSets Meta | refresh | true |
lookup | quantcast_meta_creatives | Quantcast - Creative Meta | refresh | true |
Connection Configuration
Key | Required | Description | Hint |
quantcast_api_key | Yes | Quantcast API Key | API Key generated by Quantcast |
quantcast_api_secret | Yes | Quantcast Secret | Quantcast secret generated with the API Key |
quantcast_account_ids | Yes | Quantcast Account IDs | Comma delimited list of account ids |
Dimensions
Name | Result Fields |
Account [Quantcast] | quantcast_meta_accounts.name |
Campaign [Quantcast] | quantcast_meta_campaigns.name |
AdSet [Quantcast] | quantcast_meta_adsets.name |
Creative [Quantcast] | quantcast_meta_creatives.name |
Base Metrics
Name | Formula |
Impressions [Quantcast] |
|
Clicks [Quantcast] |
|
Spend [Quantcast] |
|
Revenue [Quantcast] |
|
Video Completes [Quantcast] |
|
Results [Quantcast] |
|
Video 25% View [Quantcast] |
|
Video 50% View [Quantcast] |
|
Video 75% View [Quantcast] |
|
Video 100% View [Quantcast] |
|
Datasource Joins
LHS Column | RHS Table Column |
ad_set_id | quantcast_meta_adsets.id |
account_id | quantcast_meta_accounts.id |
campaign_id | quantcast_meta_campaigns.id |
creative_id | quantcast_meta_creatives.id |
Source Table: quantcast_data_aggregate
Composite Metrics
Name | Formula | Round | Prefix / Suffix | Notes |
CTR [Quantcast] |
| 2 | % | Click-through rate |
CPM [Quantcast] |
| 2 | £ | Cost per thousand impressions |
CPC [Quantcast] |
| 2 | £ | Cost per click |
VTR [Quantcast] |
| 2 | % | View-through rate |
CPCV [Quantcast] |
| 2 | £ | Cost per completed view |