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

Pubmatic's request size grows with each request #1080

Closed
mctaggaj opened this issue Mar 27, 2017 · 0 comments
Closed

Pubmatic's request size grows with each request #1080

mctaggaj opened this issue Mar 27, 2017 · 0 comments

Comments

@mctaggaj
Copy link
Contributor

Type of issue

Bug

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

#1079

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