All URIs are relative to https://ads-search.yahooapis.jp/api/v1
Method | HTTP request | Description |
---|---|---|
biddingStrategyServiceAddPost | POST /BiddingStrategyService/add | |
biddingStrategyServiceGetPost | POST /BiddingStrategyService/get | |
biddingStrategyServiceRemovePost | POST /BiddingStrategyService/remove | |
biddingStrategyServiceSetPost | POST /BiddingStrategyService/set |
\Yahoo\Model\BiddingStrategyServiceMutateResponse biddingStrategyServiceAddPost($biddingStrategyServiceOperation)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: oAuth
$config = Yahoo\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Yahoo\Api\BiddingStrategyServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$biddingStrategyServiceOperation = new \Yahoo\Model\BiddingStrategyServiceOperation(); // \Yahoo\Model\BiddingStrategyServiceOperation |
try {
$result = $apiInstance->biddingStrategyServiceAddPost($biddingStrategyServiceOperation);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling BiddingStrategyServiceApi->biddingStrategyServiceAddPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
biddingStrategyServiceOperation | \Yahoo\Model\BiddingStrategyServiceOperation | [optional] |
\Yahoo\Model\BiddingStrategyServiceMutateResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Yahoo\Model\BiddingStrategyServiceGetResponse biddingStrategyServiceGetPost($biddingStrategyServiceSelector)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: oAuth
$config = Yahoo\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Yahoo\Api\BiddingStrategyServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$biddingStrategyServiceSelector = new \Yahoo\Model\BiddingStrategyServiceSelector(); // \Yahoo\Model\BiddingStrategyServiceSelector |
try {
$result = $apiInstance->biddingStrategyServiceGetPost($biddingStrategyServiceSelector);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling BiddingStrategyServiceApi->biddingStrategyServiceGetPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
biddingStrategyServiceSelector | \Yahoo\Model\BiddingStrategyServiceSelector | [optional] |
\Yahoo\Model\BiddingStrategyServiceGetResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Yahoo\Model\BiddingStrategyServiceMutateResponse biddingStrategyServiceRemovePost($biddingStrategyServiceOperation)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: oAuth
$config = Yahoo\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Yahoo\Api\BiddingStrategyServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$biddingStrategyServiceOperation = new \Yahoo\Model\BiddingStrategyServiceOperation(); // \Yahoo\Model\BiddingStrategyServiceOperation |
try {
$result = $apiInstance->biddingStrategyServiceRemovePost($biddingStrategyServiceOperation);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling BiddingStrategyServiceApi->biddingStrategyServiceRemovePost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
biddingStrategyServiceOperation | \Yahoo\Model\BiddingStrategyServiceOperation | [optional] |
\Yahoo\Model\BiddingStrategyServiceMutateResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Yahoo\Model\BiddingStrategyServiceMutateResponse biddingStrategyServiceSetPost($biddingStrategyServiceOperation)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: oAuth
$config = Yahoo\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Yahoo\Api\BiddingStrategyServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$biddingStrategyServiceOperation = new \Yahoo\Model\BiddingStrategyServiceOperation(); // \Yahoo\Model\BiddingStrategyServiceOperation |
try {
$result = $apiInstance->biddingStrategyServiceSetPost($biddingStrategyServiceOperation);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling BiddingStrategyServiceApi->biddingStrategyServiceSetPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
biddingStrategyServiceOperation | \Yahoo\Model\BiddingStrategyServiceOperation | [optional] |
\Yahoo\Model\BiddingStrategyServiceMutateResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]