[source-linkedin-ads] Add a videos stream to expose video duration and media metadata
- 主要语言
- Python
- 星标
- 22.1k
- 派生
- 5.3k
- PR 合并指标
- PR 指标待抓取
描述
### Topic
[source-linkedin-ads] Add a videos stream to expose video duration and media metadata
### Relevant information
The LinkedIn Ads connector (v5.6.9) has no stream exposing video assets. Marketing teams analyzing video ad performance need the video duration to compute completion rates and compare creatives, but none of the 19 existing streams return it.
The data is available via the LinkedIn Videos API: GET /rest/videos?q=associatedAccount&associatedAccount=urn:li:sponsoredAccount:{id} returns all videos in a sponsored account's media library with duration (ms), thumbnail, aspect ratio and status. The read-only r_ads scope already required by the connector is sufficient.
I have a working implementation (manifest-only, modeled on the existing conversions stream: account partition router, offset pagination, LinkedIn-Version 202601) and will open a PR referencing this issue.
---
**Internal Tracking:** https://github.com/airbytehq/oncall/issues/13071
贡献指南
评估
这个 Issue 还没有评估数据。