Explore Your Data

You are here:
< All Topics
Table of Contents

Overview

The Explore feature is the file manager tool for the MyData Service. With it, you can access both the raw log files for your site tracker as well as the processed report files.

The data is organized in a folder and file structure, where individual files reside under various folders or subfolders. The two main folders are the data and report folders. Under both, you will find files organized under year, month and day subfolders.

There are a set of utilities at the top of the table that perform a variety of functions including:

  1. Download icon allows you to choose files or folders to download from the current path.
  2. Upload icon allows you to choose files to upload to the current path.
  3. Folder icon allows you to create a new folder in the current path.
  4. Information icon will calculate the total number of files and bytes in the current path.
  5. Refresh icon will get the latest list of files.
  6. Current Path displays which folders and files you have currently selected.
  7. Copy Path allows you to copy the path string.
  8. Delete icon allows you  to delete the file or folder from the current path.

 

Working with files

Navigate to the file you want to work with by expanding the relevant folders. Click on the file name to open a file screen. From here you have the option to either Download or Delete the chosen file.

Files are in csv format and can be opened using Excel, Google Sheets or most spreadsheet software.

 

Working with folders

When you want to download all the files under a specific folder, instead of downloading each file one by one, you can do so by using the download files function.

Simply select the lowest folder level where all your target files are located, and then click on the download files icon.

The Download folder screen will pop up notifying you which folder you are downloading from, the total number of files in that folder, and the total data size in bytes.

Click on the Download icon to begin downloading files to your local storage. Folders are downloaded as a compressed tar files so will need to be decompressed with an unzipping tool.

 

File Definitions

Log File

Log files are generated hourly and stored under the date subfolder. Each row corresponds to an event logged by the tag server (e.g. – pageview, file download, etc.).

The column definitions are the following:

  1. GID – Your Group ID
  2. Timestamp – Unix time in seconds
  3. Visitor ID – The best (usually oldest) cookie or ID from COK1, COK3, JDAT or DVID
  4. IP – The IP address of the visitor
  5. Site – The domain name of the site being tracked
  6. Path – The page that was accessed
  7. Referrer – The domain name of any referring site
  8. Ref Path – The specific page from the referring site (if any) that visitor came from
  9. User Agent – The useragent of the visitor
  10. Custom – Any custom data set by you
  11. Cookie1 – 1st party cookie set by Javascript
  12. JDAT – Username from Javascript’s local storage
  13. Cookie3 – 1st/3rd party cookie set by Tag server
  14. DVID – Mobile Device ID
  15. Res_W – Screen width
  16. Res_H – Screen height
  17. Win_W – Browser width
  18. Win_H – Browser height
  19. Title – Page title
  20. Protocol – The protocol http/https/etc

Logs can be used for further analysis using other tools such as Pivot Billions, Essentia, Power BI or Tableau.