Campaign Manager 360 API . floodlightConfigurations

Instance Methods

close()

Close httplib2 connections.

get(profileId, id, x__xgafv=None)

Gets one floodlight configuration by ID.

list(profileId, ids=None, x__xgafv=None)

Retrieves a list of floodlight configurations, possibly filtered.

patch(profileId, id, body=None, x__xgafv=None)

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

update(profileId, body=None, x__xgafv=None)

Updates an existing floodlight configuration.

Method Details

close()
Close httplib2 connections.
get(profileId, id, x__xgafv=None)
Gets one floodlight configuration by ID.

Args:
  profileId: string, User profile ID associated with this request. (required)
  id: string, Floodlight configuration ID. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Contains properties of a Floodlight configuration.
  "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
  "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
  "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
  "customViewabilityMetric": { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
    "configuration": { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
      "audible": True or False, # Whether the video must be audible to count an impression.
      "timeMillis": 42, # 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.
      "timePercent": 42, # 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.
      "viewabilityPercent": 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
    },
    "id": "A String", # ID of the custom viewability metric.
    "name": "A String", # Name of the custom viewability metric.
  },
  "exposureToConversionEnabled": True or False, # 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.
  "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
  "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
  "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
  "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    "clickDuration": 42, # 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": 42, # 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.
  },
  "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
  "omnitureSettings": { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
    "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
  },
  "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
  "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    "imageTagEnabled": True or False, # Whether image tags are enabled.
  },
  "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    { # Third Party Authentication Token
      "name": "A String", # Name of the third-party authentication token.
      "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    },
  ],
  "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    { # User Defined Variable configuration.
      "dataType": "A String", # Data type for the variable. This is a required field.
      "reportName": "A 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": "A String", # Variable name in the tag. This is a required field.
    },
  ],
}
list(profileId, ids=None, x__xgafv=None)
Retrieves a list of floodlight configurations, possibly filtered.

Args:
  profileId: string, User profile ID associated with this request. (required)
  ids: string, Set of IDs of floodlight configurations to retrieve. Required field; otherwise an empty list will be returned. (repeated)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Floodlight Configuration List Response
  "floodlightConfigurations": [ # Floodlight configuration collection.
    { # Contains properties of a Floodlight configuration.
      "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
      "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
      "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
        "dimensionName": "A String", # The name of the dimension.
        "etag": "A String", # The eTag of this response for caching purposes.
        "id": "A String", # The ID associated with the value if available.
        "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
        "matchType": "A String", # 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.
        "value": "A String", # The value of the dimension.
      },
      "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
      "customViewabilityMetric": { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
        "configuration": { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
          "audible": True or False, # Whether the video must be audible to count an impression.
          "timeMillis": 42, # 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.
          "timePercent": 42, # 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.
          "viewabilityPercent": 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
        },
        "id": "A String", # ID of the custom viewability metric.
        "name": "A String", # Name of the custom viewability metric.
      },
      "exposureToConversionEnabled": True or False, # 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.
      "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
      "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
      "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
        "dimensionName": "A String", # The name of the dimension.
        "etag": "A String", # The eTag of this response for caching purposes.
        "id": "A String", # The ID associated with the value if available.
        "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
        "matchType": "A String", # 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.
        "value": "A String", # The value of the dimension.
      },
      "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
      "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
        "clickDuration": 42, # 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": 42, # 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.
      },
      "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
      "omnitureSettings": { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
        "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
        "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
      },
      "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
      "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
        "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
        "imageTagEnabled": True or False, # Whether image tags are enabled.
      },
      "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
        { # Third Party Authentication Token
          "name": "A String", # Name of the third-party authentication token.
          "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
        },
      ],
      "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
        { # User Defined Variable configuration.
          "dataType": "A String", # Data type for the variable. This is a required field.
          "reportName": "A 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": "A String", # Variable name in the tag. This is a required field.
        },
      ],
    },
  ],
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfigurationsListResponse".
}
patch(profileId, id, body=None, x__xgafv=None)
Updates an existing floodlight configuration. This method supports patch semantics.

Args:
  profileId: string, User profile ID associated with this request. (required)
  id: string, FloodlightConfiguration ID. (required)
  body: object, The request body.
    The object takes the form of:

