Method: floodlightConfigurations.patch

  • This operation updates an existing floodlight configuration using patch semantics, allowing for partial modifications.

  • It requires authorization with the dfatrafficking scope and uses a PATCH request to a specific endpoint.

  • Users need to provide the profile ID as a path parameter and the event tag ID as a query parameter.

  • The request and response bodies both utilize the FloodlightConfiguration object to manage data.

Updates an existing floodlight configuration. This method supports patch semantics.

HTTP request

PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/floodlightConfigurations

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
id

string (int64 format)

Required. EventTag ID.

Request body

The request body contains an instance of FloodlightConfiguration.

Response body

If successful, the response body contains an instance of FloodlightConfiguration.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking