-
-
Notifications
You must be signed in to change notification settings - Fork 748
Closed
Milestone
Description
Search Terms
gaId, privacy, gdpr, cookies
Problem
TypeDoc supports specifying a gaId option. When set, this causes TypeDoc to include Google Analytics tracking code in the generated pages. This causes a problem for anyone attempting to comply with the EU Cookie Law as TypeDoc does not generate a cookie banner.
Suggested Solution
Push the gaId option to an external plugin. I could generate a cookie banner within TypeDoc, but other plugins (like typedoc-clarity-plugin) also ought to cause this to be generated, so TypeDoc's check would have to be externally controlled.