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)?