Class CustomersResource.SmartCampaignSettingsResource
The "smartCampaignSettings" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.SmartCampaignSettingsResource
Constructors
SmartCampaignSettingsResource(IClientService)
Constructs a new resource.
Declaration
public SmartCampaignSettingsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
GetSmartCampaignStatus(string)
Returns the status of the requested Smart campaign.
Declaration
public virtual CustomersResource.SmartCampaignSettingsResource.GetSmartCampaignStatusRequest GetSmartCampaignStatus(string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | resourceName | Required. The resource name of the Smart campaign setting belonging to the Smart campaign to fetch the status of. |
Returns
| Type | Description |
|---|---|
| CustomersResource.SmartCampaignSettingsResource.GetSmartCampaignStatusRequest |
Mutate(GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingsRequest, string)
Updates Smart campaign settings for campaigns.
Declaration
public virtual CustomersResource.SmartCampaignSettingsResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingsRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingsRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer whose Smart campaign settings are being modified. |
Returns
| Type | Description |
|---|---|
| CustomersResource.SmartCampaignSettingsResource.MutateRequest |