Skip to content

Commit d358d6d

Browse files
authored
Link AdService to Immersive Ads (#933)
## Changes Edits AdsService to reference Immersive Ads The link formatting might be broken here as I'm not 100% sure this links to the right guide. ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. ---------
1 parent 2b5ade0 commit d358d6d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ 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
9-
monetization.
8+
This `Class.AdService` was a service for displaying mobile video ads as a form of
9+
monetization. It has been superseded by [Immersive Ads](../../../production/monetization/immersive-ads.md)
10+
which should be used instead to serve ad units to visitors of your experience.
1011
code_samples:
1112
inherits:
1213
- Instance
@@ -31,8 +32,8 @@ methods:
3132
- Deprecated
3233
deprecation_message: |
3334
`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.
35+
[Immersive Ads](../../../production/monetization/immersive-ads.md) should
36+
be used as a replacement for `Class.AdService`.
3637
security: None
3738
thread_safety: Unsafe
3839
capabilities: []
@@ -53,8 +54,8 @@ events:
5354
- Deprecated
5455
deprecation_message: |
5556
`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.
57+
[Immersive Ads](../../../production/monetization/immersive-ads.md) should
58+
be used as a replacement for `Class.AdService`.
5859
security: None
5960
thread_safety: Unsafe
6061
capabilities: []

0 commit comments

Comments
 (0)