Skip to content

Commit

Permalink
Update example to mention allowedReportingOrigins (#1373)
Browse files Browse the repository at this point in the history
allowedReportingOrigins is mentioned in the next section, but missing from the example.
  • Loading branch information
JensenPaul authored Dec 27, 2024
1 parent 25beddb commit 7f754f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FLEDGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ const myGroup = {
{renderUrl: shoesAd2, sizeGroup: 'group2',
selectableBuyerAndSellerReportingIds: ['deal1', 'deal2', 'deal3'],
buyerReportingId: 'buyerSpecificInfo1',
buyerAndSellerReportingId: 'seatId', ...}],
buyerAndSellerReportingId: 'seatId',
allowedReportingOrigins: ['https://example-reporter.com'], ...}],
'adComponents': [{renderUrl: runningShoes1, sizeGroup: 'group2', ...},
{renderUrl: runningShoes2, sizeGroup: 'group2', ...},
{renderUrl: gymShoes, sizeGroup; 'group2', ...}],
Expand Down

0 comments on commit 7f754f0

Please sign in to comment.