Skip to content

Commit

Permalink
UTM Term & UTM Content support
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Sep 10, 2024
1 parent f18ee85 commit 81bdeba
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 11 deletions.
6 changes: 5 additions & 1 deletion dist/esnext/Lib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esnext/Lib.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/esnext/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export declare const getReferrer: () => string | undefined;
export declare const getUTMSource: () => string | undefined;
export declare const getUTMMedium: () => string | undefined;
export declare const getUTMCampaign: () => string | undefined;
export declare const getUTMTerm: () => string | undefined;
export declare const getUTMContent: () => string | undefined;
/**
* Function used to track the current page (path) of the application.
* Will work in cases where the path looks like:
Expand Down
4 changes: 4 additions & 0 deletions dist/esnext/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 81bdeba

Please sign in to comment.