From 356a06e694ece27ebd7aa0f4104606e3c546ecbe Mon Sep 17 00:00:00 2001 From: Jai A Date: Tue, 15 Oct 2024 23:47:51 -0700 Subject: [PATCH] add signal for app vs web --- apps/frontend/src/components/ui/AdPlaceholder.vue | 3 +++ apps/frontend/src/public/promo-frame.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/apps/frontend/src/components/ui/AdPlaceholder.vue b/apps/frontend/src/components/ui/AdPlaceholder.vue index 5cbbc763..06fcfe55 100644 --- a/apps/frontend/src/components/ui/AdPlaceholder.vue +++ b/apps/frontend/src/components/ui/AdPlaceholder.vue @@ -57,6 +57,9 @@ onMounted(() => { { divId: "modrinth-rail-1", baseDivId: "pb-slot-square-2", + targeting: { + location: "web", + }, }, ]); }); diff --git a/apps/frontend/src/public/promo-frame.html b/apps/frontend/src/public/promo-frame.html index 47d534e5..7d80a10d 100644 --- a/apps/frontend/src/public/promo-frame.html +++ b/apps/frontend/src/public/promo-frame.html @@ -66,6 +66,9 @@ { divId: "modrinth-rail-1", baseDivId: "pb-slot-square-2", + targeting: { + location: "app", + }, }, ]);