Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EventsSDK: Add originalEventName to EventPayload
Browse files Browse the repository at this point in the history
Ethan Jaffee committed Feb 27, 2024
1 parent 7fe1b1f commit 0ab6bb3
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
@@ -113,6 +113,8 @@ export interface EventPayload {
pages?: {
/** The scope of an action. Applies to Pages events. */
scope?: string;
/** The legacy identifier of the event. */
originalEventName?: string;
/* The UID of the site an event was tied to. */
siteUid?: number;
/* The ID of the template from which a site was generated. */

0 comments on commit 0ab6bb3

Please sign in to comment.