Skip to content

Commit 356a06e

Browse files
committed
add signal for app vs web
1 parent fce516a commit 356a06e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

apps/frontend/src/components/ui/AdPlaceholder.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ onMounted(() => {
5757
{
5858
divId: "modrinth-rail-1",
5959
baseDivId: "pb-slot-square-2",
60+
targeting: {
61+
location: "web",
62+
},
6063
},
6164
]);
6265
});

apps/frontend/src/public/promo-frame.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
{
6767
divId: "modrinth-rail-1",
6868
baseDivId: "pb-slot-square-2",
69+
targeting: {
70+
location: "app",
71+
},
6972
},
7073
]);
7174

0 commit comments

Comments
 (0)