Drupal 中节点特定的 google 分析标签

发布于 2024-12-06 03:37:30 字数 1191 浏览 1 评论 0原文

我需要将这种类型的标签(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏の忆 2024-12-13 03:37:30

我过去通常跟踪代码的方式是将代码添加到 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.

简美 2024-12-13 03:37:30

这对 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文