### Accepted Territories Example 1 Source: https://providersupport.spotify.com/article/setting-up-a-release-deal Example of accepted territories. ```text Start Date TimeYYYY-MM-DDT00:00:00| End Date TimeYYYY-MM-DDT00:00:00| Territories ---|---|--- 2020-10-21T00:00:00| | JP;TW;US;AU;NZ ``` -------------------------------- ### Accepted Territories Example 2 Source: https://providersupport.spotify.com/article/setting-up-a-release-deal Example of accepted 'Worldwide' territories. ```text Start Date TimeYYYY-MM-DDT00:00:00| End Date TimeYYYY-MM-DDT00:00:00| Territories ---|---|--- 2020-10-21T00:00:00| | Worldwide ``` -------------------------------- ### Deal Terms Example Source: https://providersupport.spotify.com/article/spotify-onboarding-guideline Example of Deal Terms for SubscriptionModel and AdvertisementSupportedModel. ```xml SubscriptionModel ConditionalDownload Stream ... AdvertisementSupportedModel Stream ``` -------------------------------- ### ERN 4.3 - PartyList Example Source: https://providersupport.spotify.com/article/proprietary-artist-id-delivery-guide-v1 Example of how to include a proprietary artist ID in the PartyList element for ERN 4.3. ```xml 123456789 Neversink 648799 ``` -------------------------------- ### ERN 4.3 - ISNI Example Source: https://providersupport.spotify.com/article/proprietary-artist-id-delivery-guide-v1 Example of how to include an ISNI as a grouping identifier in the PartyList element for ERN 4.3. ```xml 123456789 Neversink 648799 0000000121699015 ``` -------------------------------- ### Local Timed Release Example Source: https://providersupport.spotify.com/article/setting-up-a-release-deal Example of a local timed release with territories. ```text Start Date TimeYYYY-MM-DDT00:00:00| End Date TimeYYYY-MM-DDT00:00:00| Territories ---|---|--- 2020-10-21T05:00:00| | US;JP;CA;MX;AU;NZ ``` -------------------------------- ### Takedown Example Source: https://providersupport.spotify.com/article/setting-up-a-release-deal Example of sending a takedown request by leaving fields empty. ```text Start Date TimeYYYY-MM-DDT00:00:00| End Date TimeYYYY-MM-DDT00:00:00| Territories ---|---|--- | | ``` -------------------------------- ### ERN 3.8.2 (and earlier versions) - DisplayArtist Example Source: https://providersupport.spotify.com/article/proprietary-artist-id-delivery-guide-v1 Example of how to include a proprietary artist ID in the DisplayArtist element for ERN 3.8.2 and earlier versions. ```xml Neversink 648799 MainArtist ``` -------------------------------- ### DDEX Delivery Structure Example Source: https://providersupport.spotify.com/article/spotify-onboarding-guideline Example of the required file-naming and directory structure for DDEX deliveries. ```text |- 20161024145603123/ |- 992348492819/ |- 992348492819.xml |- resources/ |- 992348492819_01_001.flac |- ... |- 992348492819.tif |- BatchComplete_ 20161024145603123.xml ```