Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Jaffee committed Feb 27, 2024
1 parent c9e8e20 commit 6dd5beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/EventPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export interface EventPayload {
* or the value of the `ip` property if specified.
*/
location?: Coordinates | string;
<<<<<<< HEAD
/** Fields specific to reporting Yext Pages Analytics Events */
pages?: {
/** The scope of an action. Applies to Pages events. */
Expand All @@ -114,6 +115,8 @@ export interface EventPayload {
/* The ID of the template from which a site was generated. */
template?: string;
};
=======
>>>>>>> 1926546 (fix)
/** The URL of the page where the event occurred.
*
* If not specified the system will automatically
Expand Down

0 comments on commit 6dd5beb

Please sign in to comment.