Skip to content

Commit 32db08c

Browse files
authored
Link AdService to Immersive Ads
1 parent 55fb5c3 commit 32db08c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/en-us/reference/engine/classes/AdService.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ memory_category: Instances
55
summary: |
66
A class that allows the display of mobile video ads.
77
description: |
8-
This **AdService** is a service for displaying mobile video ads as a form of
8+
This **AdService** was a service for displaying mobile video ads as a form of
99
monetization.
10+
11+
It has been superseeded by [Immersive Ads](../../../production/monetization/immersive-ads)
12+
which should be used instead to serve ad units to visitors of your experience.
1013
code_samples:
1114
inherits:
1215
- Instance
@@ -31,8 +34,8 @@ methods:
3134
- Deprecated
3235
deprecation_message: |
3336
`Class.AdService` has been decommissioned and is no longer operational.
34-
There is no replacement service and this event should not be used in new
35-
work.
37+
[Immersive Ads](../../../production/monetization/immersive-ads) should
38+
be used as a replacement to `Class.AdService`.
3639
security: None
3740
thread_safety: Unsafe
3841
capabilities: []
@@ -53,8 +56,8 @@ events:
5356
- Deprecated
5457
deprecation_message: |
5558
`Class.AdService` has been decommissioned and is no longer operational.
56-
There is no replacement service and this event should not be used in new
57-
work.
59+
[Immersive Ads](../../../production/monetization/immersive-ads) should
60+
be used as a replacement to `Class.AdService`.
5861
security: None
5962
thread_safety: Unsafe
6063
capabilities: []

0 commit comments

Comments
 (0)