Sizes
class Sizes extends Resource (View source)
The "sizes" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$sizes = $dfareportingService->sizes;
Methods
listSizes(string $profileId, array $optParams = [])
Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI. (sizes.listSizes)
Details
Size
get(string $profileId, string $id, array $optParams = [])
Gets one size by ID. (sizes.get)
Size
insert(string $profileId, Size $postBody, array $optParams = [])
Inserts a new size. (sizes.insert)
SizesListResponse
listSizes(string $profileId, array $optParams = [])
Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI. (sizes.listSizes)