Integrate Pinterest Tag #233
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR integrates Pinterest Tag tracking into the Docusaurus project in a modular and maintainable way.
Fixes #152
Type of Change
Changes Made
This script initializes Pinterest tracking, loads the core.js script, and sets up the tag with a sample hashed email.
-static/gtag-init.js File
Added gtag-init.js under the static/ directory to improve script separation and allow better control of Google Analytics initialization.
##Notes
This implementation uses a sample em (hashed email); it can be made dynamic in future improvements.
Script is loaded safely on all pages without causing build errors.
No changes made to UI or core logic.
Checklist
npm run build