June 2026
Connector updates
Gorgias: Per-Event-Type Tables
The Gorgias connector now supports syncing individual event types as separate, append-only tables. In your Gorgias source settings, a new "Include event tables for specific event types" multi-select lets you pick the event types you care about (e.g. ticket-closed, ticket-reopened, ticket-created). Each selection adds a new event_<event_type> stream — for example, selecting ticket-closed creates an event_ticket_closed table.
This solves a key limitation of the existing ticket table, which only reflects current ticket state. Because fields like closed_at are overwritten on each state change, historical close events are lost — making resolution-time metrics drift from the Gorgias native dashboard. The new event tables preserve the full append-only history, so you can accurately compute "first closed at" or per-period close counts that match what Gorgias reports natively.
Schema — all event_<event_type> tables share the same shape: id, created_datetime, type, object_type, object_id, account_id, user_id, and data (full event payload as stringified JSON).
1 total change
| Table/column | Change type | Notes |
|---|---|---|
event_<event_type> | New table | Append-only event history for the selected event type |
No breaking changes to existing tables (ticket, ticket_message, customer, etc.). New event tables only appear once you select event types in your connection settings.
Stripe: Inactive Prices Stream
Stripe now has a dedicated price_inactive stream for syncing archived (inactive) prices — prices where active is set to false.
Previously, the price stream only fetched active prices. The behavior of the existing stream is unchanged:
price— continues to sync only active prices (no change)price_inactive(new) — syncs only inactive/archived prices
The new stream supports both full and incremental sync, and includes a price_inactive_tier sub-stream for tiered pricing data, mirroring the existing price_tier sub-stream on the active prices stream.
Action required to use this stream. Inactive prices are not synced automatically — enable the price_inactive stream in your Stripe connection settings if you want to start syncing them.
2 total changes
| Table/column | Change type | Notes |
|---|---|---|
price_inactive | New table | Syncs all inactive (archived) Stripe prices. Supports full and incremental sync. |
price_inactive_tier | New table | Tiered pricing data for inactive prices — mirrors the price_tier sub-stream. |
YouTube Analytics: Report Version Migration
YouTube Analytics bulk reports have been updated to new versions. All updated reports now include the new engaged_views metric and use YouTube's latest view-counting methodology. See the YouTube Reporting API revision history for the full upstream changelog.
Breaking change: view counts may differ in updated reports.
YouTube has changed how the views metric is calculated in the latest report versions — a methodology update tied to Shorts. As a result, view counts in the new report versions may differ from previous versions, even for the same time period and dimensions.
If you need continuity with historical numbers, use the new engaged_views metric, which preserves the previous counting behavior.
New metric
The engaged_views column is now available on all updated bulk reports. It reflects the previous view-counting methodology, making it useful for maintaining historical comparisons now that YouTube has changed how views are counted.
New Reach reports
Two new Reach reports are now available:
2 total changes
| Table/column | Change type | Notes |
|---|---|---|
channel_reach_basic_a1 | New table | Basic channel reach metrics |
channel_reach_combined_a1 | New table | Combined channel reach metrics |
Reports updated to a new version
The following reports were bumped to new versions. They include engaged_views and use the updated view-counting methodology. See the official channel reports reference and content owner reports reference for the full field definitions.
32 total changes
| Table/column | Change type | Notes |
|---|---|---|
channel_basic_a3 | Migrated | Channel report — updated from _a2 |
channel_combined_a3 | Migrated | Channel report — updated from _a2 |
channel_device_os_a3 | Migrated | Channel report — updated from _a2 |
channel_playback_location_a3 | Migrated | Channel report — updated from _a2 |
channel_province_a3 | Migrated | Channel report — updated from _a2 |
channel_subtitles_a3 | Migrated | Channel report — updated from _a2 |
channel_traffic_source_a3 | Migrated | Channel report — updated from _a2 |
playlist_basic_a2 | Migrated | Playlist report — updated from _a1 |
playlist_combined_a2 | Migrated | Playlist report — updated from _a1 |
playlist_device_os_a2 | Migrated | Playlist report — updated from _a1 |
playlist_playback_location_a2 | Migrated | Playlist report — updated from _a1 |
playlist_province_a2 | Migrated | Playlist report — updated from _a1 |
playlist_traffic_source_a2 | Migrated | Playlist report — updated from _a1 |
content_owner_basic_a4 | Migrated | Content owner report — updated from _a3 |
content_owner_combined_a3 | Migrated | Content owner report — updated from _a2 |
content_owner_device_os_a3 | Migrated | Content owner report — updated from _a2 |
content_owner_playback_location_a3 | Migrated | Content owner report — updated from _a2 |
content_owner_province_a3 | Migrated | Content owner report — updated from _a2 |
content_owner_subtitles_a3 | Migrated | Content owner report — updated from _a2 |
content_owner_traffic_source_a3 | Migrated | Content owner report — updated from _a2 |
content_owner_asset_basic_a3 | Migrated | Content owner asset report — updated from _a2 |
content_owner_asset_combined_a3 | Migrated | Content owner asset report — updated from _a2 |
content_owner_asset_device_os_a3 | Migrated | Content owner asset report — updated from _a2 |
content_owner_asset_playback_location_a3 | Migrated | Content owner asset report — updated from _a2 |
content_owner_asset_province_a3 | Migrated | Content owner asset report — updated from _a2 |
content_owner_asset_traffic_source_a3 | Migrated | Content owner asset report — updated from _a2 |
content_owner_playlist_basic_a2 | Migrated | Content owner playlist report — updated from _a1 |
content_owner_playlist_combined_a2 | Migrated | Content owner playlist report — updated from _a1 |
content_owner_playlist_device_os_a2 | Migrated | Content owner playlist report — updated from _a1 |
content_owner_playlist_playback_location_a2 | Migrated | Content owner playlist report — updated from _a1 |
content_owner_playlist_province_a2 | Migrated | Content owner playlist report — updated from _a1 |
content_owner_playlist_traffic_source_a2 | Migrated | Content owner playlist report — updated from _a1 |
Reports removed
YouTube deprecated the previous channel and playlist report versions on June 24, 2025, and fully removed them on June 3, 2026 — as documented in the revision history. These reports have been removed from Weld as well. If you were syncing any of these, switch to the corresponding new version listed above.
13 total changes
| Table/column | Change type | Notes |
|---|---|---|
channel_basic_a2 | Removed | Removed by YouTube on June 3, 2026 — use channel_basic_a3 |
channel_combined_a2 | Removed | Removed by YouTube on June 3, 2026 — use channel_combined_a3 |
channel_device_os_a2 | Removed | Removed by YouTube on June 3, 2026 — use channel_device_os_a3 |
channel_playback_location_a2 | Removed | Removed by YouTube on June 3, 2026 — use channel_playback_location_a3 |
channel_province_a2 | Removed | Removed by YouTube on June 3, 2026 — use channel_province_a3 |
channel_subtitles_a2 | Removed | Removed by YouTube on June 3, 2026 — use channel_subtitles_a3 |
channel_traffic_source_a2 | Removed | Removed by YouTube on June 3, 2026 — use channel_traffic_source_a3 |
playlist_basic_a1 | Removed | Removed by YouTube on June 3, 2026 — use playlist_basic_a2 |
playlist_combined_a1 | Removed | Removed by YouTube on June 3, 2026 — use playlist_combined_a2 |
playlist_device_os_a1 | Removed | Removed by YouTube on June 3, 2026 — use playlist_device_os_a2 |
playlist_playback_location_a1 | Removed | Removed by YouTube on June 3, 2026 — use playlist_playback_location_a2 |
playlist_province_a1 | Removed | Removed by YouTube on June 3, 2026 — use playlist_province_a2 |
playlist_traffic_source_a1 | Removed | Removed by YouTube on June 3, 2026 — use playlist_traffic_source_a2 |
Reports kept as deprecated
The following report versions were announced as deprecated by YouTube but have not yet been removed. They remain available in Weld so existing syncs continue to work, but are now marked as deprecated. We recommend migrating to the latest versions when convenient:
22 total changes
| Table/column | Change type | Notes |
|---|---|---|
channel_annotations_a1 | Deprecated | Use channel_annotations_a2 |
channel_end_screens_a1 | Deprecated | Use channel_end_screens_a2 |
channel_sharing_service_a1 | Deprecated | Use channel_sharing_service_a2 |
content_owner_basic_a3 | Deprecated | Use content_owner_basic_a4 |
content_owner_combined_a2 | Deprecated | Use content_owner_combined_a3 |
content_owner_device_os_a2 | Deprecated | Use content_owner_device_os_a3 |
content_owner_playback_location_a2 | Deprecated | Use content_owner_playback_location_a3 |
content_owner_province_a2 | Deprecated | Use content_owner_province_a3 |
content_owner_subtitles_a2 | Deprecated | Use content_owner_subtitles_a3 |
content_owner_traffic_source_a2 | Deprecated | Use content_owner_traffic_source_a3 |
content_owner_asset_basic_a2 | Deprecated | Use content_owner_asset_basic_a3 |
content_owner_asset_combined_a2 | Deprecated | Use content_owner_asset_combined_a3 |
content_owner_asset_device_os_a2 | Deprecated | Use content_owner_asset_device_os_a3 |
content_owner_asset_playback_location_a2 | Deprecated | Use content_owner_asset_playback_location_a3 |
content_owner_asset_province_a2 | Deprecated | Use content_owner_asset_province_a3 |
content_owner_asset_traffic_source_a2 | Deprecated | Use content_owner_asset_traffic_source_a3 |
content_owner_playlist_basic_a1 | Deprecated | Use content_owner_playlist_basic_a2 |
content_owner_playlist_combined_a1 | Deprecated | Use content_owner_playlist_combined_a2 |
content_owner_playlist_device_os_a1 | Deprecated | Use content_owner_playlist_device_os_a2 |
content_owner_playlist_playback_location_a1 | Deprecated | Use content_owner_playlist_playback_location_a2 |
content_owner_playlist_province_a1 | Deprecated | Use content_owner_playlist_province_a2 |
content_owner_playlist_traffic_source_a1 | Deprecated | Use content_owner_playlist_traffic_source_a2 |