What happens if no file name is specified in AWS S3 data stream during ingestion?
Which three options can be used to build a filter in the Segmentation Canvas?
Which two statements about Data Cloud's Web and Mobile App connector are true?
Which of the following functions returns the first value from a list that isn't empty?
An administrator wants to be able to create a multi-dimensional metric to identify unified individual lifetime value (LTV). Which sequence of DMO joins are necessary within the Calculated Insight to enable this calculation?
Answer : B
To create a multi-dimensional metric to identify unified individual lifetime value (LTV), the administrator needs to join the following data model objects (DMOs) in the Calculated Insight:
Unified Individual: This DMO represents the unified profile of an individual, which contains attributes from multiple sources.
Unified Link Individual: This DMO represents the link between an Individual DMO and a Unified Individual DMO.
Sales Order: This DMO represents a transaction or purchase made by an individual.
The sequence of joins should start from the Unified Individual DMO, then join the Unified Link Individual DMO using the UnifiedIndividualId field, and then join the Sales Order DMO using the IndividualId field. This way, the administrator can access the sales order data for each unified individual and calculate their lifetime value.
Which two statements are true about using consent API and exercising right to be forgotten?
Which two statements about Data Cloud's Web and Mobile App connector are true?
Answer : B, C
The app details page shows the status of the app, such as active, inactive, or error. The tenant specific endpoint is a unique URL that is generated for each app and used to send data to Data Cloud from the web or mobile SDK. Reference: https://help.salesforce.com/s/articleView?id=sf.c360_a_web_mobile_app_connector.htm&type=5