Skip to content

Commit

Permalink
fix an internal link
Browse files Browse the repository at this point in the history
link to the correct "Reporting bidding data associated with an event in a frame" section.
  • Loading branch information
qingxinwu committed Feb 1, 2023
1 parent 4f6d7b2 commit 1b88d4f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions FLEDGE_extended_PA_reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@ function generateBid(interestGroup, auctionSignals, perBuyerSignals, trustedBidd
});
```

The above logic will trigger a report if the generated bid wins (see [reserved.win](#reporting-bidding-data-for-wins)). And another one,
if the user later clicks on the winning ad (this needs to be triggered by the fenced frame itself, see
reporting for post-auction signals). When the buyer receives an aggregated report they can infer what
the click-through-rate (CTR) was for users on different “interest group age” buckets.
The above logic will trigger a report if the generated bid wins (see
[reserved.win](#reporting-bidding-data-for-wins)). And another one, if the user later clicks on the
winning ad (this needs to be triggered by the fenced frame itself, see
[reportPrivateAggregationEvent](#reporting-bidding-data-associated-with-an-event-in-a-frame). When
the buyer receives an aggregated report they can infer what the click-through-rate (CTR) was for
users on different “interest group age” buckets.

### Example 2: Getting the average bid gap for an ad.

Expand Down

0 comments on commit 1b88d4f

Please sign in to comment.