Cookie Store Archives - Mozenda

Mozenda API Category: Cookie Store

CookieStore.UpdateCookie

April 30, 2019

Description Updates an existing cookie Required cookie selection parameters CookieID or CookieStoreName and CookieName Optional cookie selection parameters If using CookieID: (None) If using CookieStoreName and CookieName: CookieDomain, CookiePath, AllMatches (to match and apply to multiple cookies) Optional cookie update parameters Cookie.Name, Cookie.Domain, Cookie.Value, Cookie.Expires, Cookie.HttpOnly, Cookie.Secure, Cookie.Path Returns The

Read More

CookieStore.DeleteCookie

April 30, 2019

Description Permanently deletes a cookie Required parameters CookieID or CookieStoreName and CookieName Optional parameters If using CookieID: (None) If using CookieStoreName and CookieName: CookieDomain, CookiePath, AllMatches (to match and apply to multiple cookies) Returns The result of the operation including the CookieStoreID and CookieCount. If only one cookie was deleted

Read More

CookieStore.AddCookies

April 30, 2019

Description Adds one or more cookies to an existing cookie store from valid JSON POST data Required parameters CookieStoreID or CookieStoreName, POST Data (JSON) Required POST Data Must be valid JSON. Each JSON object must have: Name, Domain Optional POST Data Value, Expires, HttpOnly, Secure, Path Returns The result of

Read More

CookieStore.AddCookie

April 30, 2019

Description Adds a new cookie to an existing cookie store Required parameters CookieStoreID or CookieStoreName, Cookie.Name, Cookie.Domain Optional Parameters Cookie.Value, Cookie.Expires, Cookie.HttpOnly, Cookie.Secure, Cookie.Path Note: Date format is yyyy-MM-dd or yyyy-MM-dd hh:mm:ss or in the HTTP-date timestamp format, e.g. Wed, 30 Aug 2019 00:00:00 GMT Returns The result of the

Read More

CookieStore.Update

April 30, 2019

Description Modifies the Name and/or Description of a cookie store Required parameters CookieStoreID or CookieStoreName, UpdateName and/or UpdateDescription Returns The result of the operation Example request url https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=CookieStore.Update&CookieStoreName=Lowes%20Cart&UpdateDescription=Has520three%20items%20in%20the%20cart Example response

Read More

CookieStore.Delete

April 30, 2019

Description Permanently deletes the specified cookie store Required parameters CookieStoreID or CookieStoreName Returns The result of the operation Example request url https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=CookieStore.Delete&CookieStoreName=Lowes%20Cart Example response

Read More

CookieStore.Add

April 30, 2019

Description Adds a new Cookie Store Required parameters Name Optional parameters Description Returns The result of the operation and the CookieStoreID if it was successful Example request url https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=CookieStore.Add&Name=Lowes%20Cart Example response

Read More

CookieStore.Get

April 30, 2019

Description Returns a list of the cookies that belong to the specified cookie store Required parameters CookieStoreID or CookieStoreName Returns A list of the cookies that belong to the cookie store Example request url https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=CookieStore.Get&CookieStoreID=1002 Example response <CookieStoreGetResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Result>Success</Result> <CookieStoreID>1002</CookieStoreID> <Name>HomeDepot Cart</Name> <Description>Cart with One Item</Description> <CookiesList>

Read More

CookieStore.GetList

April 30, 2019

Description Returns a list of Cookie Stores for an account Required parameters None Returns A list of the cookie stores in an account Example request url https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=CookieStore.GetList Example response <CookieStoreGetListResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Result>Success</Result> <CookieStoreList> <CookieStore> <Name>Microsoft Login</Name> <Description/> <ItemID>1001</ItemID> <Created>2018-04-03 12:10:33</Created> <CreatedBy>Smith, John</CreatedBy> </CookieStore> <CookieStore> <Name>Lowes Cart</Name> <Description/> <ItemID>1002</ItemID>

Read More

Need more information?

We'd love to hear from you.

100% Privacy. You are that important to us. Privacy Policy