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_3.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_3.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 "disregardOverdelivery": True or False, # Whether cap costs are ignored by ad serving. 177 "endDate": "A String", 178 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 179 "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. 180 "pricingPeriods": [ # Pricing periods for this placement. 181 { # Pricing Period 182 "endDate": "A String", 183 "pricingComment": "A String", # Comments for this pricing period. 184 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 185 "startDate": "A String", 186 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 187 }, 188 ], 189 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 190 "startDate": "A String", 191 "testingStartDate": "A String", 192 }, 193 "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. 194 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 195 "dimensionName": "A String", # The name of the dimension. 196 "etag": "A String", # The eTag of this response for caching purposes. 197 "id": "A String", # The ID associated with the value if available. 198 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 199 "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. 200 "value": "A String", # The value of the dimension. 201 }, 202 "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. 203 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 204 "dimensionName": "A String", # The name of the dimension. 205 "etag": "A String", # The eTag of this response for caching purposes. 206 "id": "A String", # The ID associated with the value if available. 207 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 208 "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. 209 "value": "A String", # The value of the dimension. 210 }, 211 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 212}</pre> 213</div> 214 215<div class="method"> 216 <code class="details" id="insert">insert(profileId, body=None, x__xgafv=None)</code> 217 <pre>Inserts a new placement group. 218 219Args: 220 profileId: string, User profile ID associated with this request. (required) 221 body: object, The request body. 222 The object takes the form of: 223 224{ # Contains properties of a package or roadblock. 225 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 226 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 227 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 228 "dimensionName": "A String", # The name of the dimension. 229 "etag": "A String", # The eTag of this response for caching purposes. 230 "id": "A String", # The ID associated with the value if available. 231 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 232 "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. 233 "value": "A String", # The value of the dimension. 234 }, 235 "archived": True or False, # Whether this placement group is archived. 236 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 237 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 238 "dimensionName": "A String", # The name of the dimension. 239 "etag": "A String", # The eTag of this response for caching purposes. 240 "id": "A String", # The ID associated with the value if available. 241 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 242 "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. 243 "value": "A String", # The value of the dimension. 244 }, 245 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 246 "A String", 247 ], 248 "comment": "A String", # Comments for this placement group. 249 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 250 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 251 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 252 }, 253 "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. 254 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 255 "dimensionName": "A String", # The name of the dimension. 256 "etag": "A String", # The eTag of this response for caching purposes. 257 "id": "A String", # The ID associated with the value if available. 258 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 259 "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. 260 "value": "A String", # The value of the dimension. 261 }, 262 "externalId": "A String", # External ID for this placement. 263 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 264 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 265 "dimensionName": "A String", # The name of the dimension. 266 "etag": "A String", # The eTag of this response for caching purposes. 267 "id": "A String", # The ID associated with the value if available. 268 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 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 "value": "A String", # The value of the dimension. 271 }, 272 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 273 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 274 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 275 }, 276 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 277 "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. 278 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 279 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 280 "capCostOption": "A String", # Placement cap cost option. 281 "disregardOverdelivery": True or False, # Whether cap costs are ignored by ad serving. 282 "endDate": "A String", 283 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 284 "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. 285 "pricingPeriods": [ # Pricing periods for this placement. 286 { # Pricing Period 287 "endDate": "A String", 288 "pricingComment": "A String", # Comments for this pricing period. 289 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 290 "startDate": "A String", 291 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 292 }, 293 ], 294 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 295 "startDate": "A String", 296 "testingStartDate": "A String", 297 }, 298 "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. 299 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 300 "dimensionName": "A String", # The name of the dimension. 301 "etag": "A String", # The eTag of this response for caching purposes. 302 "id": "A String", # The ID associated with the value if available. 303 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 304 "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. 305 "value": "A String", # The value of the dimension. 306 }, 307 "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. 308 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 309 "dimensionName": "A String", # The name of the dimension. 310 "etag": "A String", # The eTag of this response for caching purposes. 311 "id": "A String", # The ID associated with the value if available. 312 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 313 "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. 314 "value": "A String", # The value of the dimension. 315 }, 316 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 317} 318 319 x__xgafv: string, V1 error format. 320 Allowed values 321 1 - v1 error format 322 2 - v2 error format 323 324Returns: 325 An object of the form: 326 327 { # Contains properties of a package or roadblock. 328 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 329 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 330 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 331 "dimensionName": "A String", # The name of the dimension. 332 "etag": "A String", # The eTag of this response for caching purposes. 333 "id": "A String", # The ID associated with the value if available. 334 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 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 "value": "A String", # The value of the dimension. 337 }, 338 "archived": True or False, # Whether this placement group is archived. 339 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 340 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 341 "dimensionName": "A String", # The name of the dimension. 342 "etag": "A String", # The eTag of this response for caching purposes. 343 "id": "A String", # The ID associated with the value if available. 344 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 345 "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. 346 "value": "A String", # The value of the dimension. 347 }, 348 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 349 "A String", 350 ], 351 "comment": "A String", # Comments for this placement group. 352 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 353 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 354 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 355 }, 356 "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. 357 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 358 "dimensionName": "A String", # The name of the dimension. 359 "etag": "A String", # The eTag of this response for caching purposes. 360 "id": "A String", # The ID associated with the value if available. 361 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 362 "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. 363 "value": "A String", # The value of the dimension. 364 }, 365 "externalId": "A String", # External ID for this placement. 366 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 367 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 368 "dimensionName": "A String", # The name of the dimension. 369 "etag": "A String", # The eTag of this response for caching purposes. 370 "id": "A String", # The ID associated with the value if available. 371 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 372 "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. 373 "value": "A String", # The value of the dimension. 374 }, 375 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 376 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 377 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 378 }, 379 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 380 "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. 381 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 382 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 383 "capCostOption": "A String", # Placement cap cost option. 384 "disregardOverdelivery": True or False, # Whether cap costs are ignored by ad serving. 385 "endDate": "A String", 386 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 387 "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. 388 "pricingPeriods": [ # Pricing periods for this placement. 389 { # Pricing Period 390 "endDate": "A String", 391 "pricingComment": "A String", # Comments for this pricing period. 392 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 393 "startDate": "A String", 394 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 395 }, 396 ], 397 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 398 "startDate": "A String", 399 "testingStartDate": "A String", 400 }, 401 "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. 402 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 403 "dimensionName": "A String", # The name of the dimension. 404 "etag": "A String", # The eTag of this response for caching purposes. 405 "id": "A String", # The ID associated with the value if available. 406 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 407 "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. 408 "value": "A String", # The value of the dimension. 409 }, 410 "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. 411 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 412 "dimensionName": "A String", # The name of the dimension. 413 "etag": "A String", # The eTag of this response for caching purposes. 414 "id": "A String", # The ID associated with the value if available. 415 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 416 "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. 417 "value": "A String", # The value of the dimension. 418 }, 419 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 420}</pre> 421</div> 422 423<div class="method"> 424 <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> 425 <pre>Retrieves a list of placement groups, possibly filtered. This method supports paging. 426 427Args: 428 profileId: string, User profile ID associated with this request. (required) 429 advertiserIds: string, Select only placement groups that belong to these advertisers. (repeated) 430 archived: boolean, Select only archived placements. Don't set this field to select both archived and non-archived placements. 431 campaignIds: string, Select only placement groups that belong to these campaigns. (repeated) 432 contentCategoryIds: string, Select only placement groups that are associated with these content categories. (repeated) 433 directorySiteIds: string, Select only placement groups that are associated with these directory sites. (repeated) 434 ids: string, Select only placement groups with these IDs. (repeated) 435 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". 436 maxResults: integer, Maximum number of results to return. 437 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". 438 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". 439 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". 440 pageToken: string, Value of the nextPageToken from the previous result page. 441 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. 442 Allowed values 443 PLACEMENT_PACKAGE - 444 PLACEMENT_ROADBLOCK - 445 placementStrategyIds: string, Select only placement groups that are associated with these placement strategies. (repeated) 446 pricingTypes: string, Select only placement groups with these pricing types. (repeated) 447 Allowed values 448 PRICING_TYPE_CPM - 449 PRICING_TYPE_CPC - 450 PRICING_TYPE_CPA - 451 PRICING_TYPE_FLAT_RATE_IMPRESSIONS - 452 PRICING_TYPE_FLAT_RATE_CLICKS - 453 PRICING_TYPE_CPM_ACTIVEVIEW - 454 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". 455 siteIds: string, Select only placement groups that are associated with these sites. (repeated) 456 sortField: string, Field by which to sort the list. 457 Allowed values 458 ID - 459 NAME - 460 sortOrder: string, Order of sorted results. 461 Allowed values 462 ASCENDING - 463 DESCENDING - 464 x__xgafv: string, V1 error format. 465 Allowed values 466 1 - v1 error format 467 2 - v2 error format 468 469Returns: 470 An object of the form: 471 472 { # Placement Group List Response 473 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroupsListResponse". 474 "nextPageToken": "A String", # Pagination token to be used for the next list operation. 475 "placementGroups": [ # Placement group collection. 476 { # Contains properties of a package or roadblock. 477 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 478 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 479 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 480 "dimensionName": "A String", # The name of the dimension. 481 "etag": "A String", # The eTag of this response for caching purposes. 482 "id": "A String", # The ID associated with the value if available. 483 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 484 "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. 485 "value": "A String", # The value of the dimension. 486 }, 487 "archived": True or False, # Whether this placement group is archived. 488 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 489 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 490 "dimensionName": "A String", # The name of the dimension. 491 "etag": "A String", # The eTag of this response for caching purposes. 492 "id": "A String", # The ID associated with the value if available. 493 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 494 "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. 495 "value": "A String", # The value of the dimension. 496 }, 497 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 498 "A String", 499 ], 500 "comment": "A String", # Comments for this placement group. 501 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 502 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 503 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 504 }, 505 "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. 506 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 507 "dimensionName": "A String", # The name of the dimension. 508 "etag": "A String", # The eTag of this response for caching purposes. 509 "id": "A String", # The ID associated with the value if available. 510 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 511 "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. 512 "value": "A String", # The value of the dimension. 513 }, 514 "externalId": "A String", # External ID for this placement. 515 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 516 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 517 "dimensionName": "A String", # The name of the dimension. 518 "etag": "A String", # The eTag of this response for caching purposes. 519 "id": "A String", # The ID associated with the value if available. 520 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 521 "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. 522 "value": "A String", # The value of the dimension. 523 }, 524 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 525 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 526 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 527 }, 528 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 529 "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. 530 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 531 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 532 "capCostOption": "A String", # Placement cap cost option. 533 "disregardOverdelivery": True or False, # Whether cap costs are ignored by ad serving. 534 "endDate": "A String", 535 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 536 "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. 537 "pricingPeriods": [ # Pricing periods for this placement. 538 { # Pricing Period 539 "endDate": "A String", 540 "pricingComment": "A String", # Comments for this pricing period. 541 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 542 "startDate": "A String", 543 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 544 }, 545 ], 546 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 547 "startDate": "A String", 548 "testingStartDate": "A String", 549 }, 550 "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. 551 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 552 "dimensionName": "A String", # The name of the dimension. 553 "etag": "A String", # The eTag of this response for caching purposes. 554 "id": "A String", # The ID associated with the value if available. 555 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 556 "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. 557 "value": "A String", # The value of the dimension. 558 }, 559 "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. 560 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 561 "dimensionName": "A String", # The name of the dimension. 562 "etag": "A String", # The eTag of this response for caching purposes. 563 "id": "A String", # The ID associated with the value if available. 564 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 565 "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. 566 "value": "A String", # The value of the dimension. 567 }, 568 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 569 }, 570 ], 571}</pre> 572</div> 573 574<div class="method"> 575 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 576 <pre>Retrieves the next page of results. 577 578Args: 579 previous_request: The request for the previous page. (required) 580 previous_response: The response from the request for the previous page. (required) 581 582Returns: 583 A request object that you can call 'execute()' on to request the next 584 page. Returns None if there are no more items in the collection. 585 </pre> 586</div> 587 588<div class="method"> 589 <code class="details" id="patch">patch(profileId, id, body=None, x__xgafv=None)</code> 590 <pre>Updates an existing placement group. This method supports patch semantics. 591 592Args: 593 profileId: string, User profile ID associated with this request. (required) 594 id: string, PlacementGroup ID. (required) 595 body: object, The request body. 596 The object takes the form of: 597 598{ # Contains properties of a package or roadblock. 599 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 600 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 601 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 602 "dimensionName": "A String", # The name of the dimension. 603 "etag": "A String", # The eTag of this response for caching purposes. 604 "id": "A String", # The ID associated with the value if available. 605 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 606 "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. 607 "value": "A String", # The value of the dimension. 608 }, 609 "archived": True or False, # Whether this placement group is archived. 610 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 611 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 612 "dimensionName": "A String", # The name of the dimension. 613 "etag": "A String", # The eTag of this response for caching purposes. 614 "id": "A String", # The ID associated with the value if available. 615 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 616 "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. 617 "value": "A String", # The value of the dimension. 618 }, 619 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 620 "A String", 621 ], 622 "comment": "A String", # Comments for this placement group. 623 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 624 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 625 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 626 }, 627 "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. 628 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 629 "dimensionName": "A String", # The name of the dimension. 630 "etag": "A String", # The eTag of this response for caching purposes. 631 "id": "A String", # The ID associated with the value if available. 632 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 633 "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. 634 "value": "A String", # The value of the dimension. 635 }, 636 "externalId": "A String", # External ID for this placement. 637 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 638 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 639 "dimensionName": "A String", # The name of the dimension. 640 "etag": "A String", # The eTag of this response for caching purposes. 641 "id": "A String", # The ID associated with the value if available. 642 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 643 "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. 644 "value": "A String", # The value of the dimension. 645 }, 646 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 647 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 648 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 649 }, 650 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 651 "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. 652 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 653 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 654 "capCostOption": "A String", # Placement cap cost option. 655 "disregardOverdelivery": True or False, # Whether cap costs are ignored by ad serving. 656 "endDate": "A String", 657 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 658 "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. 659 "pricingPeriods": [ # Pricing periods for this placement. 660 { # Pricing Period 661 "endDate": "A String", 662 "pricingComment": "A String", # Comments for this pricing period. 663 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 664 "startDate": "A String", 665 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 666 }, 667 ], 668 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 669 "startDate": "A String", 670 "testingStartDate": "A String", 671 }, 672 "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. 673 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 674 "dimensionName": "A String", # The name of the dimension. 675 "etag": "A String", # The eTag of this response for caching purposes. 676 "id": "A String", # The ID associated with the value if available. 677 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 678 "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. 679 "value": "A String", # The value of the dimension. 680 }, 681 "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. 682 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 683 "dimensionName": "A String", # The name of the dimension. 684 "etag": "A String", # The eTag of this response for caching purposes. 685 "id": "A String", # The ID associated with the value if available. 686 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 687 "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. 688 "value": "A String", # The value of the dimension. 689 }, 690 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 691} 692 693 x__xgafv: string, V1 error format. 694 Allowed values 695 1 - v1 error format 696 2 - v2 error format 697 698Returns: 699 An object of the form: 700 701 { # Contains properties of a package or roadblock. 702 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 703 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 704 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 705 "dimensionName": "A String", # The name of the dimension. 706 "etag": "A String", # The eTag of this response for caching purposes. 707 "id": "A String", # The ID associated with the value if available. 708 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 709 "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. 710 "value": "A String", # The value of the dimension. 711 }, 712 "archived": True or False, # Whether this placement group is archived. 713 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 714 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 715 "dimensionName": "A String", # The name of the dimension. 716 "etag": "A String", # The eTag of this response for caching purposes. 717 "id": "A String", # The ID associated with the value if available. 718 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 719 "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. 720 "value": "A String", # The value of the dimension. 721 }, 722 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 723 "A String", 724 ], 725 "comment": "A String", # Comments for this placement group. 726 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 727 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 728 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 729 }, 730 "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. 731 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 732 "dimensionName": "A String", # The name of the dimension. 733 "etag": "A String", # The eTag of this response for caching purposes. 734 "id": "A String", # The ID associated with the value if available. 735 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 736 "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. 737 "value": "A String", # The value of the dimension. 738 }, 739 "externalId": "A String", # External ID for this placement. 740 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 741 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 742 "dimensionName": "A String", # The name of the dimension. 743 "etag": "A String", # The eTag of this response for caching purposes. 744 "id": "A String", # The ID associated with the value if available. 745 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 746 "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. 747 "value": "A String", # The value of the dimension. 748 }, 749 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 750 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 751 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 752 }, 753 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 754 "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. 755 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 756 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 757 "capCostOption": "A String", # Placement cap cost option. 758 "disregardOverdelivery": True or False, # Whether cap costs are ignored by ad serving. 759 "endDate": "A String", 760 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 761 "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. 762 "pricingPeriods": [ # Pricing periods for this placement. 763 { # Pricing Period 764 "endDate": "A String", 765 "pricingComment": "A String", # Comments for this pricing period. 766 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 767 "startDate": "A String", 768 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 769 }, 770 ], 771 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 772 "startDate": "A String", 773 "testingStartDate": "A String", 774 }, 775 "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. 776 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 777 "dimensionName": "A String", # The name of the dimension. 778 "etag": "A String", # The eTag of this response for caching purposes. 779 "id": "A String", # The ID associated with the value if available. 780 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 781 "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. 782 "value": "A String", # The value of the dimension. 783 }, 784 "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. 785 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 786 "dimensionName": "A String", # The name of the dimension. 787 "etag": "A String", # The eTag of this response for caching purposes. 788 "id": "A String", # The ID associated with the value if available. 789 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 790 "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. 791 "value": "A String", # The value of the dimension. 792 }, 793 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 794}</pre> 795</div> 796 797<div class="method"> 798 <code class="details" id="update">update(profileId, body=None, x__xgafv=None)</code> 799 <pre>Updates an existing placement group. 800 801Args: 802 profileId: string, User profile ID associated with this request. (required) 803 body: object, The request body. 804 The object takes the form of: 805 806{ # Contains properties of a package or roadblock. 807 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 808 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 809 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 810 "dimensionName": "A String", # The name of the dimension. 811 "etag": "A String", # The eTag of this response for caching purposes. 812 "id": "A String", # The ID associated with the value if available. 813 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 814 "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. 815 "value": "A String", # The value of the dimension. 816 }, 817 "archived": True or False, # Whether this placement group is archived. 818 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 819 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 820 "dimensionName": "A String", # The name of the dimension. 821 "etag": "A String", # The eTag of this response for caching purposes. 822 "id": "A String", # The ID associated with the value if available. 823 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 824 "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. 825 "value": "A String", # The value of the dimension. 826 }, 827 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 828 "A String", 829 ], 830 "comment": "A String", # Comments for this placement group. 831 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 832 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 833 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 834 }, 835 "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. 836 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 837 "dimensionName": "A String", # The name of the dimension. 838 "etag": "A String", # The eTag of this response for caching purposes. 839 "id": "A String", # The ID associated with the value if available. 840 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 841 "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. 842 "value": "A String", # The value of the dimension. 843 }, 844 "externalId": "A String", # External ID for this placement. 845 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 846 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 847 "dimensionName": "A String", # The name of the dimension. 848 "etag": "A String", # The eTag of this response for caching purposes. 849 "id": "A String", # The ID associated with the value if available. 850 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 851 "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. 852 "value": "A String", # The value of the dimension. 853 }, 854 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 855 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 856 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 857 }, 858 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 859 "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. 860 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 861 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 862 "capCostOption": "A String", # Placement cap cost option. 863 "disregardOverdelivery": True or False, # Whether cap costs are ignored by ad serving. 864 "endDate": "A String", 865 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 866 "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. 867 "pricingPeriods": [ # Pricing periods for this placement. 868 { # Pricing Period 869 "endDate": "A String", 870 "pricingComment": "A String", # Comments for this pricing period. 871 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 872 "startDate": "A String", 873 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 874 }, 875 ], 876 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 877 "startDate": "A String", 878 "testingStartDate": "A String", 879 }, 880 "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. 881 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 882 "dimensionName": "A String", # The name of the dimension. 883 "etag": "A String", # The eTag of this response for caching purposes. 884 "id": "A String", # The ID associated with the value if available. 885 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 886 "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. 887 "value": "A String", # The value of the dimension. 888 }, 889 "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. 890 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 891 "dimensionName": "A String", # The name of the dimension. 892 "etag": "A String", # The eTag of this response for caching purposes. 893 "id": "A String", # The ID associated with the value if available. 894 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 895 "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. 896 "value": "A String", # The value of the dimension. 897 }, 898 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 899} 900 901 x__xgafv: string, V1 error format. 902 Allowed values 903 1 - v1 error format 904 2 - v2 error format 905 906Returns: 907 An object of the form: 908 909 { # Contains properties of a package or roadblock. 910 "accountId": "A String", # Account ID of this placement group. This is a read-only field that can be left blank. 911 "advertiserId": "A String", # Advertiser ID of this placement group. This is a required field on insertion. 912 "advertiserIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. 913 "dimensionName": "A String", # The name of the dimension. 914 "etag": "A String", # The eTag of this response for caching purposes. 915 "id": "A String", # The ID associated with the value if available. 916 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 917 "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. 918 "value": "A String", # The value of the dimension. 919 }, 920 "archived": True or False, # Whether this placement group is archived. 921 "campaignId": "A String", # Campaign ID of this placement group. This field is required on insertion. 922 "campaignIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the campaign. This is a read-only, auto-generated field. 923 "dimensionName": "A String", # The name of the dimension. 924 "etag": "A String", # The eTag of this response for caching purposes. 925 "id": "A String", # The ID associated with the value if available. 926 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 927 "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. 928 "value": "A String", # The value of the dimension. 929 }, 930 "childPlacementIds": [ # IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field. 931 "A String", 932 ], 933 "comment": "A String", # Comments for this placement group. 934 "contentCategoryId": "A String", # ID of the content category assigned to this placement group. 935 "createInfo": { # Modification timestamp. # Information about the creation of this placement group. This is a read-only field. 936 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 937 }, 938 "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. 939 "directorySiteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the directory site. This is a read-only, auto-generated field. 940 "dimensionName": "A String", # The name of the dimension. 941 "etag": "A String", # The eTag of this response for caching purposes. 942 "id": "A String", # The ID associated with the value if available. 943 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 944 "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. 945 "value": "A String", # The value of the dimension. 946 }, 947 "externalId": "A String", # External ID for this placement. 948 "id": "A String", # ID of this placement group. This is a read-only, auto-generated field. 949 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this placement group. This is a read-only, auto-generated field. 950 "dimensionName": "A String", # The name of the dimension. 951 "etag": "A String", # The eTag of this response for caching purposes. 952 "id": "A String", # The ID associated with the value if available. 953 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 954 "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. 955 "value": "A String", # The value of the dimension. 956 }, 957 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup". 958 "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this placement group. This is a read-only field. 959 "time": "A String", # Timestamp of the last change in milliseconds since epoch. 960 }, 961 "name": "A String", # Name of this placement group. This is a required field and must be less than 256 characters long. 962 "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. 963 "placementStrategyId": "A String", # ID of the placement strategy assigned to this placement group. 964 "pricingSchedule": { # Pricing Schedule # Pricing schedule of this placement group. This field is required on insertion. 965 "capCostOption": "A String", # Placement cap cost option. 966 "disregardOverdelivery": True or False, # Whether cap costs are ignored by ad serving. 967 "endDate": "A String", 968 "flighted": True or False, # Whether this placement is flighted. If true, pricing periods will be computed automatically. 969 "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. 970 "pricingPeriods": [ # Pricing periods for this placement. 971 { # Pricing Period 972 "endDate": "A String", 973 "pricingComment": "A String", # Comments for this pricing period. 974 "rateOrCostNanos": "A String", # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. 975 "startDate": "A String", 976 "units": "A String", # Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive. 977 }, 978 ], 979 "pricingType": "A String", # Placement pricing type. This field is required on insertion. 980 "startDate": "A String", 981 "testingStartDate": "A String", 982 }, 983 "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. 984 "primaryPlacementIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the primary placement. This is a read-only, auto-generated field. 985 "dimensionName": "A String", # The name of the dimension. 986 "etag": "A String", # The eTag of this response for caching purposes. 987 "id": "A String", # The ID associated with the value if available. 988 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 989 "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. 990 "value": "A String", # The value of the dimension. 991 }, 992 "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. 993 "siteIdDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field. 994 "dimensionName": "A String", # The name of the dimension. 995 "etag": "A String", # The eTag of this response for caching purposes. 996 "id": "A String", # The ID associated with the value if available. 997 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 998 "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. 999 "value": "A String", # The value of the dimension. 1000 }, 1001 "subaccountId": "A String", # Subaccount ID of this placement group. This is a read-only field that can be left blank. 1002}</pre> 1003</div> 1004 1005</body></html>