From 88c60a28333b81eea7a9d438fcfd81e008324e63 Mon Sep 17 00:00:00 2001 From: Przemyslaw Lalak Date: Fri, 16 Dec 2022 11:45:24 +0100 Subject: [PATCH] Add yandex org and source --- organizations/yandex.json | 2 +- sources/yandex.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 sources/yandex.json diff --git a/organizations/yandex.json b/organizations/yandex.json index d859de513..baff29271 100644 --- a/organizations/yandex.json +++ b/organizations/yandex.json @@ -1,6 +1,6 @@ { "id": "YANDEX", "name": "Yandex", - "iconUrl": "https://s3.amazonaws.com/Supermetrics/images/dsLogos/YAD.png", + "iconUrl": "https://cdn.adverity.com/datatap_svg/yandex.svg", "orgUrl": "https://yandex.com/" } diff --git a/sources/yandex.json b/sources/yandex.json new file mode 100644 index 000000000..656a78c6f --- /dev/null +++ b/sources/yandex.json @@ -0,0 +1,9 @@ +{ + "id": "YANDEX", + "name": "Yandex", + "categories": ["ADVERTISING"], + "organization": "YANDEX", + "iconUrl": "https://cdn.adverity.com/datatap_svg/yandex.svg", + "sourceUrl": "https://yandex.com/", + "dataVisibility": ["PRIVATE"] +}