-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update hello world example and remove other outdated GPT examples #4009
Conversation
This pull request fixes 10 alerts when merging 84b0424 into d3643fd - view on LGTM.com fixed alerts:
This project has automated code review enabled, but doesn't use the LGTM GitHub App. Migrate over by installing the app. Read about the benefits of migrating to GitHub Apps in the blog. Comment posted by LGTM.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
<script> | ||
var PREBID_TIMEOUT = 3300; | ||
var FAILSAFE_TIMEOUT = 3300; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 on renaming this, had heard people confused thinking it was bidder timeout and others!
@mkendall07 - I made a couple of updates
|
This pull request fixes 10 alerts when merging 84047d6 into e6e080a - view on LGTM.com fixed alerts:
This project has automated code review enabled, but doesn't use the LGTM GitHub App. Migrate over by installing the app. Read about the benefits of migrating to GitHub Apps in the blog. Comment posted by LGTM.com |
Back to you @mkendall07 to confirm the timeout changes I made. |
LGTM |
…ebid#4009) * Update hello world example and remove other outdated GPT examples * updated timeouts * updated PREBID_TIMEOUT
…ebid#4009) * Update hello world example and remove other outdated GPT examples * updated timeouts * updated PREBID_TIMEOUT
…ebid#4009) * Update hello world example and remove other outdated GPT examples * updated timeouts * updated PREBID_TIMEOUT
Type of change
Description of change
This cleans up the GPT example pages by removing the old pattern of polling to see if GPT is ready and also removes bidder specific pages because it's not realistic to keep them all up date. Per Google, this is no longer necessary (https://developers.google.com/doubleclick-gpt/versions):