Conversion
class Conversion extends Resource (View source)
The "conversion" collection of methods.
Typical usage is:
$doubleclicksearchService = new Google\Service\Doubleclicksearch(...);
$conversion = $doubleclicksearchService->conversion;
Methods
Retrieves a list of conversions from a DoubleClick Search engine account.
Retrieves a list of conversions from a DoubleClick Search engine account.
Inserts a batch of new conversions into DoubleClick Search.
Updates a batch of conversions in DoubleClick Search. (conversion.update)
Updates the availabilities of a batch of floodlight activities in DoubleClick Search. (conversion.updateAvailability)
Details
ConversionList
get(string $agencyId, string $advertiserId, string $engineAccountId, int $endDate, int $rowCount, int $startDate, string $startRow, array $optParams = [])
Retrieves a list of conversions from a DoubleClick Search engine account.
(conversion.get)
ConversionList
getByCustomerId(string $customerId, int $endDate, int $rowCount, int $startDate, string $startRow, array $optParams = [])
Retrieves a list of conversions from a DoubleClick Search engine account.
(conversion.getByCustomerId)
ConversionList
insert(ConversionList $postBody, array $optParams = [])
Inserts a batch of new conversions into DoubleClick Search.
(conversion.insert)
ConversionList
update(ConversionList $postBody, array $optParams = [])
Updates a batch of conversions in DoubleClick Search. (conversion.update)
UpdateAvailabilityResponse
updateAvailability(UpdateAvailabilityRequest $postBody, array $optParams = [])
Updates the availabilities of a batch of floodlight activities in DoubleClick Search. (conversion.updateAvailability)