Skip to content

Instantly share code, notes, and snippets.

@mattm
Last active October 1, 2018 19:34
Embed
What would you like to do?
Ad Insights Primary Key
dimension: primary_key {
type: string
sql: concat(cast(${date_date} as string), ${campaign_id}, ${country}) ;;
hidden: yes
primary_key: yes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment