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

Add auctionId to PBS events strings #1327

Merged
merged 9 commits into from
Jul 9, 2021
Merged

Add auctionId to PBS events strings #1327

merged 9 commits into from
Jul 9, 2021

Conversation

SerhiiNahornyi
Copy link
Collaborator

No description provided.

Serhii Nahornyi added 5 commits June 18, 2021 11:04
# Conflicts:
#	src/main/java/org/prebid/server/auction/BidResponseCreator.java
#	src/main/java/org/prebid/server/vast/VastModifier.java
#	src/test/java/org/prebid/server/auction/BidResponseCreatorTest.java
#	src/test/java/org/prebid/server/vast/VastModifierTest.java
#	src/test/resources/org/prebid/server/it/openrtb2/rubicon_appnexus/test-auction-rubicon-appnexus-response.json
#	src/test/resources/org/prebid/server/it/openrtb2/rubicon_appnexus/test-cache-matcher-rubicon-appnexus.json
#	src/test/resources/org/prebid/server/it/openrtb2/rubicon_appnexus/test-cache-rubicon-appnexus-request.json
#	src/test/resources/org/prebid/server/it/openrtb2/rubicon_appnexus_multi_bid/test-auction-rubicon-appnexus-response.json
#	src/test/resources/org/prebid/server/it/openrtb2/rubicon_appnexus_multi_bid/test-cache-matcher-rubicon-appnexus.json
#	src/test/resources/org/prebid/server/it/openrtb2/rubicon_appnexus_multi_bid/test-cache-rubicon-appnexus-request.json
# Conflicts:
#	src/test/resources/org/prebid/server/it/openrtb2/rubicon_appnexus/test-auction-rubicon-appnexus-response.json
Copy link
Contributor

@rpanchyk rpanchyk left a comment

Choose a reason for hiding this comment

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

Also, pls merge with master.

@@ -170,6 +170,7 @@ private static int validateTruncateAttrChars(int truncateAttrChars) {
final long auctionTimestamp = auctionTimestamp(auctionContext);
final Account account = auctionContext.getAccount();
final List<String> debugWarnings = auctionContext.getDebugWarnings();
final String auctionId = bidRequest.getId();
Copy link
Contributor

Choose a reason for hiding this comment

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

i'd say it should be named as requestId or bidRequestId since auctionId is event-specific term and core should not care how it used in events.

@SerhiiNahornyi SerhiiNahornyi force-pushed the events/add/aid_param branch from 5f55b77 to 3646679 Compare July 9, 2021 10:55
# Conflicts:
#	src/main/java/org/prebid/server/auction/BidResponseCreator.java
#	src/test/resources/org/prebid/server/it/openrtb2/rubicon_appnexus/test-auction-rubicon-appnexus-response.json
@SerhiiNahornyi SerhiiNahornyi force-pushed the events/add/aid_param branch from 3646679 to 248f63f Compare July 9, 2021 10:57
@rpanchyk rpanchyk merged commit 951a2ba into master Jul 9, 2021
@rpanchyk rpanchyk deleted the events/add/aid_param branch July 9, 2021 13:11
nickluck9 pushed a commit that referenced this pull request Aug 9, 2021
nickluck9 pushed a commit that referenced this pull request Aug 10, 2021
nickluck9 pushed a commit that referenced this pull request Aug 10, 2021
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