嘿,因为ga跟踪代码在php输出中,我似乎无法使其正常运行。在php之外,跟踪代码工作正常,但我认为我正在尝试使用3种类型的'"'它可能会导致问题?
$prodqoutput =
'<div class="container" style="margin-bottom: 50px;">
<div class="col-sm-6 col-md-4">
</div>
<div class="col-sm-6 col-md-4">
<img src="' . $llogo . '" style="width: 100%;"><br />
<center><span>' . $lexcerpt . '</span></center>
<a href="' . $laffil . '" target="_blank" onClick="ga(‘send’, ‘event’, ‘Card Image’, ‘'.$brand.'’, ‘'.$etitle.'’);">
<button style="height: 50px;" type="button" class="btn btn-primary btn-lg btn-block">
View More Products! <span class="glyphicon glyphicon-refresh"></span>
</button>
</a>
</div>
<div class="col-sm-6 col-md-4">
</div>
</div>';
如果有人能提供帮助那就太棒了。
提前致谢。
答案 0 :(得分:1)
尝试更改此部分代码:
onClick="ga(\'send\', \'event\', \'Card Image\', \''.$brand.'\', \''.$etitle.'\');">
仅使用"
和'
,并在需要时(如您的示例中所示),您可以预先\