Class EntitySignalsMapping
The EntitySignalsMapping
resource.
Inheritance
EntitySignalsMapping
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class EntitySignalsMapping : IMessage<EntitySignalsMapping>, IEquatable<EntitySignalsMapping>, IDeepCloneable<EntitySignalsMapping>, IBufferMessage, IMessage
Constructors
EntitySignalsMapping()
Declaration
public EntitySignalsMapping()
EntitySignalsMapping(EntitySignalsMapping)
Declaration
public EntitySignalsMapping(EntitySignalsMapping other)
Parameters
Properties
AudienceSegmentId
ID of an AudienceSegment that this mapping belongs to.
Declaration
public long AudienceSegmentId { get; set; }
Property Value
ContentBundleId
ID of a ContentBundle that this mapping belongs to.
Declaration
public long ContentBundleId { get; set; }
Property Value
CustomTargetingValueId
ID of a CustomValue that this mapping belongs to.
Declaration
public long CustomTargetingValueId { get; set; }
Property Value
EntityCase
Declaration
public EntitySignalsMapping.EntityOneofCase EntityCase { get; }
Property Value
EntitySignalsMappingId
Output only. EntitySignalsMapping
ID.
Declaration
public long EntitySignalsMappingId { get; set; }
Property Value
EntitySignalsMappingName
Declaration
public EntitySignalsMappingName EntitySignalsMappingName { get; set; }
Property Value
HasAudienceSegmentId
Gets whether the "audience_segment_id" field is set
Declaration
public bool HasAudienceSegmentId { get; }
Property Value
HasContentBundleId
Gets whether the "content_bundle_id" field is set
Declaration
public bool HasContentBundleId { get; }
Property Value
HasCustomTargetingValueId
Gets whether the "custom_targeting_value_id" field is set
Declaration
public bool HasCustomTargetingValueId { get; }
Property Value
Name
Identifier. The resource name of the EntitySignalsMapping
.
Format:
networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}
Declaration
public string Name { get; set; }
Property Value
TaxonomyCategoryIds
Required. The IDs of the categories that are associated with the
referencing entity.
Declaration
public RepeatedField<long> TaxonomyCategoryIds { get; }
Property Value