camunda / camunda-docs

Camunda 8 Documentation, including all components and features
https://docs.camunda.io/
Other
54 stars 184 forks source link

Request: change URL of Google Tag Manager #4351

Closed pepopowitz closed 2 weeks ago

pepopowitz commented 1 month ago

A request from @antantunes:

We are going to move from Client Side GTM to Server Side Google Tag Manager. To do that we need to replace the url on the GTM Script with our own: https://www.googletagmanager.com/ -> https://ssgtm.camunda.com/

Due date: Monday, Sept 30.

Implementation details

We don't actually inject the URL ourselves, we do it through a Docusaurus plugin. Neither the plugin we're using, nor the official one from Docusaurus, supports custom URLs. We'll need to replicate the plugin in our own code, and modify the URL there.

pepopowitz commented 2 weeks ago

Completed in #4369.