---
title: "PATCH /userprofiles/{+profileId}/floodlightConfigurations"
method: PATCH
path: "/userprofiles/{+profileId}/floodlightConfigurations"
tags: ["floodlightConfigurations"]
---

# PATCH /userprofiles/{+profileId}/floodlightConfigurations

`PATCH /userprofiles/{+profileId}/floodlightConfigurations`

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

## Path parameters

- `profileId` string, required

## Query parameters

- `id` string, required

## Request body

- FloodlightConfiguration — Contains properties of a Floodlight configuration.
  - `idDimensionValue` DimensionValue — Represents a DimensionValue resource.
    - `id` string — The ID associated with the value if available.
    - `dimensionName` string — The name of the dimension.
    - `value` string — The value of the dimension.
    - `matchType` 'EXACT' | 'BEGINS_WITH' | 'CONTAINS' | 'WILDCARD_EXPRESSION' — Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
    - `kind` string — The kind of resource this is, in this case dfareporting#dimensionValue.
    - `etag` string — The eTag of this response for caching purposes.
  - `analyticsDataSharingEnabled` boolean — Whether advertiser data is shared with Google Analytics.
  - `inAppAttributionTrackingEnabled` boolean — Whether in-app attribution tracking is enabled.
  - `id` string, int64 — ID of this floodlight configuration. This is a read-only, auto-generated field.
  - `naturalSearchConversionAttributionOption` 'EXCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION' | 'INCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION' | 'INCLUDE_NATURAL_SEARCH_TIERED_CONVERSION_ATTRIBUTION' — Types of attribution options for natural search conversions.
  - `omnitureSettings` OmnitureSettings — Omniture Integration Settings.
    - `omnitureCostDataEnabled` boolean — Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    - `omnitureIntegrationEnabled` boolean — Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
  - `kind` string — Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
  - `customViewabilityMetric` CustomViewabilityMetric — Custom Viewability Metric
    - `name` string — Name of the custom viewability metric.
    - `id` string, int64 — ID of the custom viewability metric.
    - `configuration` CustomViewabilityMetricConfiguration — The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric.
      - `audible` boolean — Whether the video must be audible to count an impression.
      - `timeMillis` integer — The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.
      - `viewabilityPercent` integer — The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
      - `timePercent` integer — The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used.
  - `advertiserId` string, int64 — Advertiser ID of the parent advertiser of this floodlight configuration.
  - `lookbackConfiguration` LookbackConfiguration — Lookback configuration settings.
    - `clickDuration` integer — Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
    - `postImpressionActivitiesDuration` integer — Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
  - `userDefinedVariableConfigurations` UserDefinedVariableConfiguration[] — List of user defined variables enabled for this configuration.
    - `dataType` 'STRING' | 'NUMBER' — Data type for the variable. This is a required field.
    - `reportName` string — User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: ""<>".
    - `variableType` 'U1' | 'U2' | 'U3' | 'U4' | 'U5' | 'U6' | 'U7' | 'U8' | 'U9' | 'U10' | 'U11' | 'U12' | 'U13' | 'U14' | 'U15' | 'U16' | 'U17' | 'U18' | 'U19' | 'U20' | 'U21' | 'U22' | 'U23' | 'U24' | 'U25' | 'U26' | 'U27' | 'U28' | 'U29' | 'U30' | 'U31' | 'U32' | 'U33' | 'U34' | 'U35' | 'U36' | 'U37' | 'U38' | 'U39' | 'U40' | 'U41' | 'U42' | 'U43' | 'U44' | 'U45' | 'U46' | 'U47' | 'U48' | 'U49' | 'U50' | 'U51' | 'U52' | 'U53' | 'U54' | 'U55' | 'U56' | 'U57' | 'U58' | 'U59' | 'U60' | 'U61' | 'U62' | 'U63' | 'U64' | 'U65' | 'U66' | 'U67' | 'U68' | 'U69' | 'U70' | 'U71' | 'U72' | 'U73' | 'U74' | 'U75' | 'U76' | 'U77' | 'U78' | 'U79' | 'U80' | 'U81' | 'U82' | 'U83' | 'U84' | 'U85' | 'U86' | 'U87' | 'U88' | 'U89' | 'U90' | 'U91' | 'U92' | 'U93' | 'U94' | 'U95' | 'U96' | 'U97' | 'U98' | 'U99' | 'U100' — Variable name in the tag. This is a required field.
  - `subaccountId` string, int64 — Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
  - `thirdPartyAuthenticationTokens` ThirdPartyAuthenticationToken[] — List of third-party authentication tokens enabled for this configuration.
    - `name` string — Name of the third-party authentication token.
    - `value` string — Value of the third-party authentication token. This is a read-only, auto-generated field.
  - `accountId` string, int64 — Account ID of this floodlight configuration. This is a read-only field that can be left blank.
  - `advertiserIdDimensionValue` DimensionValue — Represents a DimensionValue resource.
    - `id` string — The ID associated with the value if available.
    - `dimensionName` string — The name of the dimension.
    - `value` string — The value of the dimension.
    - `matchType` 'EXACT' | 'BEGINS_WITH' | 'CONTAINS' | 'WILDCARD_EXPRESSION' — Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
    - `kind` string — The kind of resource this is, in this case dfareporting#dimensionValue.
    - `etag` string — The eTag of this response for caching purposes.
  - `exposureToConversionEnabled` boolean — Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
  - `tagSettings` TagSettings — Dynamic and Image Tag Settings.
    - `dynamicTagEnabled` boolean — Whether dynamic floodlight tags are enabled.
    - `imageTagEnabled` boolean — Whether image tags are enabled.
  - `firstDayOfWeek` 'SUNDAY' | 'MONDAY'

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dfareporting.md) · [All operations](https://skmtc.net/google/apis/dfareporting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dfareporting/revisions/8163d57aeb31/schema)
