AudienceInsightsAttributeMetadata

Un attribut d'audience, avec des métadonnées le concernant, affiché en réponse à une recherche.

Représentation JSON
{
  "dimension": enum (AudienceInsightsDimension),
  "attribute": {
    object (AudienceInsightsAttribute)
  },
  "displayName": string,
  "score": number,
  "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 de l'attribut dans un format lisible.

score

number

Niveau de pertinence de cet attribut, compris entre 0 et 1.

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 de 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)

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

channelCountUpperBound

string (int64 format)

Extrémité supérieure d'une plage contenant le nombre de chaînes du lineup.

SampleChannel

Une chaîne YouTube est affichée dans un lineup en guise d'exemple.

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

object (YouTubeChannelInfo)

Une chaîne YouTube

displayName

string

Nom du canal d'exemple.

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 du sous-pays.