The "landingPages" collection of methods.
More...
|
| 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.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "landingPages" collection of methods.
Typical usage is: $dfareportingService = new Google_Service_Dfareporting(...); $landingPages = $dfareportingService->landingPages;
◆ 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
-
◆ delete()
Google_Service_Dfareporting_LandingPages_Resource::delete |
( |
| $profileId, |
|
|
| $campaignId, |
|
|
| $id, |
|
|
| $optParams = array() ) |
Deletes an existing campaign landing page.
(landingPages.delete)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $campaignId | Landing page campaign ID. |
string | $id | Landing page ID. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Dfareporting_LandingPages_Resource::get |
( |
| $profileId, |
|
|
| $campaignId, |
|
|
| $id, |
|
|
| $optParams = array() ) |
Gets one campaign landing page by ID.
(landingPages.get)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $campaignId | Landing page campaign ID. |
string | $id | Landing page ID. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Inserts a new landing page for the specified campaign.
(landingPages.insert)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $campaignId | Landing page campaign ID. |
Google_LandingPage | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ 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 | $profileId | User profile ID associated with this request. |
string | $campaignId | Landing page campaign ID. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates an existing campaign landing page.
This method supports patch semantics. (landingPages.patch)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $campaignId | Landing page campaign ID. |
string | $id | Landing page ID. |
Google_LandingPage | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing campaign landing page.
(landingPages.update)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $campaignId | Landing page campaign ID. |
Google_LandingPage | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dfareporting.php