{{ item.publisher }}
diff --git a/composables/recommendations.ts b/composables/recommendations.ts
index 31501d776d..1357a3add2 100644
--- a/composables/recommendations.ts
+++ b/composables/recommendations.ts
@@ -6,7 +6,7 @@ export interface Recommendation {
/** Constant identifier for Recommendation type objects. */
__typename: string
/** Numerical identifier for the Recommendation. This is specifically a number for Fx client and Mozilla data pipeline compatibility. */
- tileId: number
+ id: number
/** The URL the Recommendation. */
url: string
/** The title of the Recommendation. */
diff --git a/telemetry/engagementDetails.ts b/telemetry/engagementDetails.ts
index ca29cc8d4d..5a2fc86400 100644
--- a/telemetry/engagementDetails.ts
+++ b/telemetry/engagementDetails.ts
@@ -15,4 +15,10 @@ export const engagementDetails: EngagementDetails = {
'settings.interface.themeColor': {
engagement_type: 'general',
},
+ 'discover.recommendation.open': {
+ engagement_type: 'general',
+ },
+ 'discover.recommendation.share': {
+ engagement_type: 'general',
+ },
}