Hi,
Thank you for reaching out. By looking into the logs you provided I’m seeing that you are using UniversalAppCampaignSetting to mutate the Universal App Campaign. However, on August 6, 2019, UniversalAppCampaignSetting was migrated to UniversalAppCampaignInfo in the Adwords API. You could find the specific ad-level details in UniversalAppAd in the Adwords API. Please refer to this blog post for more information.
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||
Hi,
Thank you for reaching out. The AdWords API currently doesn't support uploading video media so you need to manually set the campaign's YouTube Video assets through the Google Ads UI. If you already have the Youtube media in your account, you could use the MediaService.get() to retrieve the MediaId of the youtubeMedia and link it to the UAC campaign.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi,
Thank you for reaching out. The AdWords API doesn't support creating YoutubeVideoMedia so you need to manually set the campaign's YouTube Video assets through the Google Ads UI as described here. For uploading the HTML5 media bundle and linking to UniversalAppAd we don’t have the example code. However, you could refer to this thread on python implementation on how it can be implemented in php.
Thanks and regards,
Xiaoming, Google Ads API Team