All URIs are relative to https://ads-search.yahooapis.jp/api/v1
Method | HTTP request | Description |
---|---|---|
conversionTrackerServiceAddPost | POST /ConversionTrackerService/add | |
conversionTrackerServiceGetPost | POST /ConversionTrackerService/get | |
conversionTrackerServiceSetPost | POST /ConversionTrackerService/set |
\Yahoo\Model\ConversionTrackerServiceMutateResponse conversionTrackerServiceAddPost($conversionTrackerServiceOperation)
<?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\ConversionTrackerServiceApi(
// 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
);
$conversionTrackerServiceOperation = new \Yahoo\Model\ConversionTrackerServiceOperation(); // \Yahoo\Model\ConversionTrackerServiceOperation |
try {
$result = $apiInstance->conversionTrackerServiceAddPost($conversionTrackerServiceOperation);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ConversionTrackerServiceApi->conversionTrackerServiceAddPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
conversionTrackerServiceOperation | \Yahoo\Model\ConversionTrackerServiceOperation | [optional] |
\Yahoo\Model\ConversionTrackerServiceMutateResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Yahoo\Model\ConversionTrackerServiceGetResponse conversionTrackerServiceGetPost($conversionTrackerServiceSelector)
<?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\ConversionTrackerServiceApi(
// 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
);
$conversionTrackerServiceSelector = new \Yahoo\Model\ConversionTrackerServiceSelector(); // \Yahoo\Model\ConversionTrackerServiceSelector |
try {
$result = $apiInstance->conversionTrackerServiceGetPost($conversionTrackerServiceSelector);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ConversionTrackerServiceApi->conversionTrackerServiceGetPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
conversionTrackerServiceSelector | \Yahoo\Model\ConversionTrackerServiceSelector | [optional] |
\Yahoo\Model\ConversionTrackerServiceGetResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Yahoo\Model\ConversionTrackerServiceMutateResponse conversionTrackerServiceSetPost($conversionTrackerServiceOperation)
<?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\ConversionTrackerServiceApi(
// 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
);
$conversionTrackerServiceOperation = new \Yahoo\Model\ConversionTrackerServiceOperation(); // \Yahoo\Model\ConversionTrackerServiceOperation |
try {
$result = $apiInstance->conversionTrackerServiceSetPost($conversionTrackerServiceOperation);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ConversionTrackerServiceApi->conversionTrackerServiceSetPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
conversionTrackerServiceOperation | \Yahoo\Model\ConversionTrackerServiceOperation | [optional] |
\Yahoo\Model\ConversionTrackerServiceMutateResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]