Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_Dfareporting_LandingPages_Resource Class Reference

The "landingPages" collection of methods. More...

Inheritance diagram for Google_Service_Dfareporting_LandingPages_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 delete ($profileId, $campaignId, $id, $optParams=array())
 Deletes an existing campaign landing page.
 
 get ($profileId, $campaignId, $id, $optParams=array())
 Gets one campaign landing page by ID.
 
 insert ($profileId, $campaignId, Google_Service_Dfareporting_LandingPage $postBody, $optParams=array())
 Inserts a new landing page for the specified campaign.
 
 listLandingPages ($profileId, $campaignId, $optParams=array())
 Retrieves the list of landing pages for the specified campaign.
 
 patch ($profileId, $campaignId, $id, Google_Service_Dfareporting_LandingPage $postBody, $optParams=array())
 Updates an existing campaign landing page.
 
 update ($profileId, $campaignId, Google_Service_Dfareporting_LandingPage $postBody, $optParams=array())
 Updates an existing campaign landing page.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "landingPages" collection of methods.

Typical usage is: $dfareportingService = new Google_Service_Dfareporting(...); $landingPages = $dfareportingService->landingPages;

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

◆ delete()

Google_Service_Dfareporting_LandingPages_Resource::delete ( $profileId,
$campaignId,
$id,
$optParams = array() )

Deletes an existing campaign landing page.

(landingPages.delete)

Parameters
string$profileIdUser profile ID associated with this request.
string$campaignIdLanding page campaign ID.
string$idLanding page ID.
array$optParamsOptional parameters.

◆ get()

Google_Service_Dfareporting_LandingPages_Resource::get ( $profileId,
$campaignId,
$id,
$optParams = array() )

Gets one campaign landing page by ID.

(landingPages.get)

Parameters
string$profileIdUser profile ID associated with this request.
string$campaignIdLanding page campaign ID.
string$idLanding page ID.
array$optParamsOptional parameters.
Return values
Google_Service_Dfareporting_LandingPage

◆ insert()

Google_Service_Dfareporting_LandingPages_Resource::insert ( $profileId,
$campaignId,
Google_Service_Dfareporting_LandingPage $postBody,
$optParams = array() )

Inserts a new landing page for the specified campaign.

(landingPages.insert)

Parameters
string$profileIdUser profile ID associated with this request.
string$campaignIdLanding page campaign ID.
Google_LandingPage$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Dfareporting_LandingPage

◆ listLandingPages()

Google_Service_Dfareporting_LandingPages_Resource::listLandingPages ( $profileId,
$campaignId,
$optParams = array() )

Retrieves the list of landing pages for the specified campaign.

(landingPages.listLandingPages)

Parameters
string$profileIdUser profile ID associated with this request.
string$campaignIdLanding page campaign ID.
array$optParamsOptional parameters.
Return values
Google_Service_Dfareporting_LandingPagesListResponse

◆ patch()

Google_Service_Dfareporting_LandingPages_Resource::patch ( $profileId,
$campaignId,
$id,
Google_Service_Dfareporting_LandingPage $postBody,
$optParams = array() )

Updates an existing campaign landing page.

This method supports patch semantics. (landingPages.patch)

Parameters
string$profileIdUser profile ID associated with this request.
string$campaignIdLanding page campaign ID.
string$idLanding page ID.
Google_LandingPage$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Dfareporting_LandingPage

◆ update()

Google_Service_Dfareporting_LandingPages_Resource::update ( $profileId,
$campaignId,
Google_Service_Dfareporting_LandingPage $postBody,
$optParams = array() )

Updates an existing campaign landing page.

(landingPages.update)

Parameters
string$profileIdUser profile ID associated with this request.
string$campaignIdLanding page campaign ID.
Google_LandingPage$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Dfareporting_LandingPage

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