Difference between revisions of "ATC/Current/SDK/api.session.getCustomerCookieId"
From Genesys Documentation
DannaShirley (talk | contribs) (Published) |
DannaShirley (talk | contribs) (Published) |
||
Line 3: | Line 3: | ||
|DisplayName=api.session.getCustomerCookieId | |DisplayName=api.session.getCustomerCookieId | ||
|TocName=api.session.getCustomerCookieId | |TocName=api.session.getCustomerCookieId | ||
− | |Context=api.session | + | |Context=Learn how to obtain a customer's cookie Id. |
+ | |Dimension=api.session | ||
|ComingSoon=No | |ComingSoon=No | ||
|Platform=PureEngage, PureConnect, PureCloud | |Platform=PureEngage, PureConnect, PureCloud |
Revision as of 10:14, June 10, 2020
This topic is part of the manual Journey JavaScript SDK for version Current of Genesys Predictive Engagement.
Contents
Learn how to obtain a customer's cookie Id.
Description
api.session.getCustomerCookieId returns a string that contains the customer's cookie Id.
Signature
ac('api.session.getCustomerCookieId', (err, cookieInfo) => {
if (err) {
// handle error
return;
}
return cookieInfo;
});
Callback
The callback takes err as the first parameter.
Comments or questions about this documentation? Contact us for support!