Skip to content

Fix STOREURL example to use actual app store URLs#54

Open
cabaret-pro wants to merge 1 commit intoInteractiveAdvertisingBureau:masterfrom
cabaret-pro:fix/storeurl-example-urls
Open

Fix STOREURL example to use actual app store URLs#54
cabaret-pro wants to merge 1 commit intoInteractiveAdvertisingBureau:masterfrom
cabaret-pro:fix/storeurl-example-urls

Conversation

@cabaret-pro
Copy link

Summary

  • Fixed the STOREURL macro example which showed store IDs instead of store URLs for Android and Roku
  • Updated examples per IAB Tech Lab OTT/CTV Store Assigned App Identification Guidelines

Changes

Platform Before After
iOS/tvOS ✅ (already correct) No change
Android com.tubitv https://play.google.com/store/apps/details?id=com.tubitv
Roku 41468 https://channelstore.roku.com/details/41468/tubi

Reference

Per IAB Tech Lab OTT/CTV Store Assigned App Identification Guidelines, the STOREURL macro should contain the actual app store URL, not the store ID.

Fixes #28

Test plan

  • Verified JSON syntax is valid
  • Confirmed URLs match format from IAB guidance document

Made with Cursor

The STOREURL macro example incorrectly showed store IDs instead of
store URLs for Android and Roku platforms.

Updated per IAB Tech Lab OTT/CTV Store Assigned App Identification
Guidelines (https://iabtechlab.com/guidelines-ctv-ott-device-and-app-identification/):

- Android: Changed from "com.tubitv" to the actual Play Store URL
- Roku: Changed from "41468" to the actual Roku Channel Store URL

Fixes InteractiveAdvertisingBureau#28

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

Updating to correct URLs

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 STOREURL example incorrect

1 participant