v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13177414729.5 KB
floodlightGroups

Updates an existing Floodlight group. Returns the updated Floodlight group if successful.

patch/v4/floodlightGroups/{floodlightGroupId}

Path parameters

floodlightGroupIdstring required

Output only. The unique ID of the Floodlight group. Assigned by the system.

Query parameters

partnerIdstring

Required. The partner context by which the Floodlight group is being accessed.

updateMaskstring

Required. The mask to control which fields to update.

Request body

namestring

Output only. The resource name of the Floodlight group.

webTagType'WEB_TAG_TYPE_UNSPECIFIED' | 'WEB_TAG_TYPE_NONE' | 'WEB_TAG_TYPE_IMAGE' | 'WEB_TAG_TYPE_DYNAMIC'

Required. The web tag type enabled for the Floodlight group.

customVariablesobject

User-defined custom variables owned by the Floodlight group. Use custom Floodlight variables to create reporting data that is tailored to your unique business needs. Custom Floodlight variables use the keys U1=, U2=, and so on, and can take any values that you choose to pass to them. You can use them to track virtually any type of data that you collect about your customers, such as the genre of movie that a customer purchases, the country to which the item is shipped, and so on. Custom Floodlight variables may not be used to pass any data that could be used or recognized as personally identifiable information (PII). Example: custom_variables { fields { "U1": value { number_value: 123.4 }, "U2": value { string_value: "MyVariable2" }, "U3": value { string_value: "MyVariable3" } } } Acceptable values for keys are "U1" through "U100", inclusive. String values must be less than 64 characters long, and cannot contain the following characters: "<>.

floodlightGroupIdstring int64

Output only. The unique ID of the Floodlight group. Assigned by the system.

displayNamestring

Required. The display name of the Floodlight group.

Response

Successful response