home / russian-ads

ads_with_targets (view)

0 rows where target_names contains "age:18 - 65+", target_names contains "excluded_connections:Exclude people who like Pan-African roots MOVE" and target_names contains "language:English (US)"

View and edit SQL

id file clicks impressions text url spend_amount spend_currency created ended target_names
CREATE VIEW ads_with_targets as select ads.*, json_group_array(targets.name) as target_names from ads
  join ad_targets on ad_targets.ad_id = ads.id
  join targets on ad_targets.target_id = targets.id
  group by ad_targets.ad_id
Powered by Datasette · Query took 1827.88ms