AudienceInsightsAttributeMetadata

Ein Zielgruppenattribut mit Metadaten, das bei einer Suche zurückgegeben wird.

JSON-Darstellung
{
  "dimension": enum (AudienceInsightsDimension),
  "attribute": {
    object (AudienceInsightsAttribute)
  },
  "displayName": string,
  "displayInfo": string,

  // Union field dimension_metadata can be only one of the following:
  "youtubeChannelMetadata": {
    object (YouTubeChannelAttributeMetadata)
  },
  "dynamicAttributeMetadata": {
    object (DynamicLineupAttributeMetadata)
  },
  "locationAttributeMetadata": {
    object (LocationAttributeMetadata)
  }
  // End of list of possible types for union field dimension_metadata.
}
Felder
dimension

enum (AudienceInsightsDimension)

Der Typ des Attributs.

attribute

object (AudienceInsightsAttribute)

Das Attribut selbst.

displayName

string

Der visuell lesbare Name des Attributs.

displayInfo

string

Ein String, der den displayName ergänzt, um das Attribut zu identifizieren. Wenn die Dimension „THEMA“ lautet, ist dies eine kurze Beschreibung des Knowledge Graph-Objekts, z. B. „Amerikanischer Singer-Songwriter“. Wenn die Dimension CATEGORY ist, ist dies der vollständige Pfad zur Kategorie in der Taxonomie für Produkte und Dienstleistungen, z. B. /Bekleidung/Bekleidung/Oberbekleidung.

Union-Feld dimension_metadata. Metadaten, die für die Dimension dieses Attributs spezifisch sind. Für dimension_metadata ist nur einer der folgenden Werte zulässig:
youtubeChannelMetadata

object (YouTubeChannelAttributeMetadata)

Spezielle Metadaten für einen YouTube-Kanal.

dynamicAttributeMetadata

object (DynamicLineupAttributeMetadata)

Spezielle Metadaten für ein dynamisches YouTube-Paket.

locationAttributeMetadata

object (LocationAttributeMetadata)

Spezielle Metadaten für einen Standort.

YouTubeChannelAttributeMetadata

Mit einem YouTube-Kanalattribut verknüpfte Metadaten.

JSON-Darstellung
{
  "subscriberCount": string
}
Felder
subscriberCount

string (int64 format)

Die ungefähre Anzahl an Abonnenten des YouTube-Kanals.

DynamicLineupAttributeMetadata

Metadaten, die mit einem Attribut des dynamischen Pakets verknüpft sind.

JSON-Darstellung
{
  "inventoryCountry": {
    object (LocationInfo)
  },
  "sampleChannels": [
    {
      object (SampleChannel)
    }
  ],
  "medianMonthlyInventory": string,
  "channelCountLowerBound": string,
  "channelCountUpperBound": string
}
Felder
inventoryCountry

object (LocationInfo)

Der zum Paket gehörige nationale Markt.

sampleChannels[]

object (SampleChannel)

Beispiele für Kanäle, die im Paket enthalten sind

medianMonthlyInventory

string (int64 format)

Der Medianwert der Impressionen pro Monat für dieses Paket.

channelCountLowerBound

string (int64 format)

Das untere Ende eines Bereichs, der die Anzahl der Kanäle im Paket enthält.

channelCountUpperBound

string (int64 format)

Das obere Ende eines Bereichs mit der Anzahl der Kanäle im Paket.

SampleChannel

Ein YouTube-Kanal wurde als Beispiel für die Inhalte eines Pakets zurückgegeben.

JSON-Darstellung
{
  "youtubeChannel": {
    object (YouTubeChannelInfo)
  },
  "displayName": string,
  "youtubeChannelMetadata": {
    object (YouTubeChannelAttributeMetadata)
  }
}
Felder
youtubeChannel

object (YouTubeChannelInfo)

Ein YouTube-Kanal.

displayName

string

Der Name des Beispielkanals.

youtubeChannelMetadata

object (YouTubeChannelAttributeMetadata)

Metadaten für den Beispielkanal.

LocationAttributeMetadata

Mit einem Standortattribut verknüpfte Metadaten.

JSON-Darstellung
{
  "countryLocation": {
    object (LocationInfo)
  }
}
Felder
countryLocation

object (LocationInfo)

Das Land, in dem sich das Unterland befindet.