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'] ?? '';
_
TRACKING ID - 6 chars* + 6 chars
-

* 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.

Upload Processing: When uploading to DAM, both the OMG Job Number and Tracking ID are automatically stripped. The tracking ID is used to retrieve and apply master asset metadata.
@@ -213,9 +214,9 @@ $clientId = $config['sso']['client_id'] ?? '';
-

Master Asset Tracking ID NEW

+

Master Asset Tracking ID REQUIRED

- 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.

@@ -518,9 +519,10 @@ $clientId = $config['sso']['client_id'] ?? '';

Naming Convention Structure (V3)

- [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).

@@ -561,11 +563,7 @@ $clientId = $config['sso']['client_id'] ?? '';

Common Questions

Q: Do I need to use tracking IDs? -

A: Tracking IDs are optional but highly recommended for derivative assets. They ensure proper metadata inheritance and asset tracking.

-
-
- Q: What if I don't have a tracking ID? -

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.

Q: Can I use the same tracking ID for multiple derivatives?