Skip to content

Fixed param ordering in the media analytics bridge for createAdBreakObject, createChapterObject, and createQoEObject methods#1476

Open
jonsnyder wants to merge 2 commits intomainfrom
mediaBridgeFixes
Open

Fixed param ordering in the media analytics bridge for createAdBreakObject, createChapterObject, and createQoEObject methods#1476
jonsnyder wants to merge 2 commits intomainfrom
mediaBridgeFixes

Conversation

@jonsnyder
Copy link
Copy Markdown
Collaborator

Description

After getting #1473, I decided to audit the entire media analytics bridge API. I found two other methods with switched params, and it was missing the version property.

createAdBreakObject - args 2 & 3 swapped (position & startTime)
createChapterObject - args 2 & 4 swapped (position & startTime)
createQoEObject - args 2 & 4 swapped (startupTime & droppedFrames)
version - version property was missing, now is just the Web SDK version (i.e. "WEBSDK 2.30.0")

Related Issue

Motivation and Context

Screenshots (if appropriate):

Checklist:

  • I have signed the Adobe Open Source CLA or I'm an Adobe employee.
  • I have made any necessary test changes and all tests pass.
  • I have run the Sandbox successfully.
  • I have added a Changeset (pnpm changeset) or it is not necessary because this PR is not consumer-facing.

…param ordering for createAdBreakObject, createChapterObject, and createQoEObject methods
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 1, 2026

🦋 Changeset detected

Latest commit: f7ecc09

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@adobe/alloy Patch
@adobe/alloy-sandbox-browser Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jonsnyder jonsnyder mentioned this pull request Apr 1, 2026
4 tasks
@carterworks
Copy link
Copy Markdown
Collaborator

Closes #1472

@jonsnyder jonsnyder requested a review from carterworks April 2, 2026 20:03
value: "hello",
},
]);
/*
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

either uncomment or remove this block

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