Class GoogleAdsSearchads360V23CommonTopicInfo
A topic criterion. Use topics to target or exclude placements in the Google Display Network based on the category into which the placement falls (for example, "Pets & Animals/Pets/Dogs").
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonTopicInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Path
The category to target or exclude. Each subsequent element in the array describes a more specific sub-category. For example, "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs" category.
Declaration
[JsonProperty("path")]
public virtual IList<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
TopicConstant
The Topic Constant resource name.
Declaration
[JsonProperty("topicConstant")]
public virtual string TopicConstant { get; set; }
Property Value
| Type | Description |
|---|---|
| string |