Hi

Is anyone able to tell me whether creating an ad based on the TrueView ad 
template requires the video to be associated to the Adwords account??

I was just adding the templateElements fields array like below and the 
error is that the 'VIDEO' type field requires a field_media parameter which 
is a Media object you get from the MediaService, which we be any media 
associated to you Adwords account. I was hoping to not have to associate 
the videos to the Adwords account first

Using the Ruby client

Is this correct?

Thanks
Richard

fields: [
            {
              name: 'videoId',
              type: 'VIDEO',
              field_text: params[:video_id]
            },
            {
              name: 'imageUrl',
              type: 'URL',
              field_text: 'path to image'
            },
            {
              name: 'channelName',
              type: 'TEXT',
              field_text: 'a channel name'
            },
            {
              name: 'headline',
              type: 'TEXT',
              field_text: 'headline text'
            },
          ]






-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0c9aad98-a780-4344-b4a0-9cc7559b8ae8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to