Drupal 中节点特定的 google 分析标签
我需要将这种类型的标签(Floodlight/doubleclick - Google Analytics)放在我的 Drupal 站点的某些节点中 - 每个代码片段/GA 标签都是特定且不同的 -。如何将这些特定标签放在特定节点中? -如果可能的话靠近标签?- 块?或者有一个模块可以在这种情况下提供帮助?
感谢您的帮助,这是紧急情况!
<!--
Inicio de la etiqueta Floodlight de DoubleClick: No elimine el
nombre de actividad de esta etiqueta: Tag 001
URL de la página Web en la que se espera que se inserte la etiqueta:
Esta etiqueta se debe insertar entre las etiquetas <body> y </body>, tan cerca como sea posible
de la etiqueta de apertura.
Fecha de creación: 09/06/2011
-->
<script type="text/javascript">
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('<iframe src="http://fls.doubleclick.net/activityi;src=33000080;
type=tagss090; cat=tag00425;ord=' + a + '?" width="1" height="1" frameborder="0"
style="display:none"></iframe>');
</script>
<noscript>
<iframe src="http://fls.doubleclick.net/activityi;src=33000080;type=tagss090;cat=tag00425;
ord=1?" width="1" height="1" frameborder="0" style="display:none"></iframe>
</noscript>
<!-- Fin de la etiqueta Floodlight de DoubleClick: No eliminar -->
I need to put this kind of tags (floodlight/doubleclick - Google Analytics) in some nodes in my Drupal site -each code snippet/GA tag is specific and different-. How can I put this specific tags in specific nodes? -near the tag if possible?-
blocks? or there's a module that could help in this case?
Thanks for any help, this is an emergency!
<!--
Inicio de la etiqueta Floodlight de DoubleClick: No elimine el
nombre de actividad de esta etiqueta: Tag 001
URL de la página Web en la que se espera que se inserte la etiqueta:
Esta etiqueta se debe insertar entre las etiquetas <body> y </body>, tan cerca como sea posible
de la etiqueta de apertura.
Fecha de creación: 09/06/2011
-->
<script type="text/javascript">
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('<iframe src="http://fls.doubleclick.net/activityi;src=33000080;
type=tagss090; cat=tag00425;ord=' + a + '?" width="1" height="1" frameborder="0"
style="display:none"></iframe>');
</script>
<noscript>
<iframe src="http://fls.doubleclick.net/activityi;src=33000080;type=tagss090;cat=tag00425;
ord=1?" width="1" height="1" frameborder="0" style="display:none"></iframe>
</noscript>
<!-- Fin de la etiqueta Floodlight de DoubleClick: No eliminar -->
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我过去通常跟踪代码的方式是将代码添加到 Drupal 中的块中,并使用块可见性设置来指定要在哪些节点上加载该块。
The way I've typically done tracking codes like that in the past was to add the code to a block in Drupal and use the block visibility settings to specify which nodes to load the block on.
这对 OP 的 SEO“紧急”没有帮助,但几个月前该模块已被审查并作为完整项目发布到 Drupal.org,并且可能会帮助其他在 Google 搜索 drupal + doubleclick + 后最终看到这篇文章的人泛光灯。
https://www.drupal.org/project/doubleclick_floodlight
This doesn't help with the OP's SEO "emergency", but this module was reviewed and published as full project to Drupal.org a few months ago and might help someone else who ends up on this post after searching Google for drupal + doubleclick + floodlight.
https://www.drupal.org/project/doubleclick_floodlight