Sometimes it is easier and faster to find metadata values in the LiveRamp Connect URL than to navigate the screens of the Clean Room UI. See the table below for how to parse LiveRamp Connect URLs to find different values.
You can also make GET calls to retrieve any object ID.
| Parameter | Location | Example |
|---|---|---|
| cleanRoomId | Always follows/clean-rooms/details/ in the Connect URL | connect.liveramp.com/cleanroom/clean-rooms/details/{cleanRoomId} connect.liveramp.com/cleanroom/question/builder/wizard/clean-room/details/{cleanRoomId}/{questionId}/{cleanroomQuestionId}?version=1 |
| questionId | The Clean Room or Organization Question Builder page | connect.liveramp.com/cleanroom/question/builder/wizard/clean-room/details/{cleanRoomId}/{questionId}/{cleanroomQuestionId}?version=1 connect.liveramp.com/cleanroom/question/builder/wizard/organization/{questionId} |
| cleanRoomQuestionId | The Clean Room Question Builder page | connect.liveramp.com/cleanroom/question/builder/wizard/clean-room/details/{cleanRoomId}/{questionId}/{cleanroomQuestionId}?version=1 |
| datasetId | Go to Datasets → Edit Configuration. | connect.liveramp.com/cleanroom/clean-rooms/{datasetName}/details/{cleanRoomId}/import-job/{dataConnectionId}/dataset/{datasetId} |