PropertiesWebDataStreams
class PropertiesWebDataStreams extends Resource (View source)
The "webDataStreams" collection of methods.
Typical usage is:
$analyticsadminService = new Google\Service\GoogleAnalyticsAdmin(...);
$webDataStreams = $analyticsadminService->webDataStreams;
Methods
Creates a web stream with the specified location and attributes.
Deletes a web stream on a property. (webDataStreams.delete)
Lookup for a single WebDataStream (webDataStreams.get)
Returns child web data streams under the specified parent property. Web data streams will be excluded if the caller does not have access. Returns an empty list if no relevant web data streams are found.
Updates a web stream on a property. (webDataStreams.patch)
Details
GoogleAnalyticsAdminV1alphaWebDataStream
create(string $parent, GoogleAnalyticsAdminV1alphaWebDataStream $postBody, array $optParams = [])
Creates a web stream with the specified location and attributes.
(webDataStreams.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a web stream on a property. (webDataStreams.delete)
GoogleAnalyticsAdminV1alphaWebDataStream
get(string $name, array $optParams = [])
Lookup for a single WebDataStream (webDataStreams.get)
GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse
listPropertiesWebDataStreams(string $parent, array $optParams = [])
Returns child web data streams under the specified parent property. Web data streams will be excluded if the caller does not have access. Returns an empty list if no relevant web data streams are found.
(webDataStreams.listPropertiesWebDataStreams)
GoogleAnalyticsAdminV1alphaWebDataStream
patch(string $name, GoogleAnalyticsAdminV1alphaWebDataStream $postBody, array $optParams = [])
Updates a web stream on a property. (webDataStreams.patch)