From 55d28b92384c6f490dfd3d9ff1a045f45fddff8c Mon Sep 17 00:00:00 2001 From: DJP Date: Mon, 8 Dec 2025 09:55:15 -0500 Subject: [PATCH] Update help page Q&A text for tracking ID reuse --- public-v2/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public-v2/index.php b/public-v2/index.php index e83d5b1..0567043 100644 --- a/public-v2/index.php +++ b/public-v2/index.php @@ -718,7 +718,7 @@ $clientId = $config['sso']['client_id'] ?? '';
Q: Can I use the same tracking ID for multiple derivatives? -

A: Yes! All derivatives of the same master should use the same tracking ID.

+

A: Yes! All derivatives of the same Variant uploaded should use the same tracking ID. This allows us to understand how many times a asset was reused - it's also linked to the master, so we can tell how many times the client set us a file to be changed based on a master.

Q: When should I use New Asset Mode (-N)?