Skip to content

Commit 2ca7462

Browse files
vladfalonGitHub Enterprise
authored andcommitted
Merge pull request #6545 from AdobeDocs/PLATIR-55257-useCase-property-is-undocumented-for-Destination-SDK
PLATIR-55257 useCase property is undocumented for Destination SDK
2 parents 02ad145 + 4558868 commit 2ca7462

File tree

1 file changed

+3
-2
lines changed
  • help/destinations/destination-sdk/functionality/destination-server

1 file changed

+3
-2
lines changed

help/destinations/destination-sdk/functionality/destination-server/server-specs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In the example below, a partner creates a Data Landing Zone destination server w
7272
"templatingStrategy":"NONE",
7373
"value":"Your/hardcoded/path/here"
7474
},
75-
"useCase": "Your use case"
75+
"useCase": "dlz_destination"
7676
}
7777
}
7878
```
@@ -301,7 +301,7 @@ The sample below shows an example of a destination server configuration for a [!
301301
"templatingStrategy":"PEBBLE_V1",
302302
"value":"{{customerData.path}}"
303303
},
304-
"useCase": "Your use case"
304+
"useCase": "dlz_destination"
305305
}
306306
}
307307
```
@@ -312,6 +312,7 @@ The sample below shows an example of a destination server configuration for a [!
312312
|`destinationServerType`|String|Set this value according to your destination platform. For [!DNL Data Landing Zone] destinations, set this to `FILE_BASED_DLZ`.|
313313
|`fileBasedDlzDestination.path.templatingStrategy`|String|*Required*. Set this value according to the type of value used in the `path.value` field.<ul><li>If you want your users to input their own [!DNL Data Landing Zone] account in the Experience Platform UI, set this value to `PEBBLE_V1`. In this case, you must templatize the `path.value` field to read a value from the [customer data fields](../destination-configuration/customer-data-fields.md) filled in by the user. This use case is shown in the example above.</li><li>If you are using a hard-coded path for your integration, such as `"path.value": "https://myaccount.blob.core.windows.net/"`, then set this value to `NONE`.|
314314
|`fileBasedDlzDestination.path.value`|String|The path to the destination folder that will host the exported files.|
315+
|`fileBasedDlzDestination.useCase`|String|*Required*. Set this to `"dlz_destination"`. This property identifies the destination as a [!DNL Data Landing Zone] destination. This property is only used when creating a [!DNL Data Landing Zone] destination.|
315316

316317
{style="table-layout:auto"}
317318

0 commit comments

Comments
 (0)