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

Reset the list of slots to be requested between each action for pubmatic #1104

Closed
Mahesh-Git-Collab opened this issue Apr 6, 2017 · 1 comment

Comments

@Mahesh-Git-Collab
Copy link

Mahesh-Git-Collab commented Apr 6, 2017

Type of issue

Bugfix

Description

Request to ad server incrementally gets bigger with each time the ads are refreshed

Steps to reproduce

  1. Load a ad slot with pubmatic as the bidder
  2. Observe the request made to: https://gads.pubmatic.com/AdServer/AdCallAggregator (The slot name is present once)
  3. Refresh the ad Observe the request made to: https://gads.pubmatic.com/AdServer/AdCallAggregator (the slot name should be present once
  4. Observe the request made to: https://gads.pubmatic.com/AdServer/AdCallAggregator (The slot name is present twice)
    .. continue and watch the number of times the snot name is present grow.

Expected results

The slot name should only be in the query string once

Actual results

The slot name is in the query string n times, where n is the number of times that slot has been refreshed.

Platform details

Current version on all browsers

Other information

Saw this issue in version 18

@mkendall07
Copy link
Member

@MahiMitr
Thanks for the bug report. I believe this issue is resolved with this commit: 5c2de1e
available in prebid 0.21.0. Can you confirm?

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

No branches or pull requests

2 participants