Skip to content

Commit 50ce2b5

Browse files
clllaurConvert Bot
authored andcommitted
feat: automated TS Serving API update
1 parent 527dc85 commit 50ce2b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/types/src/config/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,6 +2391,10 @@ export type ProjectGASettingsBase = GA_SettingsBase & {
23912391
* Attempt to pull revenue data from Google Analytics Revenue Tracking code.
23922392
*/
23932393
auto_revenue_tracking?: boolean;
2394+
/**
2395+
* 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.
2396+
*/
2397+
track_first_exposure_only?: boolean;
23942398
};
23952399

23962400
export type ProjectIntegrationGA3 = ProjectGASettingsBase & IntegrationGA3;

0 commit comments

Comments
 (0)