Ads
class Ads extends Resource (View source)
The "ads" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$ads = $dfareportingService->ads;
Methods
listAds(string $profileId, array $optParams = [])
Retrieves a list of ads, possibly filtered. This method supports paging.
Details
Ad
get(string $profileId, string $id, array $optParams = [])
Gets one ad by ID. (ads.get)
AdsListResponse
listAds(string $profileId, array $optParams = [])
Retrieves a list of ads, possibly filtered. This method supports paging.
(ads.listAds)
Ad
patch(string $profileId, string $id, Ad $postBody, array $optParams = [])
Updates an existing ad. This method supports patch semantics. (ads.patch)