BulkEditSitesResponse

  • Display & Video 360 API v3 has sunset and users should transition to v4.

  • This page describes the BulkEditSitesResponse message for the SiteService, providing its JSON representation.

  • The JSON representation includes a list of sites objects, which represent successfully created sites.

Response message for SiteService.BulkEditSites.

JSON representation
{
  "sites": [
    {
      object (Site)
    }
  ]
}
Fields
sites[]

object (Site)

The list of sites that have been successfully created.

This list will be absent if empty.