Update help page Q&A text for tracking ID reuse

This commit is contained in:
DJP 2025-12-08 09:55:15 -05:00
parent 428195990b
commit 55d28b9238

View file

@ -718,7 +718,7 @@ $clientId = $config['sso']['client_id'] ?? '';
</div>
<div class="help-faq">
<strong>Q: Can I use the same tracking ID for multiple derivatives?</strong>
<p>A: Yes! All derivatives of the same master should use the same tracking ID.</p>
<p>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.</p>
</div>
<div class="help-faq">
<strong>Q: When should I use New Asset Mode (-N)?</strong>