Get your own media subdomain
Background
If you use media from Bluestone PIM's media bank for your website, URLs will be served via CloudFront. This ensures quick loading times and efficient media delivery to your site.
Note: For details about how to utilize the media service itself, visit the Media service (Bluestone CDN) documentation.
Custom subdomain
In 2024, as part of a broader initiative to enhance online privacy and security, major web browsers are discontinuing support for cross-domain cookies. This significant change is designed to address privacy concerns and offer a more transparent, secure web browsing experience. As a result, advertisers and website operators are shifting towards privacy-friendly alternatives.
To maintain the efficiency of using media from Bluestone PIM's mediabank/CDN and at the same time serve media from your own domain, we advise creating a custom subdomain for each channel that uses media from media.bluestonepim.com.
The Bluestone PIM API will always return media.bluestonepim.com URL as domain for all media. The structure is the following:
https://media.bluestonepim.com/<ORG.ID>/<PID>/<FILENAME>?<PARAMETERS> |
Example:
https://media.bluestonepim.com/086c29d6-8145404-435-81f4-45/hj-c8fd-4c8e-a62d-a270ccdf9307/hjh/v2qJFRLbhnRqrJZGOZOW56TM6.jpg?f=webp&w=350"
|
Developers on external websites can replace the first part of the URL (Base URL) with the enabled custom domain, and the media will be served from that domain instead.
Example:
https://cdn.customer.com/<ORG.ID>/<PID>/<FILENAME>?<PARAMETERS> |
Note: Please create a ticket at Servicedesk to request your own subdomain.