class PropertiesDataStreamsEventEditRules extends Resource (View source)

The "eventEditRules" collection of methods.

Typical usage is:

 $analyticsadminService = new Google\Service\GoogleAnalyticsAdmin(...);
 $eventEditRules = $analyticsadminService->properties_dataStreams_eventEditRules;

Methods

reorder(string $parent, GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest $postBody, array $optParams = [])

Changes the processing order of event edit rules on the specified stream.

Details

GoogleProtobufEmpty reorder(string $parent, GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest $postBody, array $optParams = [])

Changes the processing order of event edit rules on the specified stream.

(eventEditRules.reorder)

Parameters

string $parent

Required. Example format: properties/123/dataStreams/456

GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception