如何提取客户点击的特定 AdWord 关键字?

How to extract the specific AdWord keyword that a client clicked on?

我正在使用 AdWords 来帮助生成表单提交,表单提交是我的转化启发式方法。

我想获取产生转化的特定 AdWords 关键字并将其与表单一起提交,以便我可以跟踪哪个关键字产生了哪些提交。这可能吗?

我没有看到与 Google 广告点击相关的 cookie,并且自动附加的 gclid 在解码时仅包含时间戳。

如果您在 Adwords 中使用自动标记,那么您将无法实时获取关键字以将其与表单一起发送。

您需要使用手动标记,并从 utm_term 参数中提取值,或者 configure valuetrack parameters to have the keyword/matchtype in your destinantion url.

在这两种情况下,您都需要存储来自查询参数的值(e.g. in a cookie), read it in the page with the form and append a hidden form field to your form 设置为正确的值。