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

Post-Bid Tag won't connect to Rubicon #457

Closed
digitalthrottle opened this issue Jul 19, 2016 · 4 comments
Closed

Post-Bid Tag won't connect to Rubicon #457

digitalthrottle opened this issue Jul 19, 2016 · 4 comments

Comments

@digitalthrottle
Copy link

digitalthrottle commented Jul 19, 2016

I can't seem to get the Post-Bid tag to connect to Rubicon. The passback works fine, so that's good. I'm connected to Fastlane and Rubicon Support has confirmed the site and zone are in good standing.

Anyone have luck with Post-Bid with Rubicon? Here is the latest try at settings:
(I've tried using single quotes and double quotes - still no ping to Rubicon)

<html>
<head>
<script>
  // Define the creative's size here:
  var tagWidth = 728;
  var tagHeight = 90;

  // Add your bids of the defined size for this ad unit here:
  var bids = {
      bidder: 'rubicon',
      params: {
         accountId: "10912",
         siteId: "25904",
         zoneId: "141306",
                 sizes: [2],
}
    };
@bretg
Copy link
Collaborator

bretg commented Jul 21, 2016

Will get time next week to look at this -- haven't set up post-bid before. In the meantime, do you see any requests going out to to optimized-by.rubiconproject.com? If so, please post.

@bretg
Copy link
Collaborator

bretg commented Jul 25, 2016

Used the Postbid example at http://prebid.org/dev-docs/examples/postbid.html and modified in JSFiddle to include your parameters -- works for me. Couple of possible problems with the javascript you provided above: 1) var bids should be an array 2) extra trailing comma after the sizes parameter. #1 may the problem. If not, please post the full Post-bid tag you're using.

@digitalthrottle
Copy link
Author

Fixed it!

Thanks so much.

Bryan Robb
President
Digital Throttle, LLC
[DigitalThrottleEmailLogo_R]
bryan.robb@digitalthrottle.commailto:bryan.robb@digitalthrottle.com | www.digitalthrottle.comhttp://www.digitalthrottle.com/
Office (949) 713-0944 x101 | Cell (949) 683-6550 | Fax (949) 544-0465
30200 Rancho Viejo Road, Suite H | San Juan Capistrano, CA 92675

About Us
We sell online advertising through hundreds of independent automotive, racing, boating & powersports sites.

From: bretg [mailto:notifications@github.com]
Sent: Monday, July 25, 2016 7:32 AM
To: prebid/Prebid.js
Cc: bryan.robb@digitalthrottle.com; Author
Subject: Re: [prebid/Prebid.js] Post-Bid Tag won't connect to Rubicon (#457)

Used the Postbid example at http://prebid.org/dev-docs/examples/postbid.html and modified in JSFiddle to include your parameters -- works for me. Couple of possible problems with the javascript you provided above: 1) var bids should be an array 2) extra trailing comma after the sizes parameter. #1#1 may the problem. If not, please post the full Post-bid tag you're using.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/457#issuecomment-234970328, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AEgw9-8Xg6B6IUmu6GvGSaRNEKDhN0dpks5qZMj7gaJpZM4JQSWe.

@bretg
Copy link
Collaborator

bretg commented Jul 26, 2016

Glad to hear.

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

3 participants