Datasets:
domain
stringlengths 4
208
| classes
stringlengths 3
35
|
---|---|
google.com | [215] |
www.google.com | [215] |
microsoft.com | [140, 439] |
data.microsoft.com | [140] |
apple.com | [129, 528] |
googleusercontent.com | [439, 534] |
g.doubleclick.net | [183] |
office.com | [409, 439] |
windowsupdate.com | [215, 140] |
microsoftonline.com | [215, 140] |
login.microsoftonline.com | [215] |
ctldl.windowsupdate.com | [140] |
amazonaws.com | [534] |
bing.com | [215] |
digicert.com | [1, 23, 363] |
www.googleapis.com | [215] |
google-analytics.com | [533] |
accounts.google.com | [215] |
update.googleapis.com | [1, 215] |
facebook.com | [250, 253] |
www.google-analytics.com | [533] |
officeapps.live.com | [439] |
fonts.googleapis.com | [442, 439] |
play.google.com | [215, 183] |
icloud.com | [534] |
googleads.g.doubleclick.net | [215, 253] |
office.net | [439] |
googletagmanager.com | [215, 140, 439] |
www.googletagmanager.com | [215, 140, 439] |
edge.microsoft.com | [140] |
ocsp.digicert.com | [196, 608] |
mp.microsoft.com | [215] |
settings-win.data.microsoft.com | [126, 289] |
office365.com | [408, 439] |
skype.com | [218, 532] |
outlook.office365.com | [215] |
apple-dns.net | [536] |
mtalk.google.com | [215] |
lh3.googleusercontent.com | [1, 215] |
youtube.com | [1, 363, 250] |
teams.microsoft.com | [439, 441] |
itunes.apple.com | [215, 140, 528] |
fe.apple-dns.net | [536] |
netflix.com | [365] |
optimizationguide-pa.googleapis.com | [535] |
clients4.google.com | [104, 439] |
msn.com | [1, 215] |
gateway.icloud.com | [250] |
gateway.fe.apple-dns.net | [536] |
www.bing.com | [215, 140] |
content-autofill.googleapis.com | [607, 83] |
outlook.office.com | [215, 439] |
ftl.netflix.com | [12, 363, 365] |
g.aaplimg.com | [1] |
edge.skype.com | [532, 253, 277] |
graph.microsoft.com | [126, 140] |
config.edge.skype.com | [129, 531] |
config.teams.microsoft.com | [439] |
login.live.com | [215] |
prod.ftl.netflix.com | [12, 363, 365] |
www.youtube.com | [1, 363, 250] |
logs.netflix.com | [12, 365] |
substrate.office.com | [1] |
play.googleapis.com | [1, 183, 186] |
push.apple.com | [126, 215, 243, 140, 528] |
smartscreen.microsoft.com | [126] |
business.bing.com | [561] |
dsp.mp.microsoft.com | [126] |
cdn.office.net | [1, 215, 243] |
v10.events.data.microsoft.com | [1] |
stats.g.doubleclick.net | [1, 183] |
do.dsp.mp.microsoft.com | [126] |
windows.com | [126, 289, 140] |
googlesyndication.com | [215, 104] |
sharepoint.com | [140, 439, 441] |
windows.net | [140] |
ytimg.com | [140] |
app-measurement.com | [227] |
i.ytimg.com | [1, 363] |
bag.itunes.apple.com | [215, 140, 528] |
ecs.office.com | [1, 23] |
clients6.google.com | [104, 439] |
adservice.google.com | [535] |
delivery.mp.microsoft.com | [104] |
apis.google.com | [215] |
nrdp-ipv6.prod.ftl.netflix.com | [363, 365] |
www.facebook.com | [253] |
pagead2.googlesyndication.com | [104] |
x1.c.lencr.org | [250] |
measure.office.net | [243] |
ocsp.pki.goog | [104] |
clients2.google.com | [104, 439] |
prod.netflix.com | [365] |
push.prod.netflix.com | [12, 365] |
yahoo.com | [1, 215] |
netflix.net | [365] |
partner.netflix.net | [365] |
prod.partner.netflix.net | [12, 363, 365] |
presence.teams.microsoft.com | [126, 420] |
e673.dsce9.akamaiedge.net | [227, 542] |
DAC693k
Description
This dataset, named "DAC693k," is designed for ad targeting in a multi-class classification setting. It consists of two main columns: "domain" and "classes." The "domain" column contains a list of domains, representing various websites or online entities. The "classes" column contains an array representation of ad targeting multi-classes associated with each domain.
Usage
Hugging Face Datasets Library
The dataset is formatted to be seamlessly integrated with Hugging Face's datasets library. Users can easily load the dataset using the following code:
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("ansi-code/domain-advertising-classes-693k")
Columns
- domain: This column contains the domains of websites or online entities.
- classes: The "classes" column represents an array of multi-class labels associated with each domain for ad targeting. (see here mapping https://github.com/patcg-individual-drafts/topics/blob/main/taxonomy_v1.md)
Data Format
- domain: String
- classes: List of strings representing multi-class labels
License
This dataset is released under the Apache 2.0 license.
Citation
If you use this dataset in your work, please cite it using the following BibTeX entry:
@dataset{silvi-2023-dac693k,
title = {domain-advertising-classes-693k},
author = {Andrea Silvi},
year = {2023},
}
Acknowledgements
Additionally, we acknowledge the usage of the ad targeting taxonomy provided in this GitHub repository. The taxonomy has been instrumental in organizing and labeling the multi-class targets associated with each domain in the dataset.
- Downloads last month
- 34