Projects
class Projects extends Resource (View source)
The "projects" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$projects = $dfareportingService->projects;
Methods
get(string $profileId, string $id, array $optParams = [])
Gets one project by ID. (projects.get)
listProjects(string $profileId, array $optParams = [])
Retrieves a list of projects, possibly filtered. This method supports paging . (projects.listProjects)
Details
Project
get(string $profileId, string $id, array $optParams = [])
Gets one project by ID. (projects.get)
ProjectsListResponse
listProjects(string $profileId, array $optParams = [])
Retrieves a list of projects, possibly filtered. This method supports paging . (projects.listProjects)