generateCampaignCode

String generateCampaignCode(String userCredential,
    String partitionName,
    Locale requestedLocale);

Generate a new campaign code.

This code is guaranteed unique and different from the value that is returned by a previous or future call to this method, or the createCampaign() method, or the value that is generated for a campaign that is created by the Unica Campaign GUI.

Note: The use of this method is optional, as the createCampaign() API generates a campaign code for the client if one is not supplied.

See createCampaign().