Skip to content

Commit

Permalink
change to id
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Sep 4, 2024
1 parent 63936a6 commit 4ed6ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeaturedResult/FeaturedResultCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const FeaturedResultCard = ({ featuredResultId, onNavigate, Card, ...prop
}

await trackFeaturedResult({
featuredResultCreativeId: featuredResult.advertiserId,
featuredResultCreativeId: featuredResult.id,
placementId: featuredResult.placementSlug,
impressionId: featuredResult.impressionId,
type: TrackFeaturedResultType.Impression,
Expand Down

0 comments on commit 4ed6ef7

Please sign in to comment.