{ # Contains properties of a Floodlight configuration.
  "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
  "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
  "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
  "customViewabilityMetric": { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
    "configuration": { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
      "audible": True or False, # Whether the video must be audible to count an impression.
      "timeMillis": 42, # 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.
      "timePercent": 42, # 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.
      "viewabilityPercent": 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
    },
    "id": "A String", # ID of the custom viewability metric.
    "name": "A String", # Name of the custom viewability metric.
  },
  "exposureToConversionEnabled": True or False, # 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.
  "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
  "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
  "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
  "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    "clickDuration": 42, # 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": 42, # 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.
  },
  "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
  "omnitureSettings": { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
    "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
  },
  "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
  "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    "imageTagEnabled": True or False, # Whether image tags are enabled.
  },
  "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    { # Third Party Authentication Token
      "name": "A String", # Name of the third-party authentication token.
      "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    },
  ],
  "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    { # User Defined Variable configuration.
      "dataType": "A String", # Data type for the variable. This is a required field.
      "reportName": "A 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": "A String", # Variable name in the tag. This is a required field.
    },
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Contains properties of a Floodlight configuration.
  "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
  "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
  "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
  "customViewabilityMetric": { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
    "configuration": { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
      "audible": True or False, # Whether the video must be audible to count an impression.
      "timeMillis": 42, # 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.
      "timePercent": 42, # 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.
      "viewabilityPercent": 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
    },
    "id": "A String", # ID of the custom viewability metric.
    "name": "A String", # Name of the custom viewability metric.
  },
  "exposureToConversionEnabled": True or False, # 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.
  "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
  "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
  "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
  "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    "clickDuration": 42, # 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": 42, # 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.
  },
  "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
  "omnitureSettings": { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
    "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
  },
  "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
  "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    "imageTagEnabled": True or False, # Whether image tags are enabled.
  },
  "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    { # Third Party Authentication Token
      "name": "A String", # Name of the third-party authentication token.
      "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    },
  ],
  "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    { # User Defined Variable configuration.
      "dataType": "A String", # Data type for the variable. This is a required field.
      "reportName": "A 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": "A String", # Variable name in the tag. This is a required field.
    },
  ],
}
update(profileId, body=None, x__xgafv=None)
Updates an existing floodlight configuration.

Args:
  profileId: string, User profile ID associated with this request. (required)
  body: object, The request body.
    The object takes the form of:

{ # Contains properties of a Floodlight configuration.
  "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
  "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
  "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
  "customViewabilityMetric": { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
    "configuration": { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
      "audible": True or False, # Whether the video must be audible to count an impression.
      "timeMillis": 42, # 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.
      "timePercent": 42, # 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.
      "viewabilityPercent": 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
    },
    "id": "A String", # ID of the custom viewability metric.
    "name": "A String", # Name of the custom viewability metric.
  },
  "exposureToConversionEnabled": True or False, # 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.
  "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
  "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
  "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
  "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    "clickDuration": 42, # 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": 42, # 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.
  },
  "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
  "omnitureSettings": { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
    "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
  },
  "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
  "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    "imageTagEnabled": True or False, # Whether image tags are enabled.
  },
  "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    { # Third Party Authentication Token
      "name": "A String", # Name of the third-party authentication token.
      "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    },
  ],
  "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    { # User Defined Variable configuration.
      "dataType": "A String", # Data type for the variable. This is a required field.
      "reportName": "A 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": "A String", # Variable name in the tag. This is a required field.
    },
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Contains properties of a Floodlight configuration.
  "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
  "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
  "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
  "customViewabilityMetric": { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
    "configuration": { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
      "audible": True or False, # Whether the video must be audible to count an impression.
      "timeMillis": 42, # 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.
      "timePercent": 42, # 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.
      "viewabilityPercent": 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
    },
    "id": "A String", # ID of the custom viewability metric.
    "name": "A String", # Name of the custom viewability metric.
  },
  "exposureToConversionEnabled": True or False, # 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.
  "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
  "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
  "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    "dimensionName": "A String", # The name of the dimension.
    "etag": "A String", # The eTag of this response for caching purposes.
    "id": "A String", # The ID associated with the value if available.
    "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue.
    "matchType": "A String", # 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.
    "value": "A String", # The value of the dimension.
  },
  "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
  "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    "clickDuration": 42, # 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": 42, # 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.
  },
  "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
  "omnitureSettings": { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
    "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
  },
  "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
  "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    "imageTagEnabled": True or False, # Whether image tags are enabled.
  },
  "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    { # Third Party Authentication Token
      "name": "A String", # Name of the third-party authentication token.
      "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    },
  ],
  "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    { # User Defined Variable configuration.
      "dataType": "A String", # Data type for the variable. This is a required field.
      "reportName": "A 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": "A String", # Variable name in the tag. This is a required field.
    },
  ],
}