diff --git a/using-mobile-extensions/adobe-campaignclassic/README.md b/using-mobile-extensions/adobe-campaignclassic/README.md index e651b6c67..d0e6f5825 100644 --- a/using-mobile-extensions/adobe-campaignclassic/README.md +++ b/using-mobile-extensions/adobe-campaignclassic/README.md @@ -177,7 +177,7 @@ To update SDK configuration programmatically, use the following information to c | :--- | :--- | :--- | :--- | | `build.environment` | Yes | Specifies which environment to use (prod, dev, or staging) when sending registration and tracking information. It is also used to specify which mobile app integration key to use. | String | | `campaignclassic.timeout` | No | Specifies the amount of time to wait for a response from the Campaign Classic registration or tracking server. | Integer | -| `campaignclassic.marketingServer` | Yes | Sets the marketing server, which receives registration requests. | String | +| `campaignclassic.marketingServer` | Yes | Sets the marketing server, which receives registration requests. For reliability purposes, it is recommended to set a load-balanced URL; the mirror page URL is a suitable value. | String | | `campaignclassic.trackingServer` | Yes | Sets the tracking server, which receives tracking requests. | String | | `campaignclassic.ios.integrationKey` | Yes | Sets the iOS mobile app integration key, which links the app to an iOS application campaign in Campaign Classic. | String | | `campaignclassic.android.integrationKey` | Yes | Sets the Android mobile app integration key, which links the app to an Android application campaign in Campaign Classic. | String |