Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfo

Information needed to get suggestion for Smart Campaign. More information provided will help the system to derive better suggestions.

Inheritance
object
GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfo : IDirectResponseSchema

Properties

AdSchedules

Optional. The business ad schedule.

Declaration
[JsonProperty("adSchedules")]
public virtual IList<GoogleAdsSearchads360V23CommonAdScheduleInfo> AdSchedules { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdScheduleInfo>

BusinessContext

Optional. Context describing the business to advertise.

Declaration
[JsonProperty("businessContext")]
public virtual GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoBusinessContext BusinessContext { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoBusinessContext

BusinessProfileLocation

Optional. The resource name of a Business Profile location. Business Profile location resource names can be fetched through the Business Profile API and adhere to the following format: locations/{locationId}. See the [Business Profile API] (https://developers.google.com/my-business/reference/businessinformation/rest/v1/accounts.locations) for additional details.

Declaration
[JsonProperty("businessProfileLocation")]
public virtual string BusinessProfileLocation { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FinalUrl

Optional. Landing page URL of the campaign.

Declaration
[JsonProperty("finalUrl")]
public virtual string FinalUrl { get; set; }
Property Value
Type Description
string

KeywordThemes

Optional. Smart campaign keyword themes. This field may greatly improve suggestion accuracy and we recommend always setting it if possible.

Declaration
[JsonProperty("keywordThemes")]
public virtual IList<GoogleAdsSearchads360V23CommonKeywordThemeInfo> KeywordThemes { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonKeywordThemeInfo>

LanguageCode

Optional. The two letter advertising language for the Smart campaign to be constructed, default to 'en' if not set.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

LocationList

Optional. The targeting geo location by locations.

Declaration
[JsonProperty("locationList")]
public virtual GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoLocationList LocationList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoLocationList

Proximity

Optional. The targeting geo location by proximity.

Declaration
[JsonProperty("proximity")]
public virtual GoogleAdsSearchads360V23CommonProximityInfo Proximity { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProximityInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX