Hi, I would like to understand how to set a data element based on a portion of a cookie.Example:cookie=cid=123 | uid=jsmith | account=123456 | auth=UNHow can I set the values of each of these items (cid, uid, account, auth) into their own separate data elements?Thanks for any advice!