matomo-org/matomo

when &gclid= parameter found, mark visitor as Adwords

开放

#4,468 创建于 2014年1月3日

 (6 条评论) (0 个反应) (0 位负责人)PHP (2,890 个派生)batch import
EnhancementHelp wanted

仓库指标

星标
 (21,771 个星标)
PR 合并指标
 (平均合并 8天 11小时) (30 天内合并 106 个 PR)

描述

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

贡献者指南