کمپین های ویدیویی
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
کمپین های ویدیویی به شما امکان می دهند تبلیغات ویدیویی را در YouTube و سایر وب سایت ها نشان دهید.
محدودیت های API
Google Ads API فقط از واکشی و گزارش در مورد کمپین های ویدیویی موجود و معیارهای آنها پشتیبانی می کند. نمیتوانید کمپینهای ویدیویی جدید ایجاد کنید یا کمپینهای ویدیویی موجود را با استفاده از Google Ads API بهروزرسانی کنید.
گزینه های جایگزین برای مدیریت کمپین
اگر میخواهید کمپینهای ویدیویی را به صورت برنامهریزی ایجاد یا مدیریت کنید، گزینههای زیر را در نظر بگیرید:
- اسکریپت های Google Ads : می توانید کمپین های ویدیویی را با استفاده از اسکریپت های Google Ads مدیریت کنید. این امکان مدیریت خودکار در رابط Google Ads را فراهم می کند.
- کمپینهای Demand Gen : اگر هدف شما ارائه تبلیغات ویدیویی در سراسر داراییهای Google از جمله YouTube است، کمپینهای Demand Gen به طور کامل در Google Ads API برای ایجاد و مدیریت پشتیبانی میشوند.
گزارش دهی
میتوانید با استفاده از GoogleAdsService.SearchStream
دادههای عملکرد کمپینهای ویدیویی خود و تبلیغات و معیارهای آنها را با فیلتر کردن برای campaign.advertising_channel_type = 'VIDEO'
مانند این مثال، بازیابی کنید:
SELECT
campaign.name,
campaign.advertising_channel_type,
ad_group.name,
ad_group.id,
metrics.impressions,
metrics.clicks,
metrics.ctr
FROM video
WHERE campaign.advertising_channel_type = 'VIDEO'
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-08-26 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-08-26 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# Video campaigns\n\n[Video campaigns](//support.google.com/google-ads/answer/2375497) let you show\nvideo ads on YouTube and other websites.\n\nAPI limitations\n---------------\n\nThe Google Ads API only supports fetching and reporting on existing Video campaigns\nand their criteria. You cannot create new Video campaigns or update existing\nVideo campaigns using the Google Ads API.\n\n### Alternatives for campaign management\n\nIf you need to create or manage Video campaigns programmatically, consider\nthe following options:\n\n- **Google Ads scripts** : You can manage Video campaigns using [Google Ads scripts](/google-ads/scripts/docs/features/video-campaigns). This allows for automated management within the Google Ads interface.\n- **Demand Gen campaigns** : If your goal is to serve video ads across Google properties including YouTube, [Demand Gen campaigns](/google-ads/api/docs/demand-gen/overview) are fully supported in the Google Ads API for both creation and management.\n\nReporting\n---------\n\nYou can retrieve performance data for your Video campaigns and their ads and\ncriteria using [`GoogleAdsService.SearchStream`](/google-ads/api/reference/rpc/v21/GoogleAdsService.SearchStream)\nby filtering for `campaign.advertising_channel_type = 'VIDEO'` such as in this\nexample: \n\n SELECT\n campaign.name,\n campaign.advertising_channel_type,\n ad_group.name,\n ad_group.id,\n metrics.impressions,\n metrics.clicks,\n metrics.ctr\n FROM video\n WHERE campaign.advertising_channel_type = 'VIDEO'"]]