A class that allows the display of mobile video ads.
Instances of this class cannot be created with Instance.new.
It is a singleton that may be acquired with GetService.
Tags: [NotCreatable, Service]
History | | Member |
---|
565 | | GetAdTeleportInfo(): Tuple |
580 | | GetReportAdInfo(): Array |
612 | | HideEudsaDisclosure(): null |
573 | | ReturnToPublisherExperience(adTeleportMethod: AdTeleportMethod): null |
627 | | SetAdGuiInteractivityHandlerInitialized(): null |
573 | | ShowVideoAd(): null |
547 | | AdTeleportEnded() |
547 | | AdTeleportInitiated() |
587 | | PortalPrompt(destinationId: int64, portal: Instance, requiresNoButton: bool) |
553 | | ReportImpressionSignal(ad_instance_name: string, encrypted_ad_tracking_data: string, encryption_metadata: string) |
553 | | ReportTeleportSignal(ad_instance_name: string, encrypted_ad_tracking_data: string, encryption_metadata: string, teleport_type: string, teleport_source_universe_id: int64, teleport_source_place_id: int64, teleport_dest_place_id: int64) |
557 | | ServeAdResponseSignal(uuid: string, response: string, isError: bool) |
557 | | ServeAdSignal(uuid: string, request: string) |
617 | | ShowDynamicEudsaDisclosure(advertiserName: string, payerName: string) |
612 | | ShowStaticEudsaDisclosure() |
462 | | VideoAdClosed(adShown: bool) |
627 | | adGuiRegisterUI(adGui: Instance) |
inherited from Instance |
---|
553 | | Archivable: bool |
553 | | Attributes: string |
553 | | AttributesReplicate: string |
553 | | AttributesSerialize: BinaryString |
635 | | Capabilities: SecurityCapabilities |
553 | | DataCost: int |
619 | | DefinesCapabilities: bool |
553 | | HistoryId: UniqueId |
553 | | Name: string |
553 | | Parent: Instance |
553 | | PropertyStatusStudio: PropertyStatus |
553 | | RobloxLocked: bool |
635 | | Sandboxed: bool |
616 | | SourceAssetId: int64 |
553 | | Tags: BinaryString |
616 | | UniqueId: UniqueId |
553 | | archivable: bool |
553 | | numExpectedDirectChildren: int |
576 | | AddTag(tag: string): null |
573 | | ClearAllChildren(): null |
462 | | Clone(): Instance |
573 | | Destroy(): null |
486 | | FindFirstAncestor(name: string): Instance |
486 | | FindFirstAncestorOfClass(className: string): Instance |
486 | | FindFirstAncestorWhichIsA(className: string): Instance |
486 | | FindFirstChild(name: string, recursive: bool = false): Instance |
486 | | FindFirstChildOfClass(className: string): Instance |
486 | | FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance |
486 | | FindFirstDescendant(name: string): Instance |
563 | | GetActor(): Actor |
486 | | GetAttribute(attribute: string): Variant |
462 | | GetAttributeChangedSignal(attribute: string): RBXScriptSignal |
631 | | GetAttributes(): Dictionary |
648 | | GetChildren(): Instances |
462 | | GetDebugId(scopeLength: int = 4): string |
486 | | GetDescendants(): Array |
486 | | GetFullName(): string |
641 | | GetStyled(name: string): Variant |
576 | | GetTags(): Array |
576 | | HasTag(tag: string): bool |
486 | | IsAncestorOf(descendant: Instance): bool |
486 | | IsDescendantOf(ancestor: Instance): bool |
580 | | IsPropertyModified(name: string): bool |
573 | | Remove(): null |
576 | | RemoveTag(tag: string): null |
580 | | ResetPropertyToDefault(name: string): null |
573 | | SetAttribute(attribute: string, value: Variant): null |
462 | | WaitForChild(childName: string, timeOut: double): Instance |
648 | | children(): Instances |
553 | | clone(): Instance |
573 | | destroy(): null |
553 | | findFirstChild(name: string, recursive: bool = false): Instance |
648 | | getChildren(): Instances |
553 | | isDescendantOf(ancestor: Instance): bool |
573 | | remove(): null |
462 | | AncestryChanged(child: Instance, parent: Instance) |
462 | | AttributeChanged(attribute: string) |
462 | | ChildAdded(child: Instance) |
462 | | ChildRemoved(child: Instance) |
462 | | DescendantAdded(descendant: Instance) |
462 | | DescendantRemoving(descendant: Instance) |
500 | | Destroying() |
553 | | childAdded(child: Instance) |
inherited from Object |
---|
647 | | ClassName: string |
647 | | className: string |
647 | | GetPropertyChangedSignal(property: string): RBXScriptSignal |
647 | | IsA(className: string): bool |
650 | | isA(className: string): bool |
647 | | Changed(property: string) |
This AdService is a service for displaying mobile video ads as a form of
monetization.
- 627
Add adGuiRegisterUI
- 627
Add SetAdGuiInteractivityHandlerInitialized
- 617
Add ShowDynamicEudsaDisclosure
- 612
Add ShowStaticEudsaDisclosure
- 612
Add HideEudsaDisclosure
- 587
Change Parameters of PortalPrompt
from
(destinationId: int64, player: Player, portal: Instance)
to
(destinationId: int64, portal: Instance, requiresNoButton: bool)
- 583
Add PortalPrompt
- 580
Add GetReportAdInfo
- 573
Change ReturnType of ShowVideoAd
from
void
to
null
- 573
Change ReturnType of ReturnToPublisherExperience
from
void
to
null
- 565
Add ReturnToPublisherExperience
- 565
Add GetAdTeleportInfo
- 557
Change Parameters of ServeAdSignal
from
(request: string)
to
(uuid: string, request: string)
- 557
Change Parameters of ServeAdResponseSignal
from
(response: string, isError: bool)
to
(uuid: string, response: string, isError: bool)
- 554
Change Parameters of ServeAdSignal
from
(uuid: string, request: string)
to
(request: string)
- 554
Change Parameters of ServeAdResponseSignal
from
(uuid: string, response: string, isError: bool)
to
(response: string, isError: bool)
- 555
Change Parameters of ServeAdSignal
from
(request: string)
to
(uuid: string, request: string)
- 555
Change Parameters of ServeAdResponseSignal
from
(response: string, isError: bool)
to
(uuid: string, response: string, isError: bool)
- 553
Add ServeAdSignal
- 553
Add ServeAdResponseSignal
- 553
Add ReportTeleportSignal
- 553
Add ReportImpressionSignal
- 547
Add AdTeleportInitiated
- 547
Add AdTeleportEnded
- 462
Change ThreadSafety of VideoAdClosed
from
to
Unsafe
- 462
Change ThreadSafety of ShowVideoAd
from
to
Unsafe
- 323
Add VideoAdClosed
- 323
Add ShowVideoAd
- 322
Remove VideoAdClosed
- 322
Remove ShowVideoAd
- 292
Change Tags of VideoAdClosed
from
[]
to
[Deprecated]
- 292
Change Tags of ShowVideoAd
from
[]
to
[Deprecated]
- 212
Change Parameters of VideoAdClosed
from
()
to
(adShown: bool)
- 151
Add VideoAdClosed
- 151
Add ShowVideoAd
- 151
Add AdService
Parameters (0) |
---|
No parameters. |
History 1
Parameters (0) |
---|
No parameters. |
History 1
Parameters (0) |
---|
No parameters. |
Returns (1) |
---|
Tuple |
History 1
Parameters (0) |
---|
No parameters. |
Returns (1) |
---|
Array |
History 1
Parameters (0) |
---|
No parameters. |
Returns (1) |
---|
null |
History 1
Parameters (3) |
---|
ad_instance_name | string |
encrypted_ad_tracking_data | string |
encryption_metadata | string |
It is not meant to be used, and may have unresolved issues.
History 1
Tags: [Hidden]
Parameters (7) |
---|
ad_instance_name | string |
encrypted_ad_tracking_data | string |
encryption_metadata | string |
teleport_type | string |
teleport_source_universe_id | int64 |
teleport_source_place_id | int64 |
teleport_dest_place_id | int64 |
It is not meant to be used, and may have unresolved issues.
History 1
Tags: [Hidden]
ReturnToPublisherExperience
History 2
It is not meant to be used, and may have unresolved issues.
History 4
Tags: [Hidden]
It is not meant to be used, and may have unresolved issues.
History 4
Tags: [Hidden]
SetAdGuiInteractivityHandlerInitialized
Parameters (0) |
---|
No parameters. |
Returns (1) |
---|
null |
History 1
ShowDynamicEudsaDisclosure
History 1
ShowStaticEudsaDisclosure
Parameters (0) |
---|
No parameters. |
History 1
Parameters (0) |
---|
No parameters. |
Returns (1) |
---|
null |
Show mobile video advertisements.
It exists only for backward compatibility, and should not be used for new work.
History 6
Tags: [Deprecated]
Parameters (1) |
---|
adShown | bool |
It exists only for backward compatibility, and should not be used for new work.
History 6
Tags: [Deprecated]