Flags POST Flashcards

1
Q

synchronizeSiteSectionSlots

A

Enables history exclusivity across multiple request in one session; The session is defined by the _pr and _vr values in the cookie. When the value pair in the cookie changes, the session changes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

expectMultipleCreativeRenditions

A

Indicates that the player is able to select the best one among multiple creative renditions; asks the ad server to return multiple creative renditions for one ad so that the player can choose the best fit rendition to play; for example, the video ad renderer in FreeWheel SDK selects the best rendition according to the slot aspect ratio, the bitrate and the preference settings in MRM. https://hub.freewheel.tv/display/techdocs/Video+Ad+Rendition+Selection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

supportsSlotTemplate

A

Supports Commercial Break Pattern; asks the ad server to generate slots and deliver ads according to the CBP settings; https://hub.freewheel.tv/display/MUG/Commercial+Break+Patterns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

disableAdUnitInMultipleSlots

A

By default one ad can be delivered to multiple slots in one ad request. If this capability is turned on, the ad server will not deliver the same ad to different slots.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

supportsSlotCallback

A

Indicates that the player supports slot impression and slot end callbacks; Asks the ad server to return the slot impression/end callbacks in the SMRAT response so that the player can fire them when the slot starts/ends. If this capability is turned off, ad server will count avails by impressions, which means avails will only be counted when the slot is filled with ads and won’t be counted when the slot is empty. So it’s not an accurate way to count avail numbers. This way can be used when the player cannot be updated to support sending slotImpression callbacks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

requiresAdvancedCallbackUrls

A

Indicates that the player supports additional IAB callbacks besides impression; asks the ad server to return all IAB callbacks in the response so that the player can fire them when necessary; a list of IAB standard callbacks can be found here, including mute/unmute, pause/resume, expand/collapse, quartiles, rewind, skip, etc. Only one of +/-amcb, +qtcb and +cpcb should appear in ad request. If two or three of these flags appears together, only the last flag will work. Different from other response format, in vast response flag=+amcb is default value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

requiresQuartileCallbackUrls

A

Indicates that the player supports quartile callbacks besides impression. Similar as requiresAdvancedCallbackUrls/amcb, but only ask for quartile callbacks and doesn’t ask for other IAB callback URLs. Only one of +/-amcb, +qtcb and +cpcb should appear in ad request. If two or three of these flags appears together, only the last flag will work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

requiresVideoCallbackUrl

A

Indicates that the player supports video view callbacks in the ad response; asks the ad server to return a video view callback for the specified video asset so that the player can fire the video view callback during the playback of the content video. +exvt and +vicb should not be combined in ad request. If both +exvtand +vicb appear in ad request at the same time, it may result in video views double.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

skipsAdSelection

A

Indicates that the ad request is issued merely for the videoView callback; No ad will be delivered in the response.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

supportsFallbackAds

A

indicates that the player supports fallback ads in FreeWheel ad response; asks the ad server to return a fallbacks ad (if any) for every ad in the response so that the player can still play the fallback ad when the ad fails to play.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

recordVideoView

A

Asks the ad server to implicitly record video view upon every ad request so that the player need not issue video view callbacks by itself Flags +exvt and +vicb should not be combined in ad request. If both +exvt and +vicb appear in ad request at the same time, it may result in video views double.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

synchronizeMultipleRequests

A

Enable exclusivity among multiple requests in one session.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

supportNullCreative

A

Turn on this capability to support 3rd party tracking url for embedded ads

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

resetExclusivity

A

Resets exclusivity state for current session

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

supportAdBundle

A

If turned on, the ad reference node in the SMART response will have an attribute “bundleId” set to distinguish ads from different networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

autoEventTracking

A

Enables autoEventTracking for inclusion of slotEnd and adEndevents for use by third-party beacons, and network-wide beacons (also known as data provider pingback) configured by your FreeWheel SE.

17
Q

refreshDisplaySlots

A

Indicates the player needs to refresh display slots according to the refresh settings in the MRM

18
Q

supportSlotInfo

A

Asks ad server to output maxAdDuration, maxAds and maxDurationattribute to node in the SMART response

19
Q

autoPlay=”true”

A

autoPlay is not a capability; indicates if content is played automatically. (for more on autoPlay, go here: Flags in Non-Temporal (Display) Ad Slots)

20
Q

unattendedPlay=”true”

A

unattendedPlay is not a capability. Indicates if user is NOT aware of the auto playing. It takes effect when autoPlay=”true”. Detail can be found here.

21
Q

requiresCompleteCallbackUrls

A

Indicates that player supports complete callbacks besides impression. Ad server will return complete callback in response and player can fire it. Only one of +/-amcb, +qtcb and +cpcb should appear in ad request. If two or three of these flags appears together, only the last flag will work. is not supported in HTTP POST ad requests.

22
Q

checkTargeting=”true”

A

Used with “cana”. When cana is enabled, adserver will not check targeting for the candidate ad by default. Specifying “flag=+targ” reenables adserver to check targeting for the candidate ad.

23
Q

disableTrackingRedirect

A

If this flag is NOT included in an ad request to FreeWheel, 3P impression URLs will be content redirects on the equivalent FreeWheel impression URL. For example, a 3P defaultImpression URL will be a content redirect on the FreeWheel defaultImpression URL like this (the 3P beacon shows after the cr= parameter): If this flag IS included in an ad request to FreeWheel, 3P impression URLs will no longer be a content redirect on the equivalent FreeWheel impression URL. Instead, the 3P impression URLs will now be split out into their own unique tracking URL like this:

24
Q

supportCreativeParametersInVast

A

Enables creative parameters to be returned in VAST responses.