Retrieve Synthetic Users Segmentation
Retrieve Synthetic User Segmentation
window.jentisApp.getEnrichmentData(
"enrichment.idpooling",
{
"container": window.jentis.config.account,
"userId": window.jentis.tracker.readDocumentID("user")
},
["enrich_idpooling_segment"],
function(data) {
// Callback function triggered when data is received
}
);Explanation of the Code
Response Example
Accessing the Data
Last updated
Was this helpful?