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/columnChange typeNotes
event_<event_type>New tableAppend-only event history for the selected event type

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.

2 total changes

Table/columnChange typeNotes
price_inactiveNew tableSyncs all inactive (archived) Stripe prices. Supports full and incremental sync.
price_inactive_tierNew tableTiered 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.

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/columnChange typeNotes
channel_reach_basic_a1New tableBasic channel reach metrics
channel_reach_combined_a1New tableCombined 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/columnChange typeNotes
channel_basic_a3MigratedChannel report — updated from _a2
channel_combined_a3MigratedChannel report — updated from _a2
channel_device_os_a3MigratedChannel report — updated from _a2
channel_playback_location_a3MigratedChannel report — updated from _a2
channel_province_a3MigratedChannel report — updated from _a2
channel_subtitles_a3MigratedChannel report — updated from _a2
channel_traffic_source_a3MigratedChannel report — updated from _a2
playlist_basic_a2MigratedPlaylist report — updated from _a1
playlist_combined_a2MigratedPlaylist report — updated from _a1
playlist_device_os_a2MigratedPlaylist report — updated from _a1
playlist_playback_location_a2MigratedPlaylist report — updated from _a1
playlist_province_a2MigratedPlaylist report — updated from _a1
playlist_traffic_source_a2MigratedPlaylist report — updated from _a1
content_owner_basic_a4MigratedContent owner report — updated from _a3
content_owner_combined_a3MigratedContent owner report — updated from _a2
content_owner_device_os_a3MigratedContent owner report — updated from _a2
content_owner_playback_location_a3MigratedContent owner report — updated from _a2
content_owner_province_a3MigratedContent owner report — updated from _a2
content_owner_subtitles_a3MigratedContent owner report — updated from _a2
content_owner_traffic_source_a3MigratedContent owner report — updated from _a2
content_owner_asset_basic_a3MigratedContent owner asset report — updated from _a2
content_owner_asset_combined_a3MigratedContent owner asset report — updated from _a2
content_owner_asset_device_os_a3MigratedContent owner asset report — updated from _a2
content_owner_asset_playback_location_a3MigratedContent owner asset report — updated from _a2
content_owner_asset_province_a3MigratedContent owner asset report — updated from _a2
content_owner_asset_traffic_source_a3MigratedContent owner asset report — updated from _a2
content_owner_playlist_basic_a2MigratedContent owner playlist report — updated from _a1
content_owner_playlist_combined_a2MigratedContent owner playlist report — updated from _a1
content_owner_playlist_device_os_a2MigratedContent owner playlist report — updated from _a1
content_owner_playlist_playback_location_a2MigratedContent owner playlist report — updated from _a1
content_owner_playlist_province_a2MigratedContent owner playlist report — updated from _a1
content_owner_playlist_traffic_source_a2MigratedContent 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/columnChange typeNotes
channel_basic_a2RemovedRemoved by YouTube on June 3, 2026 — use channel_basic_a3
channel_combined_a2RemovedRemoved by YouTube on June 3, 2026 — use channel_combined_a3
channel_device_os_a2RemovedRemoved by YouTube on June 3, 2026 — use channel_device_os_a3
channel_playback_location_a2RemovedRemoved by YouTube on June 3, 2026 — use channel_playback_location_a3
channel_province_a2RemovedRemoved by YouTube on June 3, 2026 — use channel_province_a3
channel_subtitles_a2RemovedRemoved by YouTube on June 3, 2026 — use channel_subtitles_a3
channel_traffic_source_a2RemovedRemoved by YouTube on June 3, 2026 — use channel_traffic_source_a3
playlist_basic_a1RemovedRemoved by YouTube on June 3, 2026 — use playlist_basic_a2
playlist_combined_a1RemovedRemoved by YouTube on June 3, 2026 — use playlist_combined_a2
playlist_device_os_a1RemovedRemoved by YouTube on June 3, 2026 — use playlist_device_os_a2
playlist_playback_location_a1RemovedRemoved by YouTube on June 3, 2026 — use playlist_playback_location_a2
playlist_province_a1RemovedRemoved by YouTube on June 3, 2026 — use playlist_province_a2
playlist_traffic_source_a1RemovedRemoved 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/columnChange typeNotes
channel_annotations_a1DeprecatedUse channel_annotations_a2
channel_end_screens_a1DeprecatedUse channel_end_screens_a2
channel_sharing_service_a1DeprecatedUse channel_sharing_service_a2
content_owner_basic_a3DeprecatedUse content_owner_basic_a4
content_owner_combined_a2DeprecatedUse content_owner_combined_a3
content_owner_device_os_a2DeprecatedUse content_owner_device_os_a3
content_owner_playback_location_a2DeprecatedUse content_owner_playback_location_a3
content_owner_province_a2DeprecatedUse content_owner_province_a3
content_owner_subtitles_a2DeprecatedUse content_owner_subtitles_a3
content_owner_traffic_source_a2DeprecatedUse content_owner_traffic_source_a3
content_owner_asset_basic_a2DeprecatedUse content_owner_asset_basic_a3
content_owner_asset_combined_a2DeprecatedUse content_owner_asset_combined_a3
content_owner_asset_device_os_a2DeprecatedUse content_owner_asset_device_os_a3
content_owner_asset_playback_location_a2DeprecatedUse content_owner_asset_playback_location_a3
content_owner_asset_province_a2DeprecatedUse content_owner_asset_province_a3
content_owner_asset_traffic_source_a2DeprecatedUse content_owner_asset_traffic_source_a3
content_owner_playlist_basic_a1DeprecatedUse content_owner_playlist_basic_a2
content_owner_playlist_combined_a1DeprecatedUse content_owner_playlist_combined_a2
content_owner_playlist_device_os_a1DeprecatedUse content_owner_playlist_device_os_a2
content_owner_playlist_playback_location_a1DeprecatedUse content_owner_playlist_playback_location_a2
content_owner_playlist_province_a1DeprecatedUse content_owner_playlist_province_a2
content_owner_playlist_traffic_source_a1DeprecatedUse content_owner_playlist_traffic_source_a2

Was this page helpful?