Skip to content

Commit

Permalink
also fix clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored and ibrahimtaveras00 committed Sep 4, 2024
1 parent 705f4e3 commit 2812868
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 @@ -40,7 +40,7 @@ export const FeaturedResultCard = ({ featuredResultId, onNavigate, Card, ...prop
const [cta] = featuredResult.ctas || [];

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

0 comments on commit 2812868

Please sign in to comment.