Skip to content

Fix INVENTORYSTATE example to use valid values#53

Open
cabaret-pro wants to merge 1 commit intoInteractiveAdvertisingBureau:masterfrom
cabaret-pro:fix/inventorystate-example-typo
Open

Fix INVENTORYSTATE example to use valid values#53
cabaret-pro wants to merge 1 commit intoInteractiveAdvertisingBureau:masterfrom
cabaret-pro:fix/inventorystate-example-typo

Conversation

@cabaret-pro
Copy link

Summary

  • Fixed the INVENTORYSTATE macro example which incorrectly used "fullscreen" as a value
  • "fullscreen" is a PLAYERSTATE value, not an INVENTORYSTATE value
  • Changed example from autoplayed,fullscreen to autoplayed,skippable using valid INVENTORYSTATE values

Details

The INVENTORYSTATE_values in the macros data defines valid values as:

  • skippable
  • autoplayed
  • mautoplayed
  • optin

The previous example autoplayed,fullscreen was incorrect because fullscreen belongs to PLAYERSTATE_values, not INVENTORYSTATE_values.

Fixes #27

Test plan

  • Verified JSON syntax is valid
  • Confirmed the new example uses values from INVENTORYSTATE_values

Made with Cursor

The example for INVENTORYSTATE incorrectly included "fullscreen" which
is not a valid INVENTORYSTATE value. "fullscreen" is a PLAYERSTATE value.

Changed the example from "autoplayed,fullscreen" to "autoplayed,skippable"
using valid INVENTORYSTATE values as defined in INVENTORYSTATE_values.

Fixes InteractiveAdvertisingBureau#27

Co-authored-by: Cursor <cursoragent@cursor.com>
@cabaret-pro
Copy link
Author

Updated to reflect correct value

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.

VAST Macros - fix INVENTORYSTATE example is incorrect

1 participant