The "creatives" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($accountId, $buyerCreativeId, $optParams=array()) |
| Gets the status for a single creative.
|
|
| insert (Google_Service_AdExchangeBuyer_Creative $postBody, $optParams=array()) |
| Submit a new creative.
|
|
| listCreatives ($optParams=array()) |
| Retrieves a list of the authenticated user's active creatives.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "creatives" collection of methods.
Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $creatives = $adexchangebuyerService->creatives;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_AdExchangeBuyer_Creatives_Resource::get |
( |
| $accountId, |
|
|
| $buyerCreativeId, |
|
|
| $optParams = array() ) |
Gets the status for a single creative.
A creative will be available 30-40 minutes after submission. (creatives.get)
- Parameters
-
int | $accountId | The id for the account that will serve this creative. |
string | $buyerCreativeId | The buyer-specific id for this creative. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Submit a new creative.
(creatives.insert)
- Parameters
-
Google_Creative | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listCreatives()
Google_Service_AdExchangeBuyer_Creatives_Resource::listCreatives |
( |
| $optParams = array() | ) |
|
Retrieves a list of the authenticated user's active creatives.
A creative will be available 30-40 minutes after submission. (creatives.listCreatives)
- Parameters
-
array | $optParams | Optional parameters. |
@opt_param string openAuctionStatusFilter When specified, only creatives having the given open auction status are returned. @opt_param string maxResults Maximum number of entries returned on one result page. If not set, the default is 100. Optional. @opt_param string pageToken A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response. Optional. @opt_param string buyerCreativeId When specified, only creatives for the given buyer creative ids are returned. @opt_param string dealsStatusFilter When specified, only creatives having the given direct deals status are returned. @opt_param int accountId When specified, only creatives for the given account ids are returned.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdExchangeBuyer.php