Skip to content

Commit aa7c64e

Browse files
committed
Updated AdExchangeBuyer.php
1 parent 9682d28 commit aa7c64e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Google/Service/AdExchangeBuyer.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,16 @@ public function __construct(Google_Client $client)
137137
'location' => 'query',
138138
'type' => 'integer',
139139
),
140+
'buyerCreativeId' => array(
141+
'location' => 'query',
142+
'type' => 'string',
143+
'repeated' => true,
144+
),
145+
'accountId' => array(
146+
'location' => 'query',
147+
'type' => 'integer',
148+
'repeated' => true,
149+
),
140150
),
141151
),
142152
)
@@ -332,6 +342,10 @@ public function insert(Google_Service_AdExchangeBuyer_Creative $postBody, $optPa
332342
* parameter to the value of "nextPageToken" from the previous response. Optional.
333343
* @opt_param string maxResults
334344
* Maximum number of entries returned on one result page. If not set, the default is 100. Optional.
345+
* @opt_param string buyerCreativeId
346+
* When specified, only creatives for the given buyer creative ids are returned.
347+
* @opt_param int accountId
348+
* When specified, only creatives for the given account ids are returned.
335349
* @return Google_Service_AdExchangeBuyer_CreativesList
336350
*/
337351
public function listCreatives($optParams = array())

0 commit comments

Comments
 (0)