Replies: 1 comment
-
The plugin allows the use of a custom type via the <script
type="text/plain"
data-type="text/partytown"
data-category="analytics"
>
console.log("analytics enabled");
</script>
<script
type="text/plain"
src="my-service.js"
data-category="analytics"
data-service="My service"
data-type="text/partytown"
></script> When the plugin is executed, all the script tags that should be enabled (based on user's preferences) will have the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
Is it possible to integrate CookieConsent with Partytown? Are there any recommended practices or considerations for integrating these two components effectively?
Thank you! :)
Beta Was this translation helpful? Give feedback.
All reactions