Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions i18n/ja/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,10 @@
"message": "CDPs / Clean Rooms",
"description": "The partners page CDPs / Clean Rooms title"
},
"partners.advertisersPartners": {
"message": "Advertisers / Agencies",
"description": "The partners page Advertisers / Agencies title"
},
"requestAccess.metaTitle": {
"message": "アクセスをリクエストする",
"description": "The request access page meta title"
Expand Down
66 changes: 48 additions & 18 deletions src/data/partners.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export type PartnersDataType = {
name: string;
logo: string;
type: ("Publishers" | "Data" | "DSP" | "CDP")[];
type: ("Publishers" | "Data" | "DSP" | "CDP" | "Advertisers")[];
featured?: boolean;
order?: number;
}[];
Expand Down Expand Up @@ -229,7 +229,7 @@ export const partnersData: PartnersDataType = [
},
{
name: "coc coc",
logo: "CocCoc_RGB.png",
logo: "cc_logo.png",
type: ["Publishers"],
},
{
Expand All @@ -254,6 +254,11 @@ export const partnersData: PartnersDataType = [
logo: "deepintent.png",
type: ["DSP"],
},
{
name: "Dentsu",
logo: "dentsu-logo-black.png",
type: ["Advertisers"],
},
{
name: "Dek-D",
logo: "ddlogo_orn_a 2.png",
Expand Down Expand Up @@ -365,11 +370,16 @@ export const partnersData: PartnersDataType = [
logo: "gma-logo.png",
type: ["Publishers"],
},
// {
// name: "Gum Gum",
// logo: "PartnerLogo_gumgum_580x250.png",
// type: ["DSP"],
// },
{
name: "Gum Tree",
logo: "gumtree-logo.png",
type: ["Publishers"],
},
{
name: "Guru Game",
logo: "gurugame-logo.png",
type: ["Publishers"],
},
{
name: "GrowthLoop",
logo: "GrowthLoop.png",
Expand Down Expand Up @@ -435,6 +445,11 @@ export const partnersData: PartnersDataType = [
logo: "Index_Exchange_Logo_2021.png",
type: ["DSP"],
},
{
name: "Interplay Media",
logo: "interplay-logo.png",
type: ["Publishers"],
},
// {
// name: "Infosum",
// logo: "InfoSum_Logo-580x250.png",
Expand All @@ -445,6 +460,11 @@ export const partnersData: PartnersDataType = [
logo: "InTouch_Logo-580x250.png",
type: ["Publishers"],
},
{
name: "iQiyi",
logo: "iQiyi.png",
type: ["Publishers"],
},
{
name: "Kargo",
logo: "PartnerLogo_Kargo_580x250.png",
Expand Down Expand Up @@ -516,7 +536,7 @@ export const partnersData: PartnersDataType = [
},
{
name: "Lotame",
logo: "lotame-logo.png",
logo: "lotame-epsilon-logo.png",
type: ["Data"],
},
{
Expand Down Expand Up @@ -631,13 +651,6 @@ export const partnersData: PartnersDataType = [
logo: "networld.png",
type: ["Publishers"],
},
{
name: "Neustar",
logo: "PartnerLogo_Neustar_256x256.png",
type: ["Data", "CDP"],
featured: true,
order: 14,
},
{
name: "News Cafe",
logo: "newscafe-logo-580x250.png",
Expand Down Expand Up @@ -670,6 +683,11 @@ export const partnersData: PartnersDataType = [
logo: "NRich.png",
type: ["DSP"],
},
{
name: "OGURY",
logo: "ogury.png",
type: ["DSP"],
},
{
name: "OnAudience",
logo: "OnAudience_logo.png",
Expand Down Expand Up @@ -737,12 +755,12 @@ export const partnersData: PartnersDataType = [
logo: "PartnerLogo_PubMatic_580x250.png",
type: ["DSP"],
},

{
name: "Qiyi",
logo: "PartnerLogo_iQiyi_256x256.png",
name: "Publift",
logo: "publift-logo.png",
type: ["Publishers"],
},

{
name: "Ranker",
logo: "Ranker-logo.png",
Expand All @@ -758,6 +776,11 @@ export const partnersData: PartnersDataType = [
logo: "rbb-today-logo-580x250.png",
type: ["Publishers"],
},
{
name: "REA Group",
logo: "rea-group.png",
type: ["Publishers"],
},
{
name: "Retty Inc.",
logo: "Retty_rgb_logotype-580x250.png",
Expand Down Expand Up @@ -947,6 +970,13 @@ export const partnersData: PartnersDataType = [
logo: "TNL-Media-Group-580x250.png",
type: ["Publishers"],
},
{
name: "Transunion",
logo: "TULogo-blue.png",
type: ["Data", "CDP"],
featured: true,
order: 14,
},
{
name: "Treasure Data",
logo: "treasure-data-logo.svg",
Expand Down
6 changes: 6 additions & 0 deletions src/data/pressReleases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ export const articleList: ArticleItem[] = [
date: "May 12, 2025",
locale: "en",
},
{
title: "Treasure Data",
url: "https://www.treasuredata.com/blog/unified-id-support/",
date: "September 3, 2025",
locale: "en",
},
//JA Articles
{
title: "Criteo",
Expand Down
13 changes: 13 additions & 0 deletions src/pages/partners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ const componentData = {
message: "CDPs / Clean Rooms",
description: "The partners page CDPs / Clean Rooms title",
}),
advertisersPartners: translate({
id: "partners.advertisersPartners",
message: "Advertisers / Agencies",
description: "The partners page Advertisers / Agencies title",
}),
};

const dspPartners = partnersData.filter((partner) =>
Expand All @@ -74,6 +79,10 @@ const cdpPartners = partnersData.filter((partner) =>
partner.type.includes("CDP"),
);

const advertisersPartners = partnersData.filter((partner) =>
partner.type.includes("Advertisers"),
);

function PartnerSection({ title, partners }: PartnerSection) {
return (
<section className={styles.partnersSection}>
Expand Down Expand Up @@ -134,6 +143,10 @@ export default function Partners(): JSX.Element {
partners={dataPartners}
/>
<PartnerSection title={componentData.cdp} partners={cdpPartners} />
<PartnerSection
title={componentData.advertisersPartners}
partners={advertisersPartners}
/>
</div>
</div>
</main>
Expand Down
Binary file added static/img/partners/TULogo-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/cc_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/dentsu-logo-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/gumtree-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/gurugame-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/iQIYI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/interplay-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/lotame-epsilon-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/ogury.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/publift-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/partners/rea-group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.