Data Export Labels

This section contains options that apply data export controls to a URL destination. Skip this step if you do not use data export controls. To complete this section:

  1. Click Data Export Labels to expose the controls.
  2. Select a label that corresponds to the data export control applied to the destination (see Add Export Labels to a Destination for details).
  3. Click Save.

Configuration

This section contains options that let you set a base URL and data delimiters passed in by the URL string. This section is optional. To complete this section:

  1. Click Configuration to expose the controls.
  2. (Optional) Select the Serialize check box.
    This lets you send segments to a destination sequentially rather than making separate calls for each segment. Serialization helps make data transfers efficient. Selecting this check box exposes the URL and delimiter fields. For more information, see Standard and Serial Key-Value Pairs.
  3. If you select Serialize, then you must also configure the URL and delimiter fields described below.
Field
Description
Base URL
The base part of a standard HTTP URL that does not change. Also, you need to place the %ALIAS% placeholder macro in the base URL. Example: https://www.myCompany.com/%alias%...
Secure URL
The base part of a secure HTTPS URL that does not change. Also, you need to place the %ALIAS% placeholder macro in the base URL. Example: https://www.myCompany.com/%alias%...
Delimiter
The symbol that separates the segment variables in the URL string. This is usually a comma or semi-colon. Get this information from your destination partner.