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

[PAT-376] Sync Fork to get ORTB 2.6 changes #35

Merged
merged 52 commits into from
Mar 26, 2024
Merged

[PAT-376] Sync Fork to get ORTB 2.6 changes #35

merged 52 commits into from
Mar 26, 2024

Conversation

rourkewhite
Copy link
Collaborator

@rourkewhite rourkewhite commented Mar 25, 2024

sync fork with upstream repo.
pulls in additive changes only to not break existing references
https://jira.unity3d.com/browse/PAT-376

Skipped changes:

  • variable renaming
  • type changes
    • content.context can be unmarshaled from an int or string upstream; keeping int only
    • a bunch of fields were made into custom enum types upstream; keeping basic types for pre-existing fields
    • upstream all ext fields were made into the json.RawMessage type. keeping the openrtb.Extension type declaration, but now as a json.RawMessage alias. this shouldn't break current type references

venediktov and others added 30 commits November 1, 2017 20:40
fix StringOrNumber for empty strings
Content: fix typo in Album property json tag
Change type on Content.Context from int to NumberOrString
`clicktrackers` field is optional according to the IAB spec and should be omitted if empty.
Add omitempty to Native Ad Response Link struct
switch back custom Extension to json.RawMessage
Add "vcm" attribute to banner object
…tional

Not validate "video.minduration" and "maxduration"
fix a typo in 3D Graphics Content Category
@rourkewhite rourkewhite changed the title Sync Fork to get ORTB 2.6 changes [PAT-376] Sync Fork to get ORTB 2.6 changes Mar 26, 2024
@rourkewhite rourkewhite marked this pull request as ready for review March 26, 2024 01:01
Copy link
Collaborator

@zephanjohnson zephanjohnson left a comment

Choose a reason for hiding this comment

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

LGTM,

@rourkewhite rourkewhite merged commit 6c1a9c3 into master Mar 26, 2024
3 checks passed
@rourkewhite rourkewhite deleted the syncFork branch March 26, 2024 16:59
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

Successfully merging this pull request may close these issues.