diff --git a/public-v2/index.php b/public-v2/index.php index 756794c..300fb35 100644 --- a/public-v2/index.php +++ b/public-v2/index.php @@ -108,10 +108,11 @@ $clientId = $config['sso']['client_id'] ?? '';
* Optional fields: Duration (for video/audio), Spot Version (MST/REF), Social Media (FBP/FBR/IGF/IGR), and Tracking ID (6 chars, optionally with -N for New Asset Mode).
+* Optional fields: Duration (for video/audio), Spot Version (MST/REF), Social Media (FBP/FBR/IGF/IGR).
+⚠️ TRACKING ID IS REQUIRED: All files must have a tracking ID (6 chars, optionally with -N) to be routed to the correct upload location.
- Enter the 6-character tracking ID from the master asset to link this derivative asset. + ⚠️ Required: Enter the 6-character tracking ID from the master asset. This is required to route the file to the correct upload location.
[JOB]_[BRAND]_[SUBJECT]_[ASSET]_[DURATION*]S_[RATIO]_[VERSION*]_[COUNTRY]_[LANGUAGE]_[SOCIAL*]_[TRACKING*]
+ [JOB]_[BRAND]_[SUBJECT]_[ASSET]_[DURATION*]S_[RATIO]_[VERSION*]_[COUNTRY]_[LANGUAGE]_[SOCIAL*]_[TRACKING]
* Optional fields: DURATION (for video/audio), VERSION (MST/REF), SOCIAL (FBP/FBR/IGF/IGR), TRACKING_ID (6 chars, optionally with -N)
+* Optional fields: DURATION (for video/audio), VERSION (MST/REF), SOCIAL (FBP/FBR/IGF/IGR)
+Required: TRACKING_ID is REQUIRED (6 chars, optionally with -N for New Asset Mode). Without a tracking ID, files cannot be routed to the correct upload location.
Key Changes in V3: Country and Language codes moved to end (positions 8-9). New Social Media field added (position 10).
A: Tracking IDs are optional but highly recommended for derivative assets. They ensure proper metadata inheritance and asset tracking.
-A: You can still create filenames without tracking IDs. Just leave the tracking ID field empty in the builder.
+A: YES - Tracking IDs are REQUIRED. Without a tracking ID, the system cannot determine the correct upload folder location. Every file must have a tracking ID to be processed correctly.