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

Partial targeting is not being returned before auction ends #2752

Closed
Saigredan opened this issue Jun 21, 2018 · 1 comment
Closed

Partial targeting is not being returned before auction ends #2752

Saigredan opened this issue Jun 21, 2018 · 1 comment
Labels

Comments

@Saigredan
Copy link
Contributor

Saigredan commented Jun 21, 2018

Type of issue

Bug

Description

Partial targeting is not accessible before auction ends.

Steps to reproduce

  1. Start an auction.
  2. Before auctionEnd event is being fired, attempt running pbjs.getAdserverTargeting() method, knowing some bids had already been returned.

Expected results

According to documentation (http://prebid.org/dev-docs/publisher-api-reference.html#module_pbjs.setTargetingForGPTAsync) current targeting should be returned.

Actual results

Empty targeting for each ad unit

Platform details

Prebid 1.14.0

Other information

This may be related with 1.0 Prebid release, according to blame here:

if (auction.getAuctionStatus() === AUCTION_COMPLETED) {

@stale
Copy link

stale bot commented Jul 6, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 6, 2018
@stale stale bot closed this as completed Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant