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

Cache vast xml #643

Merged
merged 5 commits into from
Aug 6, 2018
Merged

Cache vast xml #643

merged 5 commits into from
Aug 6, 2018

Conversation

dbemiller
Copy link
Contributor

Fixes #324.

This does not implement ttlseconds, which was described in the ticket as optional. To support that, we'll need to add it to the whole stack (down through Prebid Cache)... so it would be another few PRs.

@dbemiller dbemiller added the External API impact Tag for issues and PRs which affect the external API label Aug 3, 2018
@dbemiller dbemiller requested review from hhhjort and cirla August 3, 2018 18:22
if requestExt.Prebid.Cache != nil {
shouldCacheBids = requestExt.Prebid.Cache.Bids != nil
shouldCacheVAST = requestExt.Prebid.Cache.VastXML != nil
}
shouldCacheBids = requestExt.Prebid.Cache != nil && requestExt.Prebid.Cache.Bids != nil
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this line redundant with the above?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, thank you. will remove

Copy link
Collaborator

@hhhjort hhhjort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@dbemiller dbemiller merged commit 9bba400 into master Aug 6, 2018
@dbemiller dbemiller deleted the cache-vast-xml branch August 6, 2018 12:29
katsuo5 pushed a commit to flux-dev-team/prebid-server-1 that referenced this pull request Dec 1, 2020
* Made some changes to support VAST cacheing.

* Implemented vastxml cacheing.

* Fixed JSON in markdown.

* Added endpoint contract tests.

* Removed redundant line.
katsuo5 pushed a commit to flux-dev-team/prebid-server-1 that referenced this pull request Dec 2, 2020
* Made some changes to support VAST cacheing.

* Implemented vastxml cacheing.

* Fixed JSON in markdown.

* Added endpoint contract tests.

* Removed redundant line.
katsuo5 pushed a commit to flux-dev-team/prebid-server-1 that referenced this pull request Dec 4, 2020
* Made some changes to support VAST cacheing.

* Implemented vastxml cacheing.

* Fixed JSON in markdown.

* Added endpoint contract tests.

* Removed redundant line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External API impact Tag for issues and PRs which affect the external API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants