Classification data files
The importer lets you bulk-upload classifications data to analytics reporting in a file. The import requires a specific file format for successful data uploads.
To help you create valid data files, you can download a template file that provides a file structure into which you can paste the classifications data. For more information, see Download Classifications Template.
See General File Structure for more information about character limits in classifications.
General file structure
The following illustration is a sample data file:
A data file must adhere to the following structure rules:
-
Classifications cannot have a value of 0 (zero).
-
Adobe recommends that you limit the number of import and export columns to 30.
-
Uploaded files should use UTF-8 without BOM character encoding.
-
Special characters, such as a tabs, newlines, and quotes can be embedded within a cell provided the v2.1 file format is specified and the cell is properly escaped. Special characters include:
code language-text \t tab character \r form feed character \n newline character " double quote
The comma is not a special character.
-
Classifications cannot contain a caret (^) since this character is used to denote a sub-classification.
-
Use care when using a hyphen. For example, if you use a hyphen (-) in a Social term, Social recognizes the hyphen as a Not operator (the minus sign). For example, if you specify
fragrance-free
as a term using the import, Social recognizes the term as fragranceminus
free and collects posts that mentionfragrance
, but notfree
. -
Character limits are enforced to classify report data. For example, if you upload a classifications text file for products (
s.products
) with product names longer than 100 characters (bytes), the products will not display in reporting. Tracking Codes and all custom conversion variables (eVars) allow 255 bytes. -
Tab-delimited data file (create the template file using any spreadsheet application or text editor).
-
Either a .tab or .txt file extension.
-
A pound sign (#) identifies the line as a user comment. Adobe ignores any line that begins with #.
-
A double-pound sign followed by SC (## SC) identifies the line as a pre-processing header comment used by reporting. Do not delete these lines.
-
Classification exports can have duplicate keys due to newline characters in the key. In an FTP or browser export, this can be resolved by turning on quoting for the FTP account. This will place quotes surrounding each key with newline characters.
-
Cell C1 in the first line of the import file contains a version identifier that determines how classifications handle the use of quotes throughout the remainder of the file.
- v2.0 ignores quotes and assumes they are all part of the keys and values specified. For example, consider this value: “This is ““some value”””. v2.0 would interpret this literally as: “This is ““some value”””.
- v2.1 tells classifications to assume that quotes are part of the file formatting used in Excel files. So v2.1 would format the above example to: This is “some value”.
- Problems can arise when v2.1 is specified in the file, but what is actually wanted is v2.0 - namely, when quotes are used in ways that is illegal under Excel formatting. For example, if you have a value: “VP NO REPS” S/l Dress w/ Overlay. With v2.1, this is incorrect formatting (the value should be surrounded by opening and closing quotes and quotes that are part of the actual value should be escaped by quotes) and classifications will not work beyond this point.
- Make sure that you do one of the following: change your file format to v2.0 by changing the header (cell C1) in the files you upload, OR properly implement Excel quoting throughout your files.
-
The first (non-comment) row of the data file contains the column headings used to identify the classification data in that column. The importer requires a specific format for column headings. For more information, see Column Heading Format.
-
Immediately following the header row in a data file are the data rows. Each line of data should contain a data field for each column heading.
-
The data file supports the following control codes, which Adobe uses to provide structure to the file, and correctly import classifications data:
Requests that Adobe automatically generate a unique id for this element.
In the campaign context, this control value instructs Adobe to assign an identifier to each creative element. See Key.
Column heading format
Classification files support the following column headings:
Key
Each value must be unique across the entire system. The value in this field corresponds to a value assigned to the Analytics variable in your Web site’s JavaScript beacon. Data in this column might include autogen or any other unique tracking code.
Classification column heading
Additionally, the data file supports the following additional heading conventions to identify sub-classifications and other specialized data columns:
Sub-classification heading
For example, Campaigns^Owner is a column heading for the column containing Campaign Owner values. Similarly, Creative Elements^Size is a column heading for the column containing the Size sub-classification of the Creative Elements classification.
Classification metric headings
For example, Campaigns^~Cost refers to the Cost metric in the Campaigns classification.
PER modifier heading
Per Modifier
headings are denoted by adding ~per
to the classification metric heading. For example, if the Metric
heading is Campaigns^~Cost
, the PER modifier heading is Campaigns^~Cost~per
. Adobe supports the following PER Modifier
keywords:
These characters have special meaning in a data file. Where possible, avoid using these words in attribute names and data.
FIXED: Fixed value. Do not perform any scaling.
DAY: Multiply the value by the number of days in the report.
ORDER: Multiply the value by the number of orders for the line item in the report.
CHECKOUT: Multiply the value by the number of checkouts for the line item in the report.
UNIT: Multiply the value by the number of units for the line item in the report.
REVENUE: Multiply the value by the revenue amount for the line item in the report.
SCADD: Multiply the value by the number of times the Shopping Cart Add event was called per line item in the report.
SCREMOVE: Multiply the value by the number of times the Shopping Cart Remove event was called per line item in the report.
INSTANCE: Multiply the value by the number of instances for the line item in the report.
CLICK: Multiply the value by the number of clicks for the line item in the report.
EVENT: Multiply the value by the number of times the specified custom event occurred per line item of the report.
Example: If Campaign A cost $10,000, the Campaigns^~Cost column contains a value of 10000 and the Campaigns^Costper column contains FIXED. When displaying the Cost for Campaign A in the reports, you will see $10,000 as the fixed cost for Campaign A for the date range.
Example: If Campaign B that costs approximately $2 per click, the Campaigns^~Cost column contains 2 and the Campaigns^Costper column contains CLICK. When displaying the Cost for Campaign B in the reports, Adobe calculates (2 * [number of clicks]) on the fly for the date range of the report. This gives you a total cost calculation based on the number of clicks performed with Campaign B.
Date
Campaigns dates are typically ranges (start and end dates) associated with individual campaigns. Dates should appear in YYYY/MM/DD format. For example, 2013/06/15-2013/06/30.
For more information, see Conversion Classifications.
Using dates in conjunction with classifications section_966A07B228CD4643B258E73FB8BA150A
Classifications can be used to assign date ranges to your campaigns or other conversion classifications, which allows more accurate campaign measurement. After specifying a value’s date range, any matching value that occurs outside the date range will not be classified. This is useful for campaign measurement that wishes to utilize the exact dates a campaign was Live, and not all hits matching the campaign itself. In order to successfully classify a value with a date range, the following must be met:
- The classification must be based on a conversion variable.
- The classification used must be set as Date-Enabled or Numeric 2.
- The involved date range must contain a start date and (optionally) an end date.
To classify campaigns based on date range:
-
Log in to Analytics and go to Admin > Classifications.
-
Click the Browser Export tab, ensure the settings to your date-enabled classification are correct, then click Export File.
-
Open this file in Microsoft Excel or another spreadsheet editor you are familiar with.
-
One of the columns will end with
^period
which is the column to enter the date range in. -
Under this column, enter each value’s date range in the following format:
YYYY/MM/DD - YYYY/MM/DD
. Please ensure the following:- Leave spaces on both sides of the dash.
- Use a hyphen (-) to separate ranges, not an en-dash or an em-dash.
- If the month or day is a single digit, that there is a leading zero.
- There is a start date range; the end date range is optional.
-
Save the file, and upload it to Analytics by going to Admin | Classifications | Import File.
Troubleshooting classifications
- Common Upload Issues: Knowledge Base article that describes issues arising from incorrect file formats and file contents.