-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
✨ ENHANCE: expand Dable AMP options #39413
Conversation
Minjiicho
commented
Aug 28, 2023
- Add new option for special case
- Add backup options to deliver accurate data
7bee2f5
to
5b24924
Compare
Hi @calebcordry |
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.
LGTM but will leave final approval to @powerivq
@@ -52,6 +56,10 @@ export function dable(global, data) { | |||
widgetOpts.category3 = articleSection3; | |||
logOpts.category3 = articleSection3; | |||
} | |||
if (orgServiceId) { | |||
widgetOpts.orgServiceId = orgServiceId; |
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.
@powerivq these don't get obfuscated?
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.
I think it's up to Dable whether to do something about these parameters.
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.
@erwinmombay Thank you for the review 🙏
It's an internally agreed value, so I don't think it'll be a problem but please let me know if you have any concerns.
@@ -52,6 +56,10 @@ export function dable(global, data) { | |||
widgetOpts.category3 = articleSection3; | |||
logOpts.category3 = articleSection3; | |||
} | |||
if (orgServiceId) { | |||
widgetOpts.orgServiceId = orgServiceId; |
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.
I think it's up to Dable whether to do something about these parameters.
For some reasons, circle build is not running. Can you rebase so that it can retry? @Minjiicho |
@powerivq I made trivial update to the guide. Hope CircleCI rerun 🙏 |
@powerivq CircleCI is still on waiting 🤔 |
@Minjiicho I suspect it is because the branch name contains |
@powerivq Thx for sharing suspicious part. Let me close this PR since reopened new PR #39433 |