Last active
October 2, 2018 00:18
-
-
Save mattm/3f584163f4ceb83e71c82ada3d9eabae to your computer and use it in GitHub Desktop.
Facebook Ad Insights Modeling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
explore: fb_ad_insights { | |
label: "Facebook" | |
view_label: "Facebook" | |
join: fb_conversions { | |
view_label: "Facebook" | |
type: left_outer | |
relationship: one_to_one | |
sql_on: ${fb_ad_insights.primary_key} = ${fb_conversions.primary_key} ;; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment