Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
VideoOffset |
VideoOffset.clone() |
VideoOffset |
SkippableSetting.getProgressOffset()
Amount of time to play videos served to this placement before counting a view.
|
VideoOffset |
Creative.getProgressOffset()
Amount of time to play the video before counting a view.
|
VideoOffset |
SiteSkippableSetting.getProgressOffset()
Amount of time to play videos served to this site template before counting a view.
|
VideoOffset |
SkippableSetting.getSkipOffset()
Amount of time to play videos served to this placement before the skip button should appear.
|
VideoOffset |
Creative.getSkipOffset()
Amount of time to play the video before the skip button appears.
|
VideoOffset |
SiteSkippableSetting.getSkipOffset()
Amount of time to play videos served to this site before the skip button should appear.
|
VideoOffset |
VideoOffset.set(String fieldName,
Object value) |
VideoOffset |
VideoOffset.setOffsetPercentage(Integer offsetPercentage)
Duration, as a percentage of video duration.
|
VideoOffset |
VideoOffset.setOffsetSeconds(Integer offsetSeconds)
Duration, in seconds.
|
Modifier and Type | Method and Description |
---|---|
SkippableSetting |
SkippableSetting.setProgressOffset(VideoOffset progressOffset)
Amount of time to play videos served to this placement before counting a view.
|
Creative |
Creative.setProgressOffset(VideoOffset progressOffset)
Amount of time to play the video before counting a view.
|
SiteSkippableSetting |
SiteSkippableSetting.setProgressOffset(VideoOffset progressOffset)
Amount of time to play videos served to this site template before counting a view.
|
SkippableSetting |
SkippableSetting.setSkipOffset(VideoOffset skipOffset)
Amount of time to play videos served to this placement before the skip button should appear.
|
Creative |
Creative.setSkipOffset(VideoOffset skipOffset)
Amount of time to play the video before the skip button appears.
|
SiteSkippableSetting |
SiteSkippableSetting.setSkipOffset(VideoOffset skipOffset)
Amount of time to play videos served to this site before the skip button should appear.
|
Copyright © 2011–2025 Google. All rights reserved.