Universal Google Analytics 360 Raw Data Export format

Marfeel offers a raw data export compatible with Universal Google Analytics 360, making the transition seamless before upgrading to a more comprehensive dataset with advanced metrics.

Example file

{
    "date": "20251001",
    "device": {
        "browserVersion": "140.0.0.0",
        "browser": "Chrome",
        "isMobile": false,
        "deviceCategory": "mobile",
        "operatingSystem": "Android",
        "javaEnabled": true,
        "flashVersion": ""
    },
    "hits": [
        {
            "appInfo": {
                "screenDepth": 15,
                "landingScreenName": "www.site.com/path/to/article",
                "exitScreenName": "www.site.com/path/to/article",
                "screenName": "www.site.com/path/to/article"
            },
            "social": {
                "hasSocialSourceReferral": "Yes",
                "socialNetwork": "aspa"
            },
            "minute": 59,
            "referer": "https://www.referrer.com/path",
            "page": {
                "pagePathLevel3": "/",
                "pagePathLevel2": "/to/",
                "pagePathLevel1": "/path/",
                "hostname": "www.lavanguardia.com",
                "pagePath": "/path/to/article",
                "pageTitle": "Title of the page"
            },
            "hour": 23,
            "isEntrance": false,
            "dataSource": "web"
        }
    ],
    "totals": {
        "newVisits": 1
    },
    "geoNetwork": {
        "country": "Chile",
        "region": "Santiago Metropolitan",
        "city": "San Bernardo",
        "continent": "South America",
        "networkDomain": "Pacifico Cable SPA."
    },
    "trafficSource": {
        "campaign": "",
        "keyword": "",
        "medium": "(not set)",
        "referralPath": "/path"
    },
    "visitId": 175927678,
    "clientId": "254771a0-ec64-5242-9963-22b6c7ae076",
    "visitStartTime": 1759276761,
    "channelGrouping": "(not set)"
}

The file is composed of multiple JSON documents, each representing one hit and formatted in a single line. Therefore, the example document above is a prettified representation of one of those lines to ease readability.