Class GoogleAdsSearchads360V23ResourcesSmartCampaignSetting
Settings for configuring Smart campaigns.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesSmartCampaignSetting : IDirectResponseSchema
Properties
AdOptimizedBusinessProfileSetting
Settings for configuring a business profile optimized for ads as this campaign's landing page. This campaign must be linked to a business profile to use this option. For more information on this feature, consult https://support.google.com/google-ads/answer/9827068.
Declaration
[JsonProperty("adOptimizedBusinessProfileSetting")]
public virtual GoogleAdsSearchads360V23ResourcesSmartCampaignSettingAdOptimizedBusinessProfileSetting AdOptimizedBusinessProfileSetting { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesSmartCampaignSettingAdOptimizedBusinessProfileSetting |
AdvertisingLanguageCode
The language code to advertise in from the set of [supported language codes] (https://developers.google.com/google-ads/api/reference/data/codes-formats#languages).
Declaration
[JsonProperty("advertisingLanguageCode")]
public virtual string AdvertisingLanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BusinessName
The name of the business.
Declaration
[JsonProperty("businessName")]
public virtual string BusinessName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BusinessProfileLocation
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 |
Campaign
Output only. The campaign to which these settings apply.
Declaration
[JsonProperty("campaign")]
public virtual string Campaign { 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
The user-provided landing page URL for this Campaign.
Declaration
[JsonProperty("finalUrl")]
public virtual string FinalUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhoneNumber
Phone number and country code.
Declaration
[JsonProperty("phoneNumber")]
public virtual GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber |
ResourceName
Immutable. The resource name of the Smart campaign setting. Smart campaign setting resource names have the
form: customers/{customer_id}/smartCampaignSettings/{campaign_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |