Copy link to clipboard
Copied
Hello
Our website displays an interactive Adobe XD file that I embedded.
When I go to manage our cookies, it detects 2 cookies from .xd.adobe.com which doesn't have a category or a script URL pattern.
Kindly guide me through finding the right base script or xhr to insert. When I Look for it myself I'm overwhelmed with tons of xhr and scripts to choose from.
As for the category, I believe it should be under Functional since the page should load without giving consent to see the interactive part of the XD file, but if they want to, they'd have to turn on functional cookies. Please correct me if I'm wrong and adjust a more proper category for the cookies.
Direct link to page with embedded XD file: https://globalboiler.com/our-departments/
Attached are the 2 cookies
I got the solution form the cookie banner provider. If any others display their XD prototype on their website - like their portfolio, please follow this guideline for handling the cookies the input code will create on your site:
"Simply enter the script URL pattern as simply "xd.adobe.com" or "adobe.com" without including protocols like "https://www.adobe.com/ ". "
Copy link to clipboard
Copied
@Maja326555487e0g where exactly is the Xd link on your website? https://globalboiler.com/our-departments/
Copy link to clipboard
Copied
It is in an embedded section above the footer - it's the interactive map.
Copy link to clipboard
Copied
Adobe Xd is a prototyping application where you can create wireframes, mockups and interactive prototypes. The idea is create a 'potential' website or application, and once the client or customer likes it, you get the web developers to build the website or application.
If I am reading this correctly, you are just wanting to use the 'interactive prototype' to be used as part of the website.... is this correct? XD prototypes are meant to simulate user interactions, but they wouldn't provide real map functionality like how Google Maps does. The Xd map would not be able to update with real-time traffic (think of your Google Analytics to see where users are clicking on what) or offer features like searching for locations.
Top of my head, I think JavaScript would be upur best option. It will allow you to embed, customize, and interact with maps within your site.
Copy link to clipboard
Copied
It's not meant to be like Google Maps 🙂 The map showcases which salesperson covers what area, så everything is preset and shouldn't change, only the changes that buttons do. Have a look at it to see.
I am well aware that Xd is for prototyping, been using it for years to make prototypes, but it can also be used for this for people that can't code - call it a user workaround.
Copy link to clipboard
Copied
I got the solution form the cookie banner provider. If any others display their XD prototype on their website - like their portfolio, please follow this guideline for handling the cookies the input code will create on your site:
"Simply enter the script URL pattern as simply "xd.adobe.com" or "adobe.com" without including protocols like "https://www.adobe.com/ ". "