Skip to content

Commit 82e773d

Browse files
committed
gravity api: Set relevancy to 0.3
1 parent 777cbab commit 82e773d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/app/api/v1/ads/_post.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export async function postAds(params: {
151151
{ placement: 'below_response', placement_id: 'code-assist-ad' },
152152
],
153153
testAd: serverEnv.CB_ENVIRONMENT !== 'prod',
154+
relevancy: 0.3,
154155
...(device ? { device } : {}),
155156
user: {
156157
id: userId,

0 commit comments

Comments
 (0)