我想知道如何为 Discourse 站点添加多个跟踪代码?例如,我可能有一个分析跟踪代码和一个 Google Ads 跟踪代码。
如果您查看其他工具(如 Gatsby)的文档(此处参考),它们允许这样做:
trackingIds: [
"GA-TRACKING_ID", // Google Analytics / GA
"AW-CONVERSION_ID", // Google Ads / Adwords / AW
"DC-FLOODIGHT_ID", // Marketing Platform advertising products (Display & Video 360, Search Ads 360, and Campaign Manager)
],
如何在 Discourse 中做到这一点?在设置 (ga_universal_tracking_code) 中,看起来我只能提供一个。