Show / Hide Table of Contents

Class ContentTargeting

Content Targeting

Targeted/excluded content entities and bundles.

Inheritance
object
ContentTargeting
Implements
IMessage<ContentTargeting>
IEquatable<ContentTargeting>
IDeepCloneable<ContentTargeting>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ContentTargeting : IMessage<ContentTargeting>, IEquatable<ContentTargeting>, IDeepCloneable<ContentTargeting>, IBufferMessage, IMessage

Constructors

ContentTargeting()

Declaration
public ContentTargeting()

ContentTargeting(ContentTargeting)

Declaration
public ContentTargeting(ContentTargeting other)
Parameters
Type Name Description
ContentTargeting other

Properties

ExcludedContent

Optional. The resource names of the [Content][google.ads.admanager.v1.Content] that should be excluded.

Declaration
public RepeatedField<string> ExcludedContent { get; }
Property Value
Type Description
RepeatedField<string>

ExcludedContentAsContentNames

ContentName-typed view over the ExcludedContent resource name property.

Declaration
public ResourceNameList<ContentName> ExcludedContentAsContentNames { get; }
Property Value
Type Description
ResourceNameList<ContentName>

ExcludedContentBundles

Optional. The resource names of the [ContentBundles][google.ads.admanager.v1.ContentBundle] that should be excluded.

Declaration
public RepeatedField<string> ExcludedContentBundles { get; }
Property Value
Type Description
RepeatedField<string>

ExcludedContentBundlesAsContentBundleNames

ContentBundleName-typed view over the ExcludedContentBundles resource name property.

Declaration
public ResourceNameList<ContentBundleName> ExcludedContentBundlesAsContentBundleNames { get; }
Property Value
Type Description
ResourceNameList<ContentBundleName>

TargetedContent

Optional. The resource names of the [Content][google.ads.admanager.v1.Content] that should be targeted/included.

Declaration
public RepeatedField<string> TargetedContent { get; }
Property Value
Type Description
RepeatedField<string>

TargetedContentAsContentNames

ContentName-typed view over the TargetedContent resource name property.

Declaration
public ResourceNameList<ContentName> TargetedContentAsContentNames { get; }
Property Value
Type Description
ResourceNameList<ContentName>

TargetedContentBundles

Optional. The resource names of the [ContentBundles][google.ads.admanager.v1.ContentBundle] that should be targeted/included.

Declaration
public RepeatedField<string> TargetedContentBundles { get; }
Property Value
Type Description
RepeatedField<string>

TargetedContentBundlesAsContentBundleNames

ContentBundleName-typed view over the TargetedContentBundles resource name property.

Declaration
public ResourceNameList<ContentBundleName> TargetedContentBundlesAsContentBundleNames { get; }
Property Value
Type Description
ResourceNameList<ContentBundleName>
In this article
Back to top Generated by DocFX