The "campaignCreativeAssociations" collection of methods.
More...
|
| convertToArrayAndStripNulls ($o) |
|
The "campaignCreativeAssociations" collection of methods.
Typical usage is: $dfareportingService = new Google_Service_Dfareporting(...); $campaignCreativeAssociations = $dfareportingService->campaignCreativeAssociations;
◆ 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
-
◆ insert()
Associates a creative with the specified campaign.
This method creates a default ad with dimensions matching the creative in the campaign if such a default ad does not exist already. (campaignCreativeAssociations.insert)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $campaignId | Campaign ID in this association. |
Google_CampaignCreativeAssociation | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listCampaignCreativeAssociations()
Google_Service_Dfareporting_CampaignCreativeAssociations_Resource::listCampaignCreativeAssociations |
( |
| $profileId, |
|
|
| $campaignId, |
|
|
| $optParams = array() ) |
Retrieves the list of creative IDs associated with the specified campaign.
(campaignCreativeAssociations.listCampaignCreativeAssociations)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $campaignId | Campaign ID in this association. |
array | $optParams | Optional parameters. |
@opt_param string pageToken Value of the nextPageToken from the previous result page. @opt_param string sortOrder Order of sorted results, default is ASCENDING. @opt_param int maxResults Maximum number of results to return.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dfareporting.php