UserProfiles
class UserProfiles extends Resource (View source)
The "userProfiles" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$userProfiles = $dfareportingService->userProfiles;
Methods
get(string $profileId, array $optParams = [])
Gets one user profile by ID. (userProfiles.get)
listUserProfiles(array $optParams = [])
Retrieves list of user profiles for a user. (userProfiles.listUserProfiles)
Details
UserProfile
get(string $profileId, array $optParams = [])
Gets one user profile by ID. (userProfiles.get)
UserProfileList
listUserProfiles(array $optParams = [])
Retrieves list of user profiles for a user. (userProfiles.listUserProfiles)