Skip to content

Conversation

@kestutisg
Copy link
Member

@kestutisg kestutisg commented Jan 19, 2026

Idea is to have unique auction round id, that would hold auction id within.

For example, if auctionID value (that is BidRequest.id) is:

cloudx-auction-sim-1768492001181

Then auction round id, for that auction first round would be:

cloudx-auction-sim-1768492001181-1

Opened improved solution PR here

@kestutisg kestutisg requested a review from nickpell as a code owner January 19, 2026 20:34
Copy link
Collaborator

@dsabonis dsabonis left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@nickpell nickpell left a comment

Choose a reason for hiding this comment

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

Looks good! One question about backwards compatibility.

Type string `json:"type"`
AuctionID string `json:"auction_id"`
RoundID int `json:"round_id"`
RoundID string `json:"round_id"`
Copy link
Member

Choose a reason for hiding this comment

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

Is there any accompanying PR for SSP that handles backwards compatibility?

Copy link
Member

Choose a reason for hiding this comment

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

I found the corresponding PR - it looks like backwards compatibility is not maintained. Could you make sure we maintain compatibility during all phases of updating these services?

Copy link
Member

Choose a reason for hiding this comment

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

Possibly just needs a custom serializer/deserializer method?

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.

5 participants