/
Browse
/
Courses
/
Developing with SAP Customer Data Platform
/
Tuning the SAP Customer Data Platform Ingestion
Consuming the SAP Customer Data Platform API
Creating Admin Credentials for API Access in the SAP Customer Data Platform
25 min
Searching Customer Data using the Query API in the SAP Customer Data Platform
34 min
Ingesting Customer Data with the Ingestion API in the SAP Customer Data Platform
32 min
Quiz
Tuning the SAP Customer Data Platform Ingestion
Configuring Event Metadata in the SAP Customer Data Platform
10 min
Setting Up a New Connector in the Connector Studio
16 min
Enriching Customer Data Ingestion using Extensions in the SAP Customer Data Platform
26 min
Quiz
Consuming the SAP Customer Data Platform API
Creating Admin Credentials for API Access in the SAP Customer Data Platform
25 min
Searching Customer Data using the Query API in the SAP Customer Data Platform
34 min
Ingesting Customer Data with the Ingestion API in the SAP Customer Data Platform
32 min
Quiz
Tuning the SAP Customer Data Platform Ingestion
Configuring Event Metadata in the SAP Customer Data Platform
10 min
Setting Up a New Connector in the Connector Studio
16 min
Enriching Customer Data Ingestion using Extensions in the SAP Customer Data Platform
26 min
Quiz
Knowledge quiz
It's time to put what you've learned to the test, get 3 right to pass this unit.
1.
Creating a new connector in SAP Customer Data Platform using the Connector Studio involves several key steps. What is the primary role of the "API Connection" step within this process?
Choose the correct answer.
To name the connector and categorize it for easy identification
To set up and configure the REST verbs and corresponding data paths
To establish the necessary API endpoints and authorization credentials for communication
To define the events and actions that align with business logic
To verify and publish the connector configuration for deployment
2.
What requirements are addressed by Extensions?
There are two correct answers.
Client-side Event data validation
Event triggering based on changed of customer data
Server-side Event data validation
Authentication of customer credentials
Custom Event data enrichment
3.
When configuring event metadata in SAP Customer Data Platform (CDP), what is the primary purpose of the deduplication ID?
Choose the correct answer.
To enhance the readability of event data for analysis
To prevent duplicate events from being ingested into the system, helping ensure data accuracy
To assign a unique transaction identifier for billing purposes
To integrate event data with external databases seamlessly
To record the sequence in which events are processed by the system
4.
When coding the Extension, which are the necessary steps to provide a secure and compliant implementation?
There are three correct answers.
Authenticate the caller using the User Key and Secret values received in the request payload
Authenticate the caller using the JWT bearer token by applying the correct SAP Customer Data Platform JWK entry
Return either a JSON payload attribute status as OK or fail, indicating if the validation passed or not
Return an HTTP 500 status for failed validations
Return an HTTP 200 status no matter if the validation failed or not