【发布时间】:2013-05-07 21:05:57
【问题描述】:
我正在我的网站上安装 Google AdWords 转化跟踪代码,并注意到 Google 提供的部分代码在 URL 查询字符串中使用了 &。例如
<img height="1" width="1" style="border-style:none;" alt=""
src="//www.googleadservices.com/pagead/conversion/1000252671/
?value=0&label=EQfkDGsBrkTPj_YU6FH&guid=ON&script=0"/>
但是,a Google AdWords support page shows &amp; being used instead of &amp;(展开“跟踪您网站上的转化”,然后展开“第 2 步”,然后查看第二个代码块的最后几行)
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/
conversion/1234567890/?value=10.0&label=Purchase&script=0">
我应该使用&amp; 还是&amp;?
【问题讨论】:
标签: google-ads-api