CDP
CDP
Are you integrating a Web App with Sitecore CDP? Will your website tag manager run on your app
pages? If so, you should integrate with Sitecore CDP using the JavaScript library and your tag
manager, just like you would for a normal website.
Are you integrating a native app with Sitecore CDP? If so, you should integrate using direct HTTPS
calls with Sitecore CDP Stream APIs.
Are you integrating a hybrid app with Sitecore CDP? If so, you should integrate using direct HTTPS
calls with Sitecore CDP Stream APIs within the native parts of your application and using the Sitecore
CDP JavaScript library and your tag manager for the WebView parts of your application.
4) Organization doesn’t want any PII to be stored in CDP, what advice should you give to client
Ans?
5) Adding behaviour data from Stream api, what you will not check.
a) point of sale
b) check the browser tool if api is sending
c) client id
d) Check in the operation tab of CDP (I selected this option)
6) anonymous profile when first event sent to CDP. you typed Boxever.getID() and searched
with bid:browserId. Under Timeline tab no events are visible. What is the most common
reason for the problem?
Ans; POS is not set
7) When you add data extension for guest, what you should you know while using it except the one
a) data extension key should be default
b) Name should be ext in object
c) the data extension limit is 100
d) data attribute name should be in pascal case. (Ans)
Ans:
Place the data extension data in the extensions array of objects
Only one data extension is supported per event type.
The following is a list of guidelines for using attributes in the ext data extension object:
The attribute name must be alphanumeric [A-Z,a-z,0-9] as per the JSON RFC 7159 specification.
You must write the attribute name of the data extension in camel case.
The attribute name must be unique within the entire event type.
The following is a list of guidelines for using the order data extension:
11) What is the format to import audience segment. (segment template, segments, ) (not sure)
External service, Flow template, flow, segment
12) When using batch import what is not a required attribute in json (options were a. customer b.
order, c. segment d. guest)
Sitecore CDP Batch API migrates the following entities:
Sessions (including browser history)
Orders
Flow executions (including tracking data)
They should exist in the Bacth API Json => Subscription, identifiers, extensions
Field Groups
Guest (Customer, Visitor, Retired)
Session (Email, Web, Mobile)
Event (OOTB event, custom event)
Order
Order item
16) When you get 400 status in batch upload what is the issue.
Ans 400 => Validation error => For example, if you are using data extensions, this error might occur
because of data inconsistencies, such as:
400 => Identity information missing
401 => UNAUTHORIZED
402 => Unsupported mode
403 => Action not allowed
404 => Resource not found
409 => Resource conflict
409 => Server error
415 => UNSUPPORTED MEDIA TYPE
500 => SERVER ERROR
503 => SERVICE UNAVAILABLE
Ans: zip size
var viewEvent = {
channel: "WEB",
browser_id: Boxever.getID(),
......
};