Hi @Lean ,
That sounds like a tough task. In some instances, you can look at the Tag's Template within Tealium (Tag Configuration>Advanced Settings> Edit Template)
You may see a line of code that is creating the cookie, but oftentimes, we make an API call to download the Vendor's Library, and the vendor's code will actually contain the script to create the cookie. If you want a general idea of where certain cookies are coming from. You can open up a website within Chrome and open Dev Tools. Within Dev Tools go to the Application Tab and under Cookies, select the website. Under the Domain column, you will see where the cookie was originated from:
As for what the cookie is doing, you may need to search through the Vendor's documentation. Hope this helps!
... View more