Html5 no sequence in creative

87 views
Skip to first unread message

mrk

unread,
Nov 2, 2015, 5:14:01 PM11/2/15
to Interactive Media Ads SDK
Hi,

It seem having a problem, in html5 SDK, when you do not put a sequence in the creative.  The Ad getCompanionAds do not return any companions when the Vast creatives have no sequence attribute.  Everything is OK in Flash. 


Thank you


Tyler Sidell (IMA SDK Team)

unread,
Nov 3, 2015, 9:37:43 AM11/3/15
to Interactive Media Ads SDK
Hi,

Would you be able to send over your ad tag so that we can test this out on our end?  Are you experiencing the same issue in our sample examples?

Thanks,
Tyler Sidell
IMA SDK Team

mrk

unread,
Nov 3, 2015, 10:11:26 AM11/3/15
to Interactive Media Ads SDK
On this page https://developers.google.com/interactive-media-ads/docs/sdks/html5/vastinspector are you using GPT or the getCompanionsAds function?

Here the VAST:

<?xml version="1.0" encoding="UTF-8"?>
<VAST version="2.0">
  <Ad id="123456789123456789">
  <InLine>
    <AdSystem>Web Team Test Campaign</AdSystem>
    <AdTitle>VAST 2.0 Web Team Test</AdTitle>
    <Description>VAST 2.0 Test 1</Description>
    <Error>http://myErrorURL/error</Error>
    <Impression>http://myTrackingURL/impression</Impression>
<Creatives>
<Creative AdID="601364" >
<Linear>
<Duration>00:00:31</Duration>
<TrackingEvents>
<Tracking event="creativeView">http://myTrackingURL/creativeView</Tracking>
<Tracking event="start">http://myTrackingURL/start</Tracking>
<Tracking event="midpoint">http://myTrackingURL/midpoint</Tracking>
<Tracking event="firstQuartile">http://myTrackingURL/firstQuartile</Tracking>
<Tracking event="thirdQuartile">http://myTrackingURL/thirdQuartile</Tracking>
<Tracking event="complete">http://myTrackingURL/complete</Tracking>
</TrackingEvents>
<VideoClicks>
<ClickThrough>http://www.iab.net/</ClickThrough>
<ClickTracking>http://myTrackingURL/click</ClickTracking>
</VideoClicks>
<MediaFiles>
</MediaFiles>
</Linear>
</Creative >
<Creative AdID="123456789123456789-Companion" >
<CompanionAds>
                <Companion width="300" height="250">
                    <StaticResource creativeType="image/gif">http://www.iab.net/media/image/300x250_uap.gif</StaticResource>
                    <TrackingEvents>
                        <Tracking event="creativeView">http://myTrackingURL/firstCompanionCreativeView</Tracking>
                    </TrackingEvents>
                    <CompanionClickThrough>http://www.iab.net/</CompanionClickThrough>
                </Companion>
                <Companion width="728" height="90">
                    <StaticResource creativeType="image/gif">https://cdn.tutsplus.com/webdesign/authors/ian-yates/728x90.gif</StaticResource>
                    <CompanionClickThrough>http://www.iab.net/</CompanionClickThrough>
                </Companion>
            </CompanionAds> 
</Creative>
</Creatives>
  </InLine>
  </Ad>
</VAST>

Tyler Sidell (IMA SDK Team)

unread,
Nov 3, 2015, 2:39:39 PM11/3/15
to Interactive Media Ads SDK
Hi there,

As stated in our documentation, the method getCompanionAds() uses the sequence number to match the companion ad slot size and the master creative. This is not the case with GPT and the companion ads will show without a sequence number.  Our sample here uses GPT that you can use to test your ad tag.


Thanks, 
Tyler Sidell
IMA SDK Team

mrk

unread,
Nov 5, 2015, 10:16:57 AM11/5/15
to Interactive Media Ads SDK
Ohhhh, thank you for your fast response.
Reply all
Reply to author
Forward
0 new messages