The "preferreddeals" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | get ($accountId, $dealId, $optParams=array()) |
| | Get information about the selected Ad Exchange Preferred Deal.
|
| |
| | listAccountsPreferreddeals ($accountId, $optParams=array()) |
| | List the preferred deals for this Ad Exchange account.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "preferreddeals" collection of methods.
Typical usage is: $adexchangesellerService = new Google_Service_AdExchangeSeller(...); $preferreddeals = $adexchangesellerService->preferreddeals;
◆ 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_AdExchangeSeller_AccountsPreferreddeals_Resource::get |
( |
| $accountId, |
|
|
| $dealId, |
|
|
| $optParams = array() ) |
Get information about the selected Ad Exchange Preferred Deal.
(preferreddeals.get)
- Parameters
-
| string | $accountId | Account owning the deal. |
| string | $dealId | Preferred deal to get information about. |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listAccountsPreferreddeals()
| Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource::listAccountsPreferreddeals |
( |
| $accountId, |
|
|
| $optParams = array() ) |
List the preferred deals for this Ad Exchange account.
(preferreddeals.listAccountsPreferreddeals)
- Parameters
-
| string | $accountId | Account owning the deals. |
| array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdExchangeSeller.php