You can request a .csv file for an Overlap Report when that report reaches its 1-million record limit. A report may have reached this limit when you see an “Unexpected error has occurred” message. Contact Customer Care to request a compressed .csv file, which you can import and work with in your own database system. Files are available for segment-to-segment, segment-to-trait, and trait-to-trait overlap reports.
The following table list and describes the file naming conventions and file extensions use in an overlap .csv file. In the examples, italics indicates a variable placeholder.
Metadata Element | Description |
---|---|
File Extension |
Overlap report files are gzip compressed and have a |
File Name |
File name syntax:
|
Date Range |
The date range for a report is a 5-digit ID that includes:
|
Multiple Files |
We increment the last digit in the file name if a report contains multiple files. |
Examples |
File name examples for a single report:
File name examples for a report with multiple files:
|
In the file, string data is enclosed in double quotes. See the mock data below. This has been truncated for brevity and to fit the screen.
//File header
"segment_id1","segment_name1","segment_id2","segment_name3,"range_id",...
//File body
"123456","segmentA","654321","segmentB","30","yyyy-mm-dd","98765",...
A data file for your Segment-to-Segment Overlap Report contains the following records.
Label | Description |
---|---|
|
The ID of the segment you're comparing to the baseline segment. |
|
The name of the segment you're comparing to the baseline segments. |
|
The ID of your baseline segment. The baseline segment is the segment you want to compare with other segments. |
|
The name of the baseline segment you're comparing to other segments. |
|
You can get reports for 7- and 30-day look-back intervals. The
|
|
The processing date for a report. |
|
The number of unique users in the segment you're comparing to the baseline segment. |
|
The number of unique users in the baseline segment. |
|
A total count of the overlap of unique users between the baseline segment and the other segments selected for comparison. |
|
The % overlap of unique users between the baseline segment and the other segments selected for comparison. |
A data file for your Segment-to-Trait Overlap Report contains the following records.
Label | Description |
---|---|
|
Trait ID. |
|
Trait name. |
|
The data provider ID. IDs include:
|
|
Name of the data provider. |
|
You can get reports for 7- and 30-day look-back intervals. The
|
|
The processing date for a report. |
|
The number of unique users in the selected segment. |
|
The number of unique users in a trait. In the UI report, this number appears in the pop up window when you hover over a trait in the heatmap results. |
|
The number of unique users shared between the selected segments and traits. In the UI report, this number appears in the pop up window when you hover over a trait in the heatmap results. |
|
% of unique users that overlap between the trait and segment. In the UI report, this number appears in the pop up window when you hover over a trait in the heatmap results. |
|
% of uniques users that overlap between the segment and trait. In the UI report, this number appears in the pop up window when you hover over a trait in the heatmap results. |
A data file for your Trait-to-Trait Overlap Report contains the following records.
Label | Description |
---|---|
|
The ID of the trait you're comparing to the baseline trait. |
|
The name of the trait you're comparing to the baseline trait. |
|
The ID of your baseline trait. The baseline trait is the trait you want to compare with other traits. |
|
The name of the baseline trait you're comparing to other traits. |
|
The data provider ID. IDs include:
|
|
Name of the data provider. |
|
You can get reports for 7- and 30-day look-back intervals. The
|
|
The processing date for a report. |
|
The number of unique users shared between the selected traits. In the UI report, this number appears in the pop up window when you hover over a trait in the heatmap results. |
|
The number of unique users in a base trait. In the UI report, this number appears in the pop up window when you hover over a trait in the heatmap results. |
|
The number of unique users shared between the selected traits. In the UI report, this number appears in the pop up window when you hover over a trait in the heatmap results. |
|
% of unique users that overlap between the selected traits. In the UI report, this number appears in the pop up window when you hover over a trait in the heatmap results. |
|
% of uniques users that overlap between the selected traits. In the UI report, this number appears in the pop up window when you hover over a trait in the heatmap results. |