Adnuntius - Curated Marketplace, Retail Media, Adserver

View Original

Adnuntius Brings the Big Data

Of course you want more data. And you want it big. Adnuntius lets you export all your data. Every last bit of it. Have your business intelligence software run its magic over the data, have your data scientist run their analyses to find the nuggets of gold — do whatever you like with the raw data that drives your monetisation.

How It Works

We make the data logs available to an SFTP server that you can access using your regular username and password. The logs are zipped and split into hourly files, as follows:

-rw-r--r-- 1 ops ops 107M Oct  1 01:00 events.20191001-00.log.gz 
-rw-r--r-- 1 ops ops 117M Oct  1 02:00 events.20191001-01.log.gz 
-rw-r--r-- 1 ops ops 134M Oct  1 03:00 events.20191001-02.log.gz 
-rw-r--r-- 1 ops ops  95M Oct  1 04:00 events.20191001-03.log.gz 
-rw-r--r-- 1 ops ops 101M Oct  1 05:00 events.20191001-04.log.gz 
-rw-r--r-- 1 ops ops  88M Oct  1 06:00 events.20191001-05.log.gz 
-rw-r--r-- 1 ops ops 136M Oct  1 07:00 events.20191001-06.log.gz

Adnuntius holds onto the user data for 24 hours before it is permanently deleted from our servers. Within that time period, you will have full access to transfer your data.

What Data Do I Get?

A lot. A general description of the information we collect is under the table named “Personal data transferred to customer-controlled database” in our privacy details document: https://docs.google.com/spreadsheets/d/1rCZPF_TWBkTgaYeQ9f-lhU8qL_J9eJrv1l1jjf0G9uQ/edit#gid=825898133. We also have an anonymised example of the data available at the bottom of this article. The example should give you a good idea of what information you get from us and in what format.

These are the events that you get: impressions, rendered impressions, viewable impressions, visible impressions, clicks, and custom events.

How Do I Enable Access to All This Big Data?

If this feature is of interest to you, feel free to contact us at support@adnuntius.com. From there, a price can be worked out based on your needs and the volume of your data. Once that’s been worked out, the feature will be enabled for you with just a few clicks on our end. And on your network page when you log into Adnuntius, you’ll find the feature enabled: The enabled Data Export feature on a network page

What About Privacy?

In GDPR-speak, Adnuntius is a processor and you are a controller. This means that you control the information to be gathered and used while we act on the orders you give us. To ensure compliance with privacy legislation, and to follow best practices when handling personal data, you should require users to consent to usages of their personal data. The users’ consents are attached to every record, which means that the data can be filtered to remove individual user records when the required consent has not been provided for a particular usage.

Example of a Single Data Record

{
   "eventTime":"2022-12-13T21:03:23.511324295Z",
   "eventId":"73be10c45add86b1",
   "referrer":"http://referrer.com",
   "userAgentString":"Mozilla/5.0 (Linux; Android 9; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36",
   "segments":[
      {
         "id":"00000000000d5ccb",
         "name":"Segment"
      }
   ],
   "keyValues":[
      {
         "key":[
            "value1",
            "value2"
         ]
      }
   ],
   "keywords":[
      "cars"
   ],
   "categories":[
      "IAB_1"
   ],
   "adUnit":{
      "id":"0000000000010002",
      "name":"Ad Unit"
   },
   "lineItem":{
      "id":"0000000000030002",
      "name":"Line Item"
   },
   "creative":{
      "id":"0000000000020002",
      "name":"Creative"
   },
   "advertiser":{
      "id":"00000000000254a2",
      "name":"Advertiser"
   },
   "iabCategory":"IAB_1",
   "cost":null,
   "device":{
      "brand":"HUAWEI",
      "os":"ANDROID",
      "robot":false,
      "type":"MOBILE"
   },
   "location":{
      "CITY":"Melbourne",
      "COUNTRY":"Australia",
      "POSTCODE":"3000",
      "CONTINENT":"Oceania",
      "REGION":"Victoria"
   },
   "consents":[
      "TCF_PURPOSE_1",
      "TCF_PURPOSE_2"
   ],
   "consentString":"iabtcfconsentstring",
   "latitude":10.0,
   "longitude":20.0,
   "pseudoUserId":"jfx20tlxq781sg87h6lfvppgj5bl5rq8",
   "team":{
      "id":"000000000000f418",
      "name":"Team"
   },
   "site":{
      "id":"ad_unit_site",
      "name":"ad unit site"
   },
   "customEvent":null,
   "customEventValue":null
}