Skip to content

Commit

Permalink
AnalyticsSDK: Add new optional scope Event Payload field for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pcammarata1 committed Feb 20, 2024
1 parent 5c5bf20 commit a23c685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EventPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export interface EventPayload {
sessionId?: string | null;
/** Fields specific to reporting Yext Pages Analytics Events */
pages?: {
/** The scope of an action. Applies to Pages events. */
scope?: string;
/* The UID of the site an event was tied to. */
siteUid?: number;
/* The ID of the template from which a site was generated. */
Expand Down

0 comments on commit a23c685

Please sign in to comment.