Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Doubleclicksearch_Conversion_Resource Class Reference

The "conversion" collection of methods. More...

Inheritance diagram for Google_Service_Doubleclicksearch_Conversion_Resource:
Google_Service_Resource

Public Member Functions

 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.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "conversion" collection of methods.

Typical usage is: $doubleclicksearchService = new Google_Service_Doubleclicksearch(...); $conversion = $doubleclicksearchService->conversion;

Member Function Documentation

◆ 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
Google_Exception

◆ 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$agencyIdNumeric ID of the agency.
string$advertiserIdNumeric ID of the advertiser.
string$engineAccountIdNumeric ID of the engine account.
int$endDateLast date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
int$rowCountThe number of conversions to return per call.
int$startDateFirst date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
string$startRowThe 0-based starting index for retrieving conversions results.
array$optParamsOptional 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
Google_Service_Doubleclicksearch_ConversionList

◆ insert()

Google_Service_Doubleclicksearch_Conversion_Resource::insert ( Google_Service_Doubleclicksearch_ConversionList $postBody,
$optParams = array() )

Inserts a batch of new conversions into DoubleClick Search.

(conversion.insert)

Parameters
Google_ConversionList$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Doubleclicksearch_ConversionList

◆ patch()

Google_Service_Doubleclicksearch_Conversion_Resource::patch ( $advertiserId,
$agencyId,
$endDate,
$engineAccountId,
$rowCount,
$startDate,
$startRow,
Google_Service_Doubleclicksearch_ConversionList $postBody,
$optParams = array() )

Updates a batch of conversions in DoubleClick Search.

This method supports patch semantics. (conversion.patch)

Parameters
string$advertiserIdNumeric ID of the advertiser.
string$agencyIdNumeric ID of the agency.
int$endDateLast date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
string$engineAccountIdNumeric ID of the engine account.
int$rowCountThe number of conversions to return per call.
int$startDateFirst date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
string$startRowThe 0-based starting index for retrieving conversions results.
Google_ConversionList$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Doubleclicksearch_ConversionList

◆ update()

Google_Service_Doubleclicksearch_Conversion_Resource::update ( Google_Service_Doubleclicksearch_ConversionList $postBody,
$optParams = array() )

Updates a batch of conversions in DoubleClick Search.

(conversion.update)

Parameters
Google_ConversionList$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Doubleclicksearch_ConversionList

◆ updateAvailability()

Google_Service_Doubleclicksearch_Conversion_Resource::updateAvailability ( Google_Service_Doubleclicksearch_UpdateAvailabilityRequest $postBody,
$optParams = array() )

Updates the availabilities of a batch of floodlight activities in DoubleClick Search.

(conversion.updateAvailability)

Parameters
Google_UpdateAvailabilityRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Doubleclicksearch_UpdateAvailabilityResponse

The documentation for this class was generated from the following file: