การโอนข้อมูล v2.0: คำถามที่พบบ่อย
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เอกสารนี้มีคําตอบสําหรับคําถามที่พบบ่อย
- ข้อมูลใดบ้างที่อยู่ในชื่อไฟล์
- ชื่อไฟล์แต่ละรายการจะมีสตริงตัวเลข เช่น
dcm_account1234_impression_2016022601_20160225_234912_218211994.csv.gz
2016022601
อยู่ในรูปแบบ YYYYMMDDHH
โดยจะเป็นชั่วโมง UTC ของเหตุการณ์ในไฟล์ดังกล่าว (ชั่วโมงมีตั้งแต่ 0 ถึง 23)
20160225_234912
อยู่ในรูปแบบ YYYYMMDD_HHMMSS
เมตริกนี้คือเวลาที่สร้างรายงานตามเวลาท้องถิ่น (DCM และแบบรวม) หรือ EST (DBM เท่านั้น)
218211994
คือรหัสไฟล์
- ฉันจะรู้ได้อย่างไรว่าไฟล์ทั้งหมดนําส่งแล้ว
- ในแต่ละวันจะมีข้อมูลต่อไปนี้
- ไฟล์การคลิก 24 ครั้ง (ชั่วโมง 0-23)
- ไฟล์การแสดงผล 24 ไฟล์ (ชั่วโมง 0-23)
- ไฟล์กิจกรรม 1 ไฟล์
- ตารางที่ตรงกัน 21 ตาราง
ไคลเอ็นต์ที่มีการกําหนดค่าที่กําหนดเองอาจมีหมายเลขแตกต่างกัน
- จะเกิดอะไรขึ้นหากฉันพบไฟล์ที่ซ้ํากันสําหรับวันที่และเวลาเดียวกัน
- กรณีนี้เกิดขึ้นได้ เมื่อมีไฟล์มากกว่า 1 ไฟล์มีการประทับเวลาวันที่/ชั่วโมงเดียวกัน ให้ใช้ไฟล์ที่มีนาที / วินาทีล่าสุด โดยอิงตามการประทับเวลาของชื่อไฟล์
- ฉันควรทําอย่างไรเมื่อข้อมูลบางส่วนไม่ถูกต้อง
- ติดต่อตัวแทนฝ่ายสนับสนุนโดยระบุข้อมูลเกี่ยวกับปัญหา หากดูเหมือนว่าข้อมูลขาดหายไป ให้ให้รายละเอียดเกี่ยวกับเวลาทําการที่ขาดหายไปและไฟล์ที่ไม่ได้คํานึงถึงข้อมูล
- ฉันจะดูสิ่งที่เลิกใช้งานไปแล้วใน v2 หรือย้ายไปยังตารางที่ตรงกันได้อย่างไร
- ดูข้อมูลเกี่ยวกับการแมปจากเวอร์ชัน 1 เป็นเวอร์ชัน 2 ได้ในคําแนะนําในการย้ายข้อมูล
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 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."]]