Update Serving API - from backend PR #6734 - #411
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the generated TypeScript configuration types. Specifically, it introduces a new optional property heatmap_visits_limit (with values 2500, 5000, 10000, or 15000) and its corresponding enum to the VisitorInsightsBase type. Additionally, it adds an optional boolean property track_first_exposure_only to the ProjectGASettingsBase type to control how experience impression events are sent. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|



Updating TS Serving API after the latest changes from backend repo,
PR #6734