Skip to main content

When to Use This Analysis

  • Understand the contribution of views vs clicks on your Meta CPA / ROAS
  • Evaluate the incremental impact of Meta view-through —

Source Data

This analysis primarily uses the following fields from the Log Level MTA schema: The marketing_type fields indicates the type of ad interaction

Example Query #1: View Through vs. Click Through Attributed Conversions and Revenue

Snowflake SQL Example

How to customize

  • Add tier_2, tier_3, campaign, or other dimensions to increase granularity
  • Change day to hour if you want higher precision
  • Expand the date filter to analyze longer time windows

Example Query #2: Meta View vs. Click Based ROAS/CPA

Query Steps:
  • Gather view vs. click attribution per Meta AD ID
  • Gather spend per Meta AD ID and join with view vs. click attribution,
  • Compute CPA/ROAS and aggregate at desired reporting dimensions.

Snowflake SQL Example