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

About this board

EEggleston (WMF) (talkcontribs)

Might just want a note that the donatewiki tables are only added to when the hostname is 'donate.wikimedia.org'

AGreen (WMF) (talkcontribs)

Thanks! I added an explanation in the section about LandingPageImpression events.

Reply to "donatewiki tables"
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"
There are no older topics