Topic on User talk:AGreen (WMF)/Draft:Mapping of EventLogging properties to FundraisingImpressions database

EEggleston (WMF) (talkcontribs)

Is actually a view:

CREATE VIEW `donatewiki_counts` AS (

  SELECT utm_source, utm_campaign, link_id, COUNT(*) AS count

  FROM donatewiki_unique

  GROUP BY utm_source, utm_campaign, link_id

);

AGreen (WMF) (talkcontribs)

Ah cool, nice catch! Just removed it from the specification, since I guess there's no need to do anything with it. :)

Reply to "donatewiki_counts"