Searched refs:custom_audience (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/adservices/tests/cts/assets/scenarios/data/ |
D | BiddingLogicV3WithDebugReportingWithRejectReason.js | 23 function generateBid(custom_audience, auction_signals, per_buyer_signals, argument 26 + "?ca_name=" + custom_audience.name 30 + "?ca_name=" + custom_audience.name 35 if (custom_audience.name === "shoes") { 40 'ad': custom_audience.ads[0], 42 'render': custom_audience.ads[0].render_uri
|
D | BiddingLogicV3.js | 23 function generateBid(custom_audience, auction_signals, per_buyer_signals, trusted_bidding_signals, … argument 28 if (custom_audience.name === "shoes") { 30 } else if (custom_audience.name === "app_install") { 35 'ad': custom_audience.ads[0], 37 'render': custom_audience.ads[0].render_uri
|
D | BiddingLogicV3WithDebugReporting.js | 23 function generateBid(custom_audience, auction_signals, per_buyer_signals, trusted_bidding_signals, … argument 27 if (custom_audience.name === "shoes") { 32 'ad': custom_audience.ads[0], 34 'render': custom_audience.ads[0].render_uri
|