Home | History | Annotate | Download | only in dyn
      1 <html><body>
      2 <style>
      3 
      4 body, h1, h2, h3, div, span, p, pre, a {
      5   margin: 0;
      6   padding: 0;
      7   border: 0;
      8   font-weight: inherit;
      9   font-style: inherit;
     10   font-size: 100%;
     11   font-family: inherit;
     12   vertical-align: baseline;
     13 }
     14 
     15 body {
     16   font-size: 13px;
     17   padding: 1em;
     18 }
     19 
     20 h1 {
     21   font-size: 26px;
     22   margin-bottom: 1em;
     23 }
     24 
     25 h2 {
     26   font-size: 24px;
     27   margin-bottom: 1em;
     28 }
     29 
     30 h3 {
     31   font-size: 20px;
     32   margin-bottom: 1em;
     33   margin-top: 1em;
     34 }
     35 
     36 pre, code {
     37   line-height: 1.5;
     38   font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
     39 }
     40 
     41 pre {
     42   margin-top: 0.5em;
     43 }
     44 
     45 h1, h2, h3, p {
     46   font-family: Arial, sans serif;
     47 }
     48 
     49 h1, h2, h3 {
     50   border-bottom: solid #CCC 1px;
     51 }
     52 
     53 .toc_element {
     54   margin-top: 0.5em;
     55 }
     56 
     57 .firstline {
     58   margin-left: 2 em;
     59 }
     60 
     61 .method  {
     62   margin-top: 1em;
     63   border: solid 1px #CCC;
     64   padding: 1em;
     65   background: #EEE;
     66 }
     67 
     68 .details {
     69   font-weight: bold;
     70   font-size: 14px;
     71 }
     72 
     73 </style>
     74 
     75 <h1><a href="dfareporting_v2_8.html">DCM/DFA Reporting And Trafficking API</a> . <a href="dfareporting_v2_8.floodlightConfigurations.html">floodlightConfigurations</a></h1>
     76 <h2>Instance Methods</h2>
     77 <p class="toc_element">
     78   <code><a href="#get">get(profileId, id)</a></code></p>
     79 <p class="firstline">Gets one floodlight configuration by ID.</p>
     80 <p class="toc_element">
     81   <code><a href="#list">list(profileId, ids=None)</a></code></p>
     82 <p class="firstline">Retrieves a list of floodlight configurations, possibly filtered.</p>
     83 <p class="toc_element">
     84   <code><a href="#patch">patch(profileId, id, body)</a></code></p>
     85 <p class="firstline">Updates an existing floodlight configuration. This method supports patch semantics.</p>
     86 <p class="toc_element">
     87   <code><a href="#update">update(profileId, body)</a></code></p>
     88 <p class="firstline">Updates an existing floodlight configuration.</p>
     89 <h3>Method Details</h3>
     90 <div class="method">
     91     <code class="details" id="get">get(profileId, id)</code>
     92   <pre>Gets one floodlight configuration by ID.
     93 
     94 Args:
     95   profileId: string, User profile ID associated with this request. (required)
     96   id: string, Floodlight configuration ID. (required)
     97 
     98 Returns:
     99   An object of the form:
    100 
    101     { # Contains properties of a Floodlight configuration.
    102       "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
    103       "kind": "dfareporting#floodlightConfiguration", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
    104       "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.
    105       "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    106         "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.
    107         "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.
    108       },
    109       "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    110         "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    111         "imageTagEnabled": True or False, # Whether image tags are enabled.
    112       },
    113       "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
    114       "omnitureSettings": { # Omniture Integration Settings. # Settings for DCM Omniture integration.
    115         "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    116         "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
    117       },
    118       "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
    119       "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
    120       "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
    121       "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
    122       "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    123         { # Third Party Authentication Token
    124           "name": "A String", # Name of the third-party authentication token.
    125           "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    126         },
    127       ],
    128       "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    129         "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    130         "value": "A String", # The value of the dimension.
    131         "dimensionName": "A String", # The name of the dimension.
    132         "etag": "A String", # The eTag of this response for caching purposes.
    133         "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.
    134         "id": "A String", # The ID associated with the value if available.
    135       },
    136       "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    137         "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    138         "value": "A String", # The value of the dimension.
    139         "dimensionName": "A String", # The name of the dimension.
    140         "etag": "A String", # The eTag of this response for caching purposes.
    141         "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.
    142         "id": "A String", # The ID associated with the value if available.
    143       },
    144       "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
    145       "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    146         { # User Defined Variable configuration.
    147           "dataType": "A String", # Data type for the variable. This is a required field.
    148           "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: ""<>".
    149           "variableType": "A String", # Variable name in the tag. This is a required field.
    150         },
    151       ],
    152       "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
    153     }</pre>
    154 </div>
    155 
    156 <div class="method">
    157     <code class="details" id="list">list(profileId, ids=None)</code>
    158   <pre>Retrieves a list of floodlight configurations, possibly filtered.
    159 
    160 Args:
    161   profileId: string, User profile ID associated with this request. (required)
    162   ids: string, Set of IDs of floodlight configurations to retrieve. Required field; otherwise an empty list will be returned. (repeated)
    163 
    164 Returns:
    165   An object of the form:
    166 
    167     { # Floodlight Configuration List Response
    168     "floodlightConfigurations": [ # Floodlight configuration collection.
    169       { # Contains properties of a Floodlight configuration.
    170           "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
    171           "kind": "dfareporting#floodlightConfiguration", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
    172           "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.
    173           "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    174             "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.
    175             "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.
    176           },
    177           "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    178             "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    179             "imageTagEnabled": True or False, # Whether image tags are enabled.
    180           },
    181           "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
    182           "omnitureSettings": { # Omniture Integration Settings. # Settings for DCM Omniture integration.
    183             "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    184             "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
    185           },
    186           "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
    187           "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
    188           "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
    189           "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
    190           "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    191             { # Third Party Authentication Token
    192               "name": "A String", # Name of the third-party authentication token.
    193               "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    194             },
    195           ],
    196           "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    197             "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    198             "value": "A String", # The value of the dimension.
    199             "dimensionName": "A String", # The name of the dimension.
    200             "etag": "A String", # The eTag of this response for caching purposes.
    201             "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.
    202             "id": "A String", # The ID associated with the value if available.
    203           },
    204           "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    205             "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    206             "value": "A String", # The value of the dimension.
    207             "dimensionName": "A String", # The name of the dimension.
    208             "etag": "A String", # The eTag of this response for caching purposes.
    209             "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.
    210             "id": "A String", # The ID associated with the value if available.
    211           },
    212           "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
    213           "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    214             { # User Defined Variable configuration.
    215               "dataType": "A String", # Data type for the variable. This is a required field.
    216               "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: ""<>".
    217               "variableType": "A String", # Variable name in the tag. This is a required field.
    218             },
    219           ],
    220           "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
    221         },
    222     ],
    223     "kind": "dfareporting#floodlightConfigurationsListResponse", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfigurationsListResponse".
    224   }</pre>
    225 </div>
    226 
    227 <div class="method">
    228     <code class="details" id="patch">patch(profileId, id, body)</code>
    229   <pre>Updates an existing floodlight configuration. This method supports patch semantics.
    230 
    231 Args:
    232   profileId: string, User profile ID associated with this request. (required)
    233   id: string, Floodlight configuration ID. (required)
    234   body: object, The request body. (required)
    235     The object takes the form of:
    236 
    237 { # Contains properties of a Floodlight configuration.
    238     "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
    239     "kind": "dfareporting#floodlightConfiguration", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
    240     "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.
    241     "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    242       "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.
    243       "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.
    244     },
    245     "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    246       "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    247       "imageTagEnabled": True or False, # Whether image tags are enabled.
    248     },
    249     "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
    250     "omnitureSettings": { # Omniture Integration Settings. # Settings for DCM Omniture integration.
    251       "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    252       "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
    253     },
    254     "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
    255     "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
    256     "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
    257     "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
    258     "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    259       { # Third Party Authentication Token
    260         "name": "A String", # Name of the third-party authentication token.
    261         "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    262       },
    263     ],
    264     "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    265       "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    266       "value": "A String", # The value of the dimension.
    267       "dimensionName": "A String", # The name of the dimension.
    268       "etag": "A String", # The eTag of this response for caching purposes.
    269       "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.
    270       "id": "A String", # The ID associated with the value if available.
    271     },
    272     "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    273       "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    274       "value": "A String", # The value of the dimension.
    275       "dimensionName": "A String", # The name of the dimension.
    276       "etag": "A String", # The eTag of this response for caching purposes.
    277       "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.
    278       "id": "A String", # The ID associated with the value if available.
    279     },
    280     "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
    281     "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    282       { # User Defined Variable configuration.
    283         "dataType": "A String", # Data type for the variable. This is a required field.
    284         "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: ""<>".
    285         "variableType": "A String", # Variable name in the tag. This is a required field.
    286       },
    287     ],
    288     "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
    289   }
    290 
    291 
    292 Returns:
    293   An object of the form:
    294 
    295     { # Contains properties of a Floodlight configuration.
    296       "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
    297       "kind": "dfareporting#floodlightConfiguration", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
    298       "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.
    299       "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    300         "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.
    301         "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.
    302       },
    303       "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    304         "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    305         "imageTagEnabled": True or False, # Whether image tags are enabled.
    306       },
    307       "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
    308       "omnitureSettings": { # Omniture Integration Settings. # Settings for DCM Omniture integration.
    309         "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    310         "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
    311       },
    312       "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
    313       "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
    314       "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
    315       "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
    316       "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    317         { # Third Party Authentication Token
    318           "name": "A String", # Name of the third-party authentication token.
    319           "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    320         },
    321       ],
    322       "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    323         "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    324         "value": "A String", # The value of the dimension.
    325         "dimensionName": "A String", # The name of the dimension.
    326         "etag": "A String", # The eTag of this response for caching purposes.
    327         "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.
    328         "id": "A String", # The ID associated with the value if available.
    329       },
    330       "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    331         "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    332         "value": "A String", # The value of the dimension.
    333         "dimensionName": "A String", # The name of the dimension.
    334         "etag": "A String", # The eTag of this response for caching purposes.
    335         "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.
    336         "id": "A String", # The ID associated with the value if available.
    337       },
    338       "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
    339       "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    340         { # User Defined Variable configuration.
    341           "dataType": "A String", # Data type for the variable. This is a required field.
    342           "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: ""<>".
    343           "variableType": "A String", # Variable name in the tag. This is a required field.
    344         },
    345       ],
    346       "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
    347     }</pre>
    348 </div>
    349 
    350 <div class="method">
    351     <code class="details" id="update">update(profileId, body)</code>
    352   <pre>Updates an existing floodlight configuration.
    353 
    354 Args:
    355   profileId: string, User profile ID associated with this request. (required)
    356   body: object, The request body. (required)
    357     The object takes the form of:
    358 
    359 { # Contains properties of a Floodlight configuration.
    360     "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
    361     "kind": "dfareporting#floodlightConfiguration", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
    362     "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.
    363     "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    364       "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.
    365       "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.
    366     },
    367     "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    368       "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    369       "imageTagEnabled": True or False, # Whether image tags are enabled.
    370     },
    371     "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
    372     "omnitureSettings": { # Omniture Integration Settings. # Settings for DCM Omniture integration.
    373       "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    374       "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
    375     },
    376     "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
    377     "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
    378     "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
    379     "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
    380     "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    381       { # Third Party Authentication Token
    382         "name": "A String", # Name of the third-party authentication token.
    383         "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    384       },
    385     ],
    386     "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    387       "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    388       "value": "A String", # The value of the dimension.
    389       "dimensionName": "A String", # The name of the dimension.
    390       "etag": "A String", # The eTag of this response for caching purposes.
    391       "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.
    392       "id": "A String", # The ID associated with the value if available.
    393     },
    394     "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    395       "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    396       "value": "A String", # The value of the dimension.
    397       "dimensionName": "A String", # The name of the dimension.
    398       "etag": "A String", # The eTag of this response for caching purposes.
    399       "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.
    400       "id": "A String", # The ID associated with the value if available.
    401     },
    402     "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
    403     "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    404       { # User Defined Variable configuration.
    405         "dataType": "A String", # Data type for the variable. This is a required field.
    406         "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: ""<>".
    407         "variableType": "A String", # Variable name in the tag. This is a required field.
    408       },
    409     ],
    410     "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
    411   }
    412 
    413 
    414 Returns:
    415   An object of the form:
    416 
    417     { # Contains properties of a Floodlight configuration.
    418       "naturalSearchConversionAttributionOption": "A String", # Types of attribution options for natural search conversions.
    419       "kind": "dfareporting#floodlightConfiguration", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
    420       "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.
    421       "lookbackConfiguration": { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
    422         "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.
    423         "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.
    424       },
    425       "tagSettings": { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
    426         "dynamicTagEnabled": True or False, # Whether dynamic floodlight tags are enabled.
    427         "imageTagEnabled": True or False, # Whether image tags are enabled.
    428       },
    429       "firstDayOfWeek": "A String", # Day that will be counted as the first day of the week in reports. This is a required field.
    430       "omnitureSettings": { # Omniture Integration Settings. # Settings for DCM Omniture integration.
    431         "omnitureCostDataEnabled": True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
    432         "omnitureIntegrationEnabled": True or False, # Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.
    433       },
    434       "subaccountId": "A String", # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
    435       "advertiserId": "A String", # Advertiser ID of the parent advertiser of this floodlight configuration.
    436       "analyticsDataSharingEnabled": True or False, # Whether advertiser data is shared with Google Analytics.
    437       "inAppAttributionTrackingEnabled": True or False, # Whether in-app attribution tracking is enabled.
    438       "thirdPartyAuthenticationTokens": [ # List of third-party authentication tokens enabled for this configuration.
    439         { # Third Party Authentication Token
    440           "name": "A String", # Name of the third-party authentication token.
    441           "value": "A String", # Value of the third-party authentication token. This is a read-only, auto-generated field.
    442         },
    443       ],
    444       "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
    445         "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    446         "value": "A String", # The value of the dimension.
    447         "dimensionName": "A String", # The name of the dimension.
    448         "etag": "A String", # The eTag of this response for caching purposes.
    449         "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.
    450         "id": "A String", # The ID associated with the value if available.
    451       },
    452       "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
    453         "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
    454         "value": "A String", # The value of the dimension.
    455         "dimensionName": "A String", # The name of the dimension.
    456         "etag": "A String", # The eTag of this response for caching purposes.
    457         "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.
    458         "id": "A String", # The ID associated with the value if available.
    459       },
    460       "id": "A String", # ID of this floodlight configuration. This is a read-only, auto-generated field.
    461       "userDefinedVariableConfigurations": [ # List of user defined variables enabled for this configuration.
    462         { # User Defined Variable configuration.
    463           "dataType": "A String", # Data type for the variable. This is a required field.
    464           "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: ""<>".
    465           "variableType": "A String", # Variable name in the tag. This is a required field.
    466         },
    467       ],
    468       "accountId": "A String", # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
    469     }</pre>
    470 </div>
    471 
    472 </body></html>