Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventsSDK: Add originalEventName to EventPayload #138

Merged
merged 9 commits into from
Feb 28, 2024
Next Next commit
EventsSDK: Add originalEventName to EventPayload
Ethan Jaffee committed Feb 27, 2024
commit 0ab6bb322577ee1f23c581fa28e0c2c64b980baa
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. */