-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(3PT): Add inizio #40
Conversation
interface Window { | ||
_brandmetrics?: { cmd: string; val: Record<string, unknown> }[]; | ||
// eslint-disable-next-line no-undef | ||
googletag: googletag.Googletag; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice that you found the exact Googletag type 👍 .
yeah chore should be fine i'd think. i've been rebasing locally to avoid this and so far i've not encountered any grim conflict chains
that's fine - semantic release will examine each commit and decide what it needs to do. you can see it actually examining commits in the build log |
I had to manually rebase and |
I cheated by changing the commit message :) Co-authored-by: Alex Sanders <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks good. i think we don't need sourcepointId in the ThirdPartyTag but otherwise can 🚢
🎉 This PR is included in version 0.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What does this change?
Add Inizio third-party tag & adds types on the window.
@types/doubleclick-gpt
forwindow.googletag
undefined
forsourcepointId
to highlight an error if it is set instead ofname
Why?
Move it out of
frontend
.