Catalog

Artist DSP Identifiers in Velveteen

Updated June 11, 2026

The short answer

DSP identifiers are platform-specific IDs stored on your artist profile. Velveteen uses them to link your releases to the correct existing DSP artist page instead of creating a duplicate. They are populated automatically on first delivery and grow as you reach more platforms.

What the identifiers array is

The identifiers field on an artist record is an array of DSP and identifier pairs. Each entry looks like { dsp: "spotify", identifier: "4Z8W4fKeB5YxbusRsdQVPb" }. When Velveteen delivers a release, it includes these identifiers in the FUGA payload so the DSP can match the release to the correct existing artist page rather than creating a new one.

New artist vs. existing artist

The is_new_artist flag on the artist record tells Velveteen (and by extension, DSPs) whether a DSP presence already exists for this artist.

is_new_artist: true

No DSP profile exists yet. Velveteen instructs the DSP to create a new artist page. Identifiers are optional on first delivery and will be populated after the DSP confirms the new page.

is_new_artist: false

A DSP profile already exists. At least one identifier must be set so the DSP can match to the correct existing page. Missing identifiers risk creating a duplicate.

Heads up

If is_new_artist is false and no identifiers are set, Velveteen will block delivery. Add at least one known DSP identifier (your Spotify Artist ID is the most reliable) before submitting.

After first delivery

After your first release goes live, DSPs return artist page data to Velveteen via FUGA. Velveteen populates the identifiers array automatically from this response. From that point forward, every subsequent delivery references those identifiers to ensure releases land on the same artist page.

Claiming Spotify for Artists

Once Velveteen has your Spotify Artist ID (either from first delivery or entered manually) you can claim your Spotify for Artists profile. The claiming process happens through Spotify directly. See the What is an artist page for full instructions.

Frequently asked questions

What platforms are included in the identifiers array?+

The identifiers array can hold IDs for any DSP Velveteen delivers to: Spotify, Apple Music, Deezer, Amazon Music, Tidal, and others. Not all platforms provide a usable identifier on every delivery; the array fills in as platforms confirm the artist page.

What happens if identifiers are missing on delivery?+

If is_new_artist is true, missing identifiers are expected. The DSP creates a new page. If is_new_artist is false and identifiers are missing, the DSP may create a duplicate artist page. Ensure at least one DSP identifier is set before submitting releases for an existing artist.

Can I manually set an identifier?+

Yes. If you know your Spotify Artist ID (found in the Spotify for Artists URL), you can enter it on the artist's identifiers tab before first delivery. This tells Velveteen to link to the existing page rather than creating a new one.

Should I change an identifier after delivery?+

Only with caution and Velveteen support. Changing a Spotify identifier, for example, redirects future releases to a different Spotify artist page. This can orphan your existing catalog on the old page. Contact support before making this change.

Related articles