Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/types/src/config/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2391,6 +2391,10 @@ export type ProjectGASettingsBase = GA_SettingsBase & {
* Attempt to pull revenue data from Google Analytics Revenue Tracking code.
*/
auto_revenue_tracking?: boolean;
/**
* When enabled, the experience_impression event is sent only the first time a visitor is exposed to an experience, instead of on every subsequent qualifying page view. Opt-in and disabled by default.
*/
track_first_exposure_only?: boolean;
};

export type ProjectIntegrationGA3 = ProjectGASettingsBase & IntegrationGA3;
Expand Down
Loading