Skip to content
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

V3 launch #210

Merged
merged 12 commits into from
Jun 13, 2024
Merged

V3 launch #210

merged 12 commits into from
Jun 13, 2024

Conversation

msub2
Copy link
Contributor

@msub2 msub2 commented May 23, 2024

  • Removed beta overrides for all but one of the trial spaces
  • Bumped all public package versions to 3.0.0
  • Adjust a couple of deprecated WLE calls
  • Adjust retry count tracking to account for multiple banners at once properly
  • Update tests

@msub2
Copy link
Contributor Author

msub2 commented May 23, 2024

Fixed the issue with image tests failing but the navigation one is still timing out. Looking into it

];

const getV3BetaUnitInfo = (adUnitId) => {
return betaUnits.find(unit => unit.id === adUnitId) || {};
const getOverrideUnitInfo = (adUnitId) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly are we overriding if we're removing the list of beta ad units?

@msub2 msub2 marked this pull request as ready for review June 8, 2024 00:37
@@ -62,6 +62,10 @@ const getDefaultBanner = (format, style, shouldOverride, overrideFormat) => {
}

const fetchCampaignAd = async (adUnitId, format = 'tall', style = 'standard') => {
if (['tall', 'wide', 'square'].includes(format)) {
console.warn(`The old Zesty banner formats (tall, wide, and square) are being deprecated and will be removed in a future version. Please update to one of the new IAB formats (mobile-phone-interstitial, billboard, and medium-rectangle).`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be helpful to link them to docs from here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah true, will add that

Copy link
Contributor

@limbofeather limbofeather left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking 🍏

@msub2 msub2 merged commit 9aadb4b into main Jun 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants