The "conversion" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($agencyId, $advertiserId, $engineAccountId, $endDate, $rowCount, $startDate, $startRow, $optParams=array()) |
| Retrieves a list of conversions from a DoubleClick Search engine account.
|
|
| insert (Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams=array()) |
| Inserts a batch of new conversions into DoubleClick Search.
|
|
| patch ($advertiserId, $agencyId, $endDate, $engineAccountId, $rowCount, $startDate, $startRow, Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams=array()) |
| Updates a batch of conversions in DoubleClick Search.
|
|
| update (Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams=array()) |
| Updates a batch of conversions in DoubleClick Search.
|
|
| updateAvailability (Google_Service_Doubleclicksearch_UpdateAvailabilityRequest $postBody, $optParams=array()) |
| Updates the availabilities of a batch of floodlight activities in DoubleClick Search.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "conversion" collection of methods.
Typical usage is: $doubleclicksearchService = new Google_Service_Doubleclicksearch(...); $conversion = $doubleclicksearchService->conversion;
◆ 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_Doubleclicksearch_Conversion_Resource::get |
( |
| $agencyId, |
|
|
| $advertiserId, |
|
|
| $engineAccountId, |
|
|
| $endDate, |
|
|
| $rowCount, |
|
|
| $startDate, |
|
|
| $startRow, |
|
|
| $optParams = array() ) |
Retrieves a list of conversions from a DoubleClick Search engine account.
(conversion.get)
- Parameters
-
string | $agencyId | Numeric ID of the agency. |
string | $advertiserId | Numeric ID of the advertiser. |
string | $engineAccountId | Numeric ID of the engine account. |
int | $endDate | Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd. |
int | $rowCount | The number of conversions to return per call. |
int | $startDate | First date (inclusive) on which to retrieve conversions. Format is yyyymmdd. |
string | $startRow | The 0-based starting index for retrieving conversions results. |
array | $optParams | Optional parameters. |
@opt_param string adGroupId Numeric ID of the ad group. @opt_param string campaignId Numeric ID of the campaign. @opt_param string adId Numeric ID of the ad. @opt_param string criterionId Numeric ID of the criterion.
- Return values
-
◆ insert()
Inserts a batch of new conversions into DoubleClick Search.
(conversion.insert)
- Parameters
-
Google_ConversionList | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates a batch of conversions in DoubleClick Search.
This method supports patch semantics. (conversion.patch)
- Parameters
-
string | $advertiserId | Numeric ID of the advertiser. |
string | $agencyId | Numeric ID of the agency. |
int | $endDate | Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd. |
string | $engineAccountId | Numeric ID of the engine account. |
int | $rowCount | The number of conversions to return per call. |
int | $startDate | First date (inclusive) on which to retrieve conversions. Format is yyyymmdd. |
string | $startRow | The 0-based starting index for retrieving conversions results. |
Google_ConversionList | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates a batch of conversions in DoubleClick Search.
(conversion.update)
- Parameters
-
Google_ConversionList | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ updateAvailability()
Updates the availabilities of a batch of floodlight activities in DoubleClick Search.
(conversion.updateAvailability)
- Parameters
-
Google_UpdateAvailabilityRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Doubleclicksearch.php