Requirements and upload limits

Information about the requirements for your report suite before using Data Sources.

The following sections list constraints that apply to Data Sources and data imported into marketing reports and analytics.

Size Limits

  • Each FTP account is limited to 50 MB of total data for all files. Processing pauses if the size exceeds 50 MB and does not resume until the total is below 50 MB.

Dates

  • Each calendar day you can upload data for 90 unique dates. If you exceed this limit, the upload will fail with an error message stating that you have ?exceeded the maximum unique days.

  • Only data with current or past dates can be imported. Do not attempt to use future dates in your Data Sources data.

  • All rows must have a date specified to enable report graphing capabilities. If a row does not include a date, Data Sources generates an error and rejects the file. The date/time format varies by data source type:

    • Full Processing Data Sources: Use the ISO 8601 date format of YYYY-MM-DDThh:mm:ss±UTC_offset (for example, 2013-09-01T12:00:00-07:00), or Unix Time Format (the number of seconds elapsed since January 1, 1970).

    • Standard and Integration Data Sources: Use the following date format: MM/DD/YYYY/HH/mm/SS (for example, 01/01/2013/06/00/00)

General

  • When you upload a Data Sources file, Data Sources performs basic data validation to make sure the file does not contain formatting errors. If an error is encountered in a file, an email notification is sent and processing stops.
  • Data fields cannot contain semi-colons. Data Sources skips records that contain a semi-colon.
  • Data from Web Log, Traffic, and some Generic Data Sources groupings are not available in Data Warehouse or Discover. For more information, see Data Types and Categories.
  • Data Sources do not support serialized events.

Multi-Byte Support

Data Sources supports multi-byte encoding. Data Sources attempts to detect the format of the incoming Data Sources file, and when necessary, converts it to a supported format. The following table lists common character formats and their support status.

Character Format Support
UTF-8

Supported. The report suite used with Data Sources must have multi-byte character support enabled.

See New Report Suite in Help

UTF-8 with Byte Order Mark (EF BB BF)

Supported. This format is non-standard, though many Windows applications save in this format.

For example, WordPad saves in this format if you pick "UTF-8".

ISO-8859-1 (aka Latin-1 or Windows-1252) Supported. Microsoft Excel saves in this format when you pick a "tab delimited" export. The Report suite must be using the ISO-8859-1 locale.
UTF-16 Little-endian, with Byte Order Mark (FF FE) Converted to ISO-8859-1 or UTF-8, as determined by your report suite configuration. Microsoft Excel saves in this format when you pick a unicode export.
UTF-16 Big-endian, with Byte Order Mark (EF FF) Converted to ISO-8859-1 or UTF-8, as determined by your report suite configuration.
UTF-16 with no byte-order mark Not supported.

If you submit a UTF-8 or ISO-8859-1 file and your report suite is not configured to support it, one of the following happens:

  • The error is detected during conversion, in which case you receive a message like “Found bad character in file at position 18 while converting from UTF-8 to ISO-8859-1”.
  • The file is processed with no errors, but you see garbled data in the report.

Uploading Web Log Files

  • The most useful reports for viewing Web Log data are traffic reports, such as page views.
  • Page names are displayed as the entire URL, including the query-string.
  • Each file request appears as a separate page view, including style sheets and image files.
  • If you append information to the URL, files might be recorded as separate pages. For example, Adobe records the following URLs as two separate pages:

/jokes/misc/snail_joke.html?userid=12345

/jokes/misc/snail_joke.html?userid=98765

On this page