Data Transfer v2.0: FAQ
Stay organized with collections
Save and categorize content based on your preferences.
This document provides answers to some frequently asked questions.
- What information is in the filename?
- Each file name will have a string of numbers, for example:
dcm_account1234_impression_2016022601_20160225_234912_218211994.csv.gz
-
2016022601
is in YYYYMMDDHH
format. This is the UTC hour for
events in that file (hours are numbered 0 to 23).
-
20160225_234912
is in YYYYMMDD_HHMMSS
format.
This is the time the report was generated in local account time (DCM and unified) or
EST (DBM only).
-
218211994
is the file ID.
- How do I know when all files are delivered?
- For each day there are:
- 24 click files (hours 0-23).
- 24 impression files (hours 0-23).
- 1 activity file.
- 21 match tables.
Clients with custom configurations may have different numbers.
- What if I encounter duplicate files for the same date and hour?
- This can happen. When more than one file has the same date/hour stamp, use the one with the
latest minutes / seconds, based on the filename timestamp.
- I think some of my data is incorrect, what can I do?
- Contact your support representative with information about the problem. If data
seems to be missing, provide details about which hours are missing, and files that aren’t
accounted for.
- How do I find out what's been deprecated in v2, or moved to match tables?
- See the migration guide
for information on mapping from v1 to v2.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["\u003cp\u003eFile names contain information like UTC hour, report generation time, and a unique file ID, structured with specific number strings.\u003c/p\u003e\n"],["\u003cp\u003eA complete daily data set includes 24 click files, 24 impression files, 1 activity file, and 21 match tables, but custom setups may differ.\u003c/p\u003e\n"],["\u003cp\u003eIf encountering duplicate files with the same date and hour, select the file with the latest timestamp indicated in the filename.\u003c/p\u003e\n"],["\u003cp\u003eFor data discrepancies or missing information, reach out to your support representative with details about the issue, including specific hours or files.\u003c/p\u003e\n"],["\u003cp\u003eTo understand changes from previous versions, consult the migration guide for information about feature deprecation and relocations to match tables.\u003c/p\u003e\n"]]],[],null,["# Data Transfer v2.0: FAQ\n\nThis document provides answers to some frequently asked questions.\n\nWhat information is in the filename?\n: Each file name will have a string of numbers, for example: \n\n `dcm_account1234_impression_2016022601_20160225_234912_218211994.csv.gz` \n\n - `2016022601` is in `YYYYMMDDHH` format. This is the UTC hour for events in that file (hours are numbered 0 to 23).\n - `20160225_234912` is in `YYYYMMDD_HHMMSS` format. This is the time the report was generated in local account time (DCM and unified) or EST (DBM only).\n - `218211994` is the file ID.\n\nHow do I know when all files are delivered?\n: For each day there are: \n\n - 24 click files (hours 0-23).\n - 24 impression files (hours 0-23).\n - 1 activity file.\n - 21 match tables.\n\n Clients with custom configurations may have different numbers.\n\nWhat if I encounter duplicate files for the same date and hour?\n: This can happen. When more than one file has the same date/hour stamp, use the one with the\n latest minutes / seconds, based on the filename timestamp.\n\nI think some of my data is incorrect, what can I do?\n: Contact your support representative with information about the problem. If data\n seems to be missing, provide details about which hours are missing, and files that aren't\n accounted for.\n\nHow do I find out what's been deprecated in v2, or moved to match tables?\n: See the [migration guide](../migrating) for information on mapping from v1 to v2."]]