Skip to content

Commit 80460fc

Browse files
1 parent aa95049 commit 80460fc

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

src/RealTimeBidding/Creative.php

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ class Creative extends \Google\Collection
154154
protected $nativeType = NativeContent::class;
155155
protected $nativeDataType = '';
156156
/**
157-
* Experimental field that can be used during the [FLEDGE Origin
157+
* Deprecated: FLEDGE is no longer supported. See:
158+
* https://privacysandbox.google.com/blog/update-on-plans-for-privacy-sandbox-
159+
* technologies Experimental field that can be used during the [FLEDGE Origin
158160
* Trial](/authorized-buyers/rtb/fledge-origin-trial). The URL to fetch an
159161
* interest group ad used in [TURTLEDOVE on-device
160162
* auction](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#1-browsers-
@@ -163,6 +165,7 @@ class Creative extends \Google\Collection
163165
* rateBid()](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#32-on-
164166
* device-bidding).
165167
*
168+
* @deprecated
166169
* @var string
167170
*/
168171
public $renderUrl;
@@ -489,7 +492,9 @@ public function getNative()
489492
return $this->native;
490493
}
491494
/**
492-
* Experimental field that can be used during the [FLEDGE Origin
495+
* Deprecated: FLEDGE is no longer supported. See:
496+
* https://privacysandbox.google.com/blog/update-on-plans-for-privacy-sandbox-
497+
* technologies Experimental field that can be used during the [FLEDGE Origin
493498
* Trial](/authorized-buyers/rtb/fledge-origin-trial). The URL to fetch an
494499
* interest group ad used in [TURTLEDOVE on-device
495500
* auction](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#1-browsers-
@@ -498,13 +503,15 @@ public function getNative()
498503
* rateBid()](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#32-on-
499504
* device-bidding).
500505
*
506+
* @deprecated
501507
* @param string $renderUrl
502508
*/
503509
public function setRenderUrl($renderUrl)
504510
{
505511
$this->renderUrl = $renderUrl;
506512
}
507513
/**
514+
* @deprecated
508515
* @return string
509516
*/
510517
public function getRenderUrl()

0 commit comments

Comments
 (0)