We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777cbab commit 82e773dCopy full SHA for 82e773d
1 file changed
web/src/app/api/v1/ads/_post.ts
@@ -151,6 +151,7 @@ export async function postAds(params: {
151
{ placement: 'below_response', placement_id: 'code-assist-ad' },
152
],
153
testAd: serverEnv.CB_ENVIRONMENT !== 'prod',
154
+ relevancy: 0.3,
155
...(device ? { device } : {}),
156
user: {
157
id: userId,
0 commit comments