From 3dcc38478825b7485f19d1234b8394553e2d518f Mon Sep 17 00:00:00 2001 From: cabaret-pro Date: Mon, 16 Feb 2026 17:24:09 -0500 Subject: [PATCH] Fix STOREURL example to use actual app store URLs 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 #28 Co-authored-by: Cursor --- vast4macros/data/macros-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vast4macros/data/macros-data.json b/vast4macros/data/macros-data.json index 3f186e8..ef336ce 100644 --- a/vast4macros/data/macros-data.json +++ b/vast4macros/data/macros-data.json @@ -748,7 +748,7 @@ "contexts": "All tracking pixels,VAST request URIs", "description": "For app ads, the app store URL for the installed app. This macro belongs in the 'Publisher Info' section longer term.", "descriptionformatted": "For app ads, the app store URL for the installed app.", - "example": "" + "example": "" }, { "id": 53,