AudienceInsightsAttributeMetadata

Attribut d'audience, contenant des métadonnées associées, affiché en réponse à une recherche.

Représentation JSON
{
  "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.
}
Champs
dimension

enum (AudienceInsightsDimension)

Type d'attribut.

attribute

object (AudienceInsightsAttribute)

L'attribut lui-même

displayName

string

Nom lisible de l'attribut.

displayInfo

string

Chaîne qui complète le nom à afficher pour identifier l'attribut. Si la dimension est TOPIC, il s'agit d'une brève description de l'entité Knowledge Graph, par exemple "auteur-compositeur-interprète américain". Si la dimension est "CATÉGORIE", il s'agit du chemin complet vers la catégorie dans la classification des produits et services, par exemple "/Vêtements/Vêtements/Vêtements d'extérieur".

Champ d'union dimension_metadata. Métadonnées spécifiques à la dimension de cet attribut. dimension_metadata ne peut être qu'un des éléments suivants :
youtubeChannelMetadata

object (YouTubeChannelAttributeMetadata)

Métadonnées spéciales pour une chaîne YouTube

dynamicAttributeMetadata

object (DynamicLineupAttributeMetadata)

Métadonnées spéciales pour un lineup dynamique YouTube.

locationAttributeMetadata

object (LocationAttributeMetadata)

Métadonnées spéciales pour un établissement.

YouTubeChannelAttributeMetadata

Métadonnées associées à un attribut de chaîne YouTube.

Représentation JSON
{
  "subscriberCount": string
}
Champs
subscriberCount

string (int64 format)

Nombre approximatif d'abonnés à la chaîne YouTube

DynamicLineupAttributeMetadata

Métadonnées associées à un attribut "Lineup dynamique".

Représentation JSON
{
  "inventoryCountry": {
    object (LocationInfo)
  },
  "sampleChannels": [
    {
      object (SampleChannel)
    }
  ],
  "medianMonthlyInventory": string,
  "channelCountLowerBound": string,
  "channelCountUpperBound": string
}
Champs
inventoryCountry

object (LocationInfo)

Marché national associé au lineup.

sampleChannels[]

object (SampleChannel)

Exemples de chaînes incluses dans le lineup.

medianMonthlyInventory

string (int64 format)

Nombre médian d'impressions par mois pour ce lineup.

channelCountLowerBound

string (int64 format)

Valeur inférieure d'une plage indiquant le nombre de chaînes incluses dans le lineup.

channelCountUpperBound

string (int64 format)

Valeur supérieure d'une plage contenant le nombre de chaînes incluses dans le lineup.

SampleChannel

Chaîne YouTube affichée en tant qu'exemple de contenu d'un lineup

Représentation JSON
{
  "youtubeChannel": {
    object (YouTubeChannelInfo)
  },
  "displayName": string,
  "youtubeChannelMetadata": {
    object (YouTubeChannelAttributeMetadata)
  }
}
Champs
youtubeChannel

object (YouTubeChannelInfo)

Une chaîne YouTube.

displayName

string

Nom de l'exemple de canal.

youtubeChannelMetadata

object (YouTubeChannelAttributeMetadata)

Métadonnées de l'exemple de chaîne.

LocationAttributeMetadata

Métadonnées associées à un attribut de lieu.

Représentation JSON
{
  "countryLocation": {
    object (LocationInfo)
  }
}
Champs
countryLocation

object (LocationInfo)

Pays associé au sous-pays.