这是indexloc提供的服务,不要输入任何密码
Skip to content

Dev Tools Interest Group Joining Doesn't Show Priority Related Elements #1042

@thegreatfatzby

Description

@thegreatfatzby

The Dev Tools --> Application --> Interest Group pane doesn't show fields like:

  • priority
  • priorityVector
  • prioritySignalsOverrides
  • enableBiddingSignalPrioritiztion

The code that created the IG looks like this:
var interestGroup = { owner: 'https://www.pst-dsp.com', name:InterestGroupabc, priorityVector: { signalA: 1 }, prioritySignalsOverrides: { signalA: 1 }, enableBiddingSignalsPrioritization: 1, priority: 10, lifetimeMs: 1000 * 60 * 60 * 24 * 30, ads: [], biddingLogicUrl: 'https://www.pst-dsp.com/bidding.js' }; await navigator.joinAdInterestGroup(interestGroup);

Here is the Dev Tools values displayed, w/o priority fields:
Screenshot 2024-02-17 at 3 58 42 PM

And here we see the expected db values, indicating it was correctly joined.
Screenshot 2024-02-17 at 4 17 58 PM

Also demo here.

This is minor, would be good as part of general introspection, debugging, etc.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions