1<html><body> 2<style> 3 4body, 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 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, 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_v3_5.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_5.placementGroups.html">placementGroups</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="#close">close()</a></code></p> 79<p class="firstline">Close httplib2 connections.</p> 80<p class="toc_element"> 81 <code><a href="#get">get(profileId, id, x__xgafv=None)</a></code></p> 82<p class="firstline">Gets one placement group by ID.</p> 83<p class="toc_element"> 84 <code><a href="#insert">insert(profileId, body=None, x__xgafv=None)</a></code></p> 85<p class="firstline">Inserts a new placement group.</p> 86<p class="toc_element"> 87 <code><a href="#list">list(profileId, advertiserIds=None, archived=None, campaignIds=None, contentCategoryIds=None, directorySiteIds=None, ids=None, maxEndDate=None, maxResults=None, maxStartDate=None, minEndDate=None, minStartDate=None, pageToken=None, placementGroupType=None, placementStrategyIds=None, pricingTypes=None, searchString=None, siteIds=None, sortField=None, sortOrder=None, x__xgafv=None)</a></code></p> 88<p class="firstline">Retrieves a list of placement groups, possibly filtered. This method supports paging.</p> 89<p class="toc_element"> 90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> 91<p class="firstline">Retrieves the next page of results.</p> 92<p class="toc_element"> 93 <code><a href="#patch">patch(profileId, id, body=None, x__xgafv=None)</a></code></p> 94<p class="firstline">Updates an existing placement group. This method supports patch semantics.</p> 95<p class="toc_element"> 96 <code><a href="#update">update(profileId, body=None, x__xgafv=None)</a></code></p> 97<p class="firstline">Updates an existing placement group.</p> 98<h3>Method Details</h3> 99<div class="method"> 100 <code class="details" id="close">close()</code> 101 <pre>Close httplib2 connections.</pre> 102</div> 103 104<div class="method"> 105 <code class="details" id="get">get(profileId, id, x__xgafv=None)</code> 106 <pre>Gets one placement group by ID. 107 108Args: 109 profileId: string, User profile ID associated with this request. (required) 110 id: string, Placement group ID. (required) 111 x__xgafv: string, V1 error format. 112 Allowed values 113 1 - v1 error format 114 2 - v2 error format 115 116Returns: 117 An object of the form: 118 119 { # Contains properties of a package or roadblock. 120 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 121 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 122 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 123 "dimensionName": "A String", # The name of the dimension. 124 "etag": "A String", # The eTag of this response for caching purposes. 125 "id": "A String", # The ID associated with the value if available. 126 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 127 "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. 128 "value": "A String", # The value of the dimension. 129 }, 130 "archived": True or False, # Whether this placement group is archived. 131 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 132 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 133 "dimensionName": "A String", # The name of the dimension. 134 "etag": "A String", # The eTag of this response for caching purposes. 135 "id": "A String", # The ID associated with the value if available. 136 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 137 "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. 138 "value": "A String", # The value of the dimension. 139 }, 140 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 141 "A String", 142 ], 143 "comment": "A String", # Comments for this placement group. 144 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 145 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 146 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 147 }, 148 "directorySiteId": "A String", # Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 149 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 150 "dimensionName": "A String", # The name of the dimension. 151 "etag": "A String", # The eTag of this response for caching purposes. 152 "id": "A String", # The ID associated with the value if available. 153 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 154 "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. 155 "value": "A String", # The value of the dimension. 156 }, 157 "externalId": "A String", # External ID for this placement. 158 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 159 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 160 "dimensionName": "A String", # The name of the dimension. 161 "etag": "A String", # The eTag of this response for caching purposes. 162 "id": "A String", # The ID associated with the value if available. 163 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 164 "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. 165 "value": "A String", # The value of the dimension. 166 }, 167 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 168 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 169 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 170 }, 171 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 172 "placementGroupType": "A String", # Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion. 173 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 174 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 175 "capCostOption": "A String", # Placement cap cost option. 176 "endDate": "A String", 177 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 178 "floodlightActivityId": "A String", # Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA. 179 "pricingPeriods": [ # Pricing periods for this placement. 180 { # Pricing Period 181 "endDate": "A String", 182 "pricingComment": "A String", # Comments for this pricing period. 183 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 184 "startDate": "A String", 185 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 186 }, 187 ], 188 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 189 "startDate": "A String", 190 "testingStartDate": "A String", 191 }, 192 "primaryPlacementId": "A String", # ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements. 193 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 194 "dimensionName": "A String", # The name of the dimension. 195 "etag": "A String", # The eTag of this response for caching purposes. 196 "id": "A String", # The ID associated with the value if available. 197 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 198 "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. 199 "value": "A String", # The value of the dimension. 200 }, 201 "siteId": "A String", # Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 202 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 203 "dimensionName": "A String", # The name of the dimension. 204 "etag": "A String", # The eTag of this response for caching purposes. 205 "id": "A String", # The ID associated with the value if available. 206 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 207 "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. 208 "value": "A String", # The value of the dimension. 209 }, 210 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 211}</pre> 212</div> 213 214<div class="method"> 215 <code class="details" id="insert">insert(profileId, body=None, x__xgafv=None)</code> 216 <pre>Inserts a new placement group. 217 218Args: 219 profileId: string, User profile ID associated with this request. (required) 220 body: object, The request body. 221 The object takes the form of: 222 223{ # Contains properties of a package or roadblock. 224 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 225 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 226 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 227 "dimensionName": "A String", # The name of the dimension. 228 "etag": "A String", # The eTag of this response for caching purposes. 229 "id": "A String", # The ID associated with the value if available. 230 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 231 "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. 232 "value": "A String", # The value of the dimension. 233 }, 234 "archived": True or False, # Whether this placement group is archived. 235 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 236 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 237 "dimensionName": "A String", # The name of the dimension. 238 "etag": "A String", # The eTag of this response for caching purposes. 239 "id": "A String", # The ID associated with the value if available. 240 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 241 "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. 242 "value": "A String", # The value of the dimension. 243 }, 244 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 245 "A String", 246 ], 247 "comment": "A String", # Comments for this placement group. 248 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 249 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 250 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 251 }, 252 "directorySiteId": "A String", # Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 253 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 254 "dimensionName": "A String", # The name of the dimension. 255 "etag": "A String", # The eTag of this response for caching purposes. 256 "id": "A String", # The ID associated with the value if available. 257 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 258 "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. 259 "value": "A String", # The value of the dimension. 260 }, 261 "externalId": "A String", # External ID for this placement. 262 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 263 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 264 "dimensionName": "A String", # The name of the dimension. 265 "etag": "A String", # The eTag of this response for caching purposes. 266 "id": "A String", # The ID associated with the value if available. 267 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 268 "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. 269 "value": "A String", # The value of the dimension. 270 }, 271 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 272 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 273 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 274 }, 275 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 276 "placementGroupType": "A String", # Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion. 277 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 278 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 279 "capCostOption": "A String", # Placement cap cost option. 280 "endDate": "A String", 281 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 282 "floodlightActivityId": "A String", # Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA. 283 "pricingPeriods": [ # Pricing periods for this placement. 284 { # Pricing Period 285 "endDate": "A String", 286 "pricingComment": "A String", # Comments for this pricing period. 287 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 288 "startDate": "A String", 289 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 290 }, 291 ], 292 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 293 "startDate": "A String", 294 "testingStartDate": "A String", 295 }, 296 "primaryPlacementId": "A String", # ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements. 297 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 298 "dimensionName": "A String", # The name of the dimension. 299 "etag": "A String", # The eTag of this response for caching purposes. 300 "id": "A String", # The ID associated with the value if available. 301 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 302 "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. 303 "value": "A String", # The value of the dimension. 304 }, 305 "siteId": "A String", # Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 306 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 307 "dimensionName": "A String", # The name of the dimension. 308 "etag": "A String", # The eTag of this response for caching purposes. 309 "id": "A String", # The ID associated with the value if available. 310 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 311 "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. 312 "value": "A String", # The value of the dimension. 313 }, 314 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 315} 316 317 x__xgafv: string, V1 error format. 318 Allowed values 319 1 - v1 error format 320 2 - v2 error format 321 322Returns: 323 An object of the form: 324 325 { # Contains properties of a package or roadblock. 326 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 327 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 328 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 329 "dimensionName": "A String", # The name of the dimension. 330 "etag": "A String", # The eTag of this response for caching purposes. 331 "id": "A String", # The ID associated with the value if available. 332 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 333 "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. 334 "value": "A String", # The value of the dimension. 335 }, 336 "archived": True or False, # Whether this placement group is archived. 337 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 338 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 339 "dimensionName": "A String", # The name of the dimension. 340 "etag": "A String", # The eTag of this response for caching purposes. 341 "id": "A String", # The ID associated with the value if available. 342 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 343 "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. 344 "value": "A String", # The value of the dimension. 345 }, 346 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 347 "A String", 348 ], 349 "comment": "A String", # Comments for this placement group. 350 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 351 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 352 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 353 }, 354 "directorySiteId": "A String", # Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 355 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 356 "dimensionName": "A String", # The name of the dimension. 357 "etag": "A String", # The eTag of this response for caching purposes. 358 "id": "A String", # The ID associated with the value if available. 359 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 360 "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. 361 "value": "A String", # The value of the dimension. 362 }, 363 "externalId": "A String", # External ID for this placement. 364 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 365 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 366 "dimensionName": "A String", # The name of the dimension. 367 "etag": "A String", # The eTag of this response for caching purposes. 368 "id": "A String", # The ID associated with the value if available. 369 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 370 "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. 371 "value": "A String", # The value of the dimension. 372 }, 373 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 374 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 375 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 376 }, 377 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 378 "placementGroupType": "A String", # Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion. 379 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 380 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 381 "capCostOption": "A String", # Placement cap cost option. 382 "endDate": "A String", 383 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 384 "floodlightActivityId": "A String", # Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA. 385 "pricingPeriods": [ # Pricing periods for this placement. 386 { # Pricing Period 387 "endDate": "A String", 388 "pricingComment": "A String", # Comments for this pricing period. 389 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 390 "startDate": "A String", 391 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 392 }, 393 ], 394 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 395 "startDate": "A String", 396 "testingStartDate": "A String", 397 }, 398 "primaryPlacementId": "A String", # ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements. 399 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 400 "dimensionName": "A String", # The name of the dimension. 401 "etag": "A String", # The eTag of this response for caching purposes. 402 "id": "A String", # The ID associated with the value if available. 403 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 404 "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. 405 "value": "A String", # The value of the dimension. 406 }, 407 "siteId": "A String", # Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 408 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 409 "dimensionName": "A String", # The name of the dimension. 410 "etag": "A String", # The eTag of this response for caching purposes. 411 "id": "A String", # The ID associated with the value if available. 412 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 413 "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. 414 "value": "A String", # The value of the dimension. 415 }, 416 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 417}</pre> 418</div> 419 420<div class="method"> 421 <code class="details" id="list">list(profileId, advertiserIds=None, archived=None, campaignIds=None, contentCategoryIds=None, directorySiteIds=None, ids=None, maxEndDate=None, maxResults=None, maxStartDate=None, minEndDate=None, minStartDate=None, pageToken=None, placementGroupType=None, placementStrategyIds=None, pricingTypes=None, searchString=None, siteIds=None, sortField=None, sortOrder=None, x__xgafv=None)</code> 422 <pre>Retrieves a list of placement groups, possibly filtered. This method supports paging. 423 424Args: 425 profileId: string, User profile ID associated with this request. (required) 426 advertiserIds: string, Select only placement groups that belong to these advertisers. (repeated) 427 archived: boolean, Select only archived placements. Don't set this field to select both archived and non-archived placements. 428 campaignIds: string, Select only placement groups that belong to these campaigns. (repeated) 429 contentCategoryIds: string, Select only placement groups that are associated with these content categories. (repeated) 430 directorySiteIds: string, Select only placement groups that are associated with these directory sites. (repeated) 431 ids: string, Select only placement groups with these IDs. (repeated) 432 maxEndDate: string, Select only placements or placement groups whose end date is on or before the specified maxEndDate. The date should be formatted as "yyyy-MM-dd". 433 maxResults: integer, Maximum number of results to return. 434 maxStartDate: string, Select only placements or placement groups whose start date is on or before the specified maxStartDate. The date should be formatted as "yyyy-MM-dd". 435 minEndDate: string, Select only placements or placement groups whose end date is on or after the specified minEndDate. The date should be formatted as "yyyy-MM-dd". 436 minStartDate: string, Select only placements or placement groups whose start date is on or after the specified minStartDate. The date should be formatted as "yyyy-MM-dd". 437 pageToken: string, Value of the nextPageToken from the previous result page. 438 placementGroupType: string, Select only placement groups belonging with this group type. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. 439 Allowed values 440 PLACEMENT_PACKAGE - 441 PLACEMENT_ROADBLOCK - 442 placementStrategyIds: string, Select only placement groups that are associated with these placement strategies. (repeated) 443 pricingTypes: string, Select only placement groups with these pricing types. (repeated) 444 Allowed values 445 PRICING_TYPE_CPM - 446 PRICING_TYPE_CPC - 447 PRICING_TYPE_CPA - 448 PRICING_TYPE_FLAT_RATE_IMPRESSIONS - 449 PRICING_TYPE_FLAT_RATE_CLICKS - 450 PRICING_TYPE_CPM_ACTIVEVIEW - 451 searchString: string, Allows searching for placement groups by name or ID. Wildcards (*) are allowed. For example, "placement*2015" will return placement groups with names like "placement group June 2015", "placement group May 2015", or simply "placements 2015". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "placementgroup" will match placement groups with name "my placementgroup", "placementgroup 2015", or simply "placementgroup". 452 siteIds: string, Select only placement groups that are associated with these sites. (repeated) 453 sortField: string, Field by which to sort the list. 454 Allowed values 455 ID - 456 NAME - 457 sortOrder: string, Order of sorted results. 458 Allowed values 459 ASCENDING - 460 DESCENDING - 461 x__xgafv: string, V1 error format. 462 Allowed values 463 1 - v1 error format 464 2 - v2 error format 465 466Returns: 467 An object of the form: 468 469 { # Placement Group List Response 470 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroupsListResponse". 471 "nextPageToken": "A String", # Pagination token to be used for the next list operation. 472 "placementGroups": [ # Placement group collection. 473 { # Contains properties of a package or roadblock. 474 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 475 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 476 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 477 "dimensionName": "A String", # The name of the dimension. 478 "etag": "A String", # The eTag of this response for caching purposes. 479 "id": "A String", # The ID associated with the value if available. 480 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 481 "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. 482 "value": "A String", # The value of the dimension. 483 }, 484 "archived": True or False, # Whether this placement group is archived. 485 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 486 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 487 "dimensionName": "A String", # The name of the dimension. 488 "etag": "A String", # The eTag of this response for caching purposes. 489 "id": "A String", # The ID associated with the value if available. 490 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 491 "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. 492 "value": "A String", # The value of the dimension. 493 }, 494 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 495 "A String", 496 ], 497 "comment": "A String", # Comments for this placement group. 498 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 499 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 500 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 501 }, 502 "directorySiteId": "A String", # Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 503 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 504 "dimensionName": "A String", # The name of the dimension. 505 "etag": "A String", # The eTag of this response for caching purposes. 506 "id": "A String", # The ID associated with the value if available. 507 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 508 "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. 509 "value": "A String", # The value of the dimension. 510 }, 511 "externalId": "A String", # External ID for this placement. 512 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 513 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 514 "dimensionName": "A String", # The name of the dimension. 515 "etag": "A String", # The eTag of this response for caching purposes. 516 "id": "A String", # The ID associated with the value if available. 517 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 518 "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. 519 "value": "A String", # The value of the dimension. 520 }, 521 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 522 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 523 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 524 }, 525 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 526 "placementGroupType": "A String", # Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion. 527 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 528 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 529 "capCostOption": "A String", # Placement cap cost option. 530 "endDate": "A String", 531 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 532 "floodlightActivityId": "A String", # Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA. 533 "pricingPeriods": [ # Pricing periods for this placement. 534 { # Pricing Period 535 "endDate": "A String", 536 "pricingComment": "A String", # Comments for this pricing period. 537 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 538 "startDate": "A String", 539 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 540 }, 541 ], 542 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 543 "startDate": "A String", 544 "testingStartDate": "A String", 545 }, 546 "primaryPlacementId": "A String", # ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements. 547 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 548 "dimensionName": "A String", # The name of the dimension. 549 "etag": "A String", # The eTag of this response for caching purposes. 550 "id": "A String", # The ID associated with the value if available. 551 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 552 "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. 553 "value": "A String", # The value of the dimension. 554 }, 555 "siteId": "A String", # Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 556 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 557 "dimensionName": "A String", # The name of the dimension. 558 "etag": "A String", # The eTag of this response for caching purposes. 559 "id": "A String", # The ID associated with the value if available. 560 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 561 "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. 562 "value": "A String", # The value of the dimension. 563 }, 564 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 565 }, 566 ], 567}</pre> 568</div> 569 570<div class="method"> 571 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 572 <pre>Retrieves the next page of results. 573 574Args: 575 previous_request: The request for the previous page. (required) 576 previous_response: The response from the request for the previous page. (required) 577 578Returns: 579 A request object that you can call 'execute()' on to request the next 580 page. Returns None if there are no more items in the collection. 581 </pre> 582</div> 583 584<div class="method"> 585 <code class="details" id="patch">patch(profileId, id, body=None, x__xgafv=None)</code> 586 <pre>Updates an existing placement group. This method supports patch semantics. 587 588Args: 589 profileId: string, User profile ID associated with this request. (required) 590 id: string, PlacementGroup ID. (required) 591 body: object, The request body. 592 The object takes the form of: 593 594{ # Contains properties of a package or roadblock. 595 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 596 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 597 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 598 "dimensionName": "A String", # The name of the dimension. 599 "etag": "A String", # The eTag of this response for caching purposes. 600 "id": "A String", # The ID associated with the value if available. 601 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 602 "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. 603 "value": "A String", # The value of the dimension. 604 }, 605 "archived": True or False, # Whether this placement group is archived. 606 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 607 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 608 "dimensionName": "A String", # The name of the dimension. 609 "etag": "A String", # The eTag of this response for caching purposes. 610 "id": "A String", # The ID associated with the value if available. 611 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 612 "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. 613 "value": "A String", # The value of the dimension. 614 }, 615 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 616 "A String", 617 ], 618 "comment": "A String", # Comments for this placement group. 619 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 620 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 621 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 622 }, 623 "directorySiteId": "A String", # Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 624 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 625 "dimensionName": "A String", # The name of the dimension. 626 "etag": "A String", # The eTag of this response for caching purposes. 627 "id": "A String", # The ID associated with the value if available. 628 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 629 "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. 630 "value": "A String", # The value of the dimension. 631 }, 632 "externalId": "A String", # External ID for this placement. 633 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 634 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 635 "dimensionName": "A String", # The name of the dimension. 636 "etag": "A String", # The eTag of this response for caching purposes. 637 "id": "A String", # The ID associated with the value if available. 638 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 639 "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. 640 "value": "A String", # The value of the dimension. 641 }, 642 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 643 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 644 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 645 }, 646 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 647 "placementGroupType": "A String", # Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion. 648 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 649 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 650 "capCostOption": "A String", # Placement cap cost option. 651 "endDate": "A String", 652 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 653 "floodlightActivityId": "A String", # Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA. 654 "pricingPeriods": [ # Pricing periods for this placement. 655 { # Pricing Period 656 "endDate": "A String", 657 "pricingComment": "A String", # Comments for this pricing period. 658 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 659 "startDate": "A String", 660 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 661 }, 662 ], 663 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 664 "startDate": "A String", 665 "testingStartDate": "A String", 666 }, 667 "primaryPlacementId": "A String", # ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements. 668 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 669 "dimensionName": "A String", # The name of the dimension. 670 "etag": "A String", # The eTag of this response for caching purposes. 671 "id": "A String", # The ID associated with the value if available. 672 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 673 "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. 674 "value": "A String", # The value of the dimension. 675 }, 676 "siteId": "A String", # Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 677 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 678 "dimensionName": "A String", # The name of the dimension. 679 "etag": "A String", # The eTag of this response for caching purposes. 680 "id": "A String", # The ID associated with the value if available. 681 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 682 "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. 683 "value": "A String", # The value of the dimension. 684 }, 685 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 686} 687 688 x__xgafv: string, V1 error format. 689 Allowed values 690 1 - v1 error format 691 2 - v2 error format 692 693Returns: 694 An object of the form: 695 696 { # Contains properties of a package or roadblock. 697 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 698 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 699 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 700 "dimensionName": "A String", # The name of the dimension. 701 "etag": "A String", # The eTag of this response for caching purposes. 702 "id": "A String", # The ID associated with the value if available. 703 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 704 "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. 705 "value": "A String", # The value of the dimension. 706 }, 707 "archived": True or False, # Whether this placement group is archived. 708 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 709 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 710 "dimensionName": "A String", # The name of the dimension. 711 "etag": "A String", # The eTag of this response for caching purposes. 712 "id": "A String", # The ID associated with the value if available. 713 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 714 "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. 715 "value": "A String", # The value of the dimension. 716 }, 717 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 718 "A String", 719 ], 720 "comment": "A String", # Comments for this placement group. 721 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 722 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 723 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 724 }, 725 "directorySiteId": "A String", # Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 726 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 727 "dimensionName": "A String", # The name of the dimension. 728 "etag": "A String", # The eTag of this response for caching purposes. 729 "id": "A String", # The ID associated with the value if available. 730 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 731 "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. 732 "value": "A String", # The value of the dimension. 733 }, 734 "externalId": "A String", # External ID for this placement. 735 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 736 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 737 "dimensionName": "A String", # The name of the dimension. 738 "etag": "A String", # The eTag of this response for caching purposes. 739 "id": "A String", # The ID associated with the value if available. 740 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 741 "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. 742 "value": "A String", # The value of the dimension. 743 }, 744 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 745 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 746 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 747 }, 748 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 749 "placementGroupType": "A String", # Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion. 750 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 751 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 752 "capCostOption": "A String", # Placement cap cost option. 753 "endDate": "A String", 754 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 755 "floodlightActivityId": "A String", # Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA. 756 "pricingPeriods": [ # Pricing periods for this placement. 757 { # Pricing Period 758 "endDate": "A String", 759 "pricingComment": "A String", # Comments for this pricing period. 760 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 761 "startDate": "A String", 762 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 763 }, 764 ], 765 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 766 "startDate": "A String", 767 "testingStartDate": "A String", 768 }, 769 "primaryPlacementId": "A String", # ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements. 770 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 771 "dimensionName": "A String", # The name of the dimension. 772 "etag": "A String", # The eTag of this response for caching purposes. 773 "id": "A String", # The ID associated with the value if available. 774 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 775 "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. 776 "value": "A String", # The value of the dimension. 777 }, 778 "siteId": "A String", # Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 779 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 780 "dimensionName": "A String", # The name of the dimension. 781 "etag": "A String", # The eTag of this response for caching purposes. 782 "id": "A String", # The ID associated with the value if available. 783 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 784 "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. 785 "value": "A String", # The value of the dimension. 786 }, 787 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 788}</pre> 789</div> 790 791<div class="method"> 792 <code class="details" id="update">update(profileId, body=None, x__xgafv=None)</code> 793 <pre>Updates an existing placement group. 794 795Args: 796 profileId: string, User profile ID associated with this request. (required) 797 body: object, The request body. 798 The object takes the form of: 799 800{ # Contains properties of a package or roadblock. 801 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 802 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 803 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 804 "dimensionName": "A String", # The name of the dimension. 805 "etag": "A String", # The eTag of this response for caching purposes. 806 "id": "A String", # The ID associated with the value if available. 807 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 808 "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. 809 "value": "A String", # The value of the dimension. 810 }, 811 "archived": True or False, # Whether this placement group is archived. 812 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 813 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 814 "dimensionName": "A String", # The name of the dimension. 815 "etag": "A String", # The eTag of this response for caching purposes. 816 "id": "A String", # The ID associated with the value if available. 817 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 818 "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. 819 "value": "A String", # The value of the dimension. 820 }, 821 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 822 "A String", 823 ], 824 "comment": "A String", # Comments for this placement group. 825 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 826 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 827 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 828 }, 829 "directorySiteId": "A String", # Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 830 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 831 "dimensionName": "A String", # The name of the dimension. 832 "etag": "A String", # The eTag of this response for caching purposes. 833 "id": "A String", # The ID associated with the value if available. 834 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 835 "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. 836 "value": "A String", # The value of the dimension. 837 }, 838 "externalId": "A String", # External ID for this placement. 839 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 840 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 841 "dimensionName": "A String", # The name of the dimension. 842 "etag": "A String", # The eTag of this response for caching purposes. 843 "id": "A String", # The ID associated with the value if available. 844 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 845 "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. 846 "value": "A String", # The value of the dimension. 847 }, 848 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 849 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 850 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 851 }, 852 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 853 "placementGroupType": "A String", # Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion. 854 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 855 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 856 "capCostOption": "A String", # Placement cap cost option. 857 "endDate": "A String", 858 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 859 "floodlightActivityId": "A String", # Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA. 860 "pricingPeriods": [ # Pricing periods for this placement. 861 { # Pricing Period 862 "endDate": "A String", 863 "pricingComment": "A String", # Comments for this pricing period. 864 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 865 "startDate": "A String", 866 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 867 }, 868 ], 869 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 870 "startDate": "A String", 871 "testingStartDate": "A String", 872 }, 873 "primaryPlacementId": "A String", # ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements. 874 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 875 "dimensionName": "A String", # The name of the dimension. 876 "etag": "A String", # The eTag of this response for caching purposes. 877 "id": "A String", # The ID associated with the value if available. 878 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 879 "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. 880 "value": "A String", # The value of the dimension. 881 }, 882 "siteId": "A String", # Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 883 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 884 "dimensionName": "A String", # The name of the dimension. 885 "etag": "A String", # The eTag of this response for caching purposes. 886 "id": "A String", # The ID associated with the value if available. 887 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 888 "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. 889 "value": "A String", # The value of the dimension. 890 }, 891 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 892} 893 894 x__xgafv: string, V1 error format. 895 Allowed values 896 1 - v1 error format 897 2 - v2 error format 898 899Returns: 900 An object of the form: 901 902 { # Contains properties of a package or roadblock. 903 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 904 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 905 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 906 "dimensionName": "A String", # The name of the dimension. 907 "etag": "A String", # The eTag of this response for caching purposes. 908 "id": "A String", # The ID associated with the value if available. 909 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 910 "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. 911 "value": "A String", # The value of the dimension. 912 }, 913 "archived": True or False, # Whether this placement group is archived. 914 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 915 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 916 "dimensionName": "A String", # The name of the dimension. 917 "etag": "A String", # The eTag of this response for caching purposes. 918 "id": "A String", # The ID associated with the value if available. 919 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 920 "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. 921 "value": "A String", # The value of the dimension. 922 }, 923 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 924 "A String", 925 ], 926 "comment": "A String", # Comments for this placement group. 927 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 928 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 929 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 930 }, 931 "directorySiteId": "A String", # Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 932 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 933 "dimensionName": "A String", # The name of the dimension. 934 "etag": "A String", # The eTag of this response for caching purposes. 935 "id": "A String", # The ID associated with the value if available. 936 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 937 "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. 938 "value": "A String", # The value of the dimension. 939 }, 940 "externalId": "A String", # External ID for this placement. 941 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 942 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 943 "dimensionName": "A String", # The name of the dimension. 944 "etag": "A String", # The eTag of this response for caching purposes. 945 "id": "A String", # The ID associated with the value if available. 946 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 947 "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. 948 "value": "A String", # The value of the dimension. 949 }, 950 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 951 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 952 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 953 }, 954 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 955 "placementGroupType": "A String", # Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion. 956 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 957 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 958 "capCostOption": "A String", # Placement cap cost option. 959 "endDate": "A String", 960 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 961 "floodlightActivityId": "A String", # Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA. 962 "pricingPeriods": [ # Pricing periods for this placement. 963 { # Pricing Period 964 "endDate": "A String", 965 "pricingComment": "A String", # Comments for this pricing period. 966 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 967 "startDate": "A String", 968 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 969 }, 970 ], 971 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 972 "startDate": "A String", 973 "testingStartDate": "A String", 974 }, 975 "primaryPlacementId": "A String", # ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements. 976 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 977 "dimensionName": "A String", # The name of the dimension. 978 "etag": "A String", # The eTag of this response for caching purposes. 979 "id": "A String", # The ID associated with the value if available. 980 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 981 "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. 982 "value": "A String", # The value of the dimension. 983 }, 984 "siteId": "A String", # Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion. 985 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 986 "dimensionName": "A String", # The name of the dimension. 987 "etag": "A String", # The eTag of this response for caching purposes. 988 "id": "A String", # The ID associated with the value if available. 989 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 990 "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. 991 "value": "A String", # The value of the dimension. 992 }, 993 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 994}</pre> 995</div> 996 997</body></html>