matomo-org/matomo

when &gclid= parameter found, mark visitor as Adwords

Open

#4.468 geöffnet am 3. Jan. 2014

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (2.847 Forks)batch import
EnhancementHelp wanted

Repository-Metriken

Stars
 (21.513 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 11h) (106 gemergte PRs in 30 T)

Beschreibung

When we see a visitor with a correctly formatted &gclid= parameter, in the landing page url, then we can set this visitor as coming from adwords.

gclid should be at least 10 characters long, and less than 100.

Ideally we would also store the gclid value in the log_visit table for later use, eg. importing analytics conversions from Piwik into Adwords.

This would likely be done in a new plugin

Follows up #4261

Contributor Guide