Re: Youtube video Asset creation: AttributeError: Assignment not allowed to field "youtube_video_id" in protocol message object.

2020-06-23 Thread 'Stefan Delic' via AdWords API and Google Ads API Forum
Hi Mitchell, Thank you, that worked, it was an error on my part! Best regards, Stefan On Monday, 22 June 2020 17:17:21 UTC+2, adsapiforumadvisor wrote: > > Hi Stefan, > > Thank you for reaching out. Please try making the following change to your > code: > > Instead of: >

RE: Youtube video Asset creation: AttributeError: Assignment not allowed to field "youtube_video_id" in protocol message object.

2020-06-22 Thread Google Ads API Forum Advisor Prod
Hi Stefan, Thank you for reaching out. Please try making the following change to your code: Instead of: video_asset.youtube_video_asset.youtube_video_id = "tDUOo93p9mk" Please try: video_asset.youtube_video_asset.youtube_video_id.value = "tDUOo93p9mk" Let me know if you are still facing any