AdTeleportMethod
Describes the method by which a player teleports during an immersive ad portal flow.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 565 | Undefined | 0 | Default uninitialized sentinel value indicating that no teleport method has been determined yet. | |
| 565 | PortalForward | 1 | The player teleported forward to the advertiser's destination experience by walking into an AdPortal. | |
| 587 | InGameMenuBackButton | 2 | The player initiated a return teleport to the publisher's experience by pressing the back button in the in-game menu. | |
| 587 | UIBackButton | 3 | The player initiated a return teleport to the publisher's experience by pressing a back button rendered in the ad destination's UI overlay. |
Removed items 1
| History | Name | Value | |
|---|---|---|---|
| 587 | PortalReturn | 2 |
Description
Describes the user-initiated method by which a player teleports during an immersive ad portal flow, distinguishing forward travel to the advertiser's experience from a return to the publisher's experience.
History 11
- 587 Change Value of UIBackButton from 4 to 3
- 587 Change Index of UIBackButton from 4 to 3
- 587 Remove PortalReturn
- 587 Change Value of InGameMenuBackButton from 3 to 2
- 587 Change Index of InGameMenuBackButton from 3 to 2
- 565 Add Undefined
- 565 Add UIBackButton
- 565 Add PortalReturn
- 565 Add PortalForward
- 565 Add InGameMenuBackButton
- 565 Add AdTeleportMethod