class ManagementCustomDataSources extends Resource (View source)

The "customDataSources" collection of methods.

Typical usage is:

 $analyticsService = new Google\Service\Analytics(...);
 $customDataSources = $analyticsService->management_customDataSources;

Methods

listManagementCustomDataSources(string $accountId, string $webPropertyId, array $optParams = [])

List custom data sources to which the user has access.

Details

CustomDataSources listManagementCustomDataSources(string $accountId, string $webPropertyId, array $optParams = [])

List custom data sources to which the user has access.

(customDataSources.listManagementCustomDataSources)

Parameters

string $accountId

Account Id for the custom data sources to retrieve.

string $webPropertyId

Web property Id for the custom data sources to retrieve.

array $optParams

Optional parameters.

Return Value

CustomDataSources

Exceptions

Exception