Skip to content

Commit

Permalink
fix pageUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ejaffee01 committed Feb 28, 2024
1 parent f4c66a1 commit f1853d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/EventPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ export interface EventPayload {
/* The ID of the template from which a site was generated. */
template?: string;
};
/** The URL of the page where the event occurred.
*
* If not specified the system will automatically
* use the `Referrer` header from the autogenerated request headers.
*/
pageUrl?: string;
/** The URL of the page which the visitor came from prior to the event.
*
Expand Down

0 comments on commit f1853d1

Please sign in to comment.