Ads API .NET library
|
Service for interacting with Targeting Presets. More...
Public Member Functions | |
TargetingPresetService () | |
Creates a new instance of the TargetingPresetService class. More... | |
TargetingPresetService (string endpointConfigurationName) | |
Creates a new instance of the TargetingPresetService class. More... | |
TargetingPresetService (string endpointConfigurationName, string remoteAddress) | |
Creates a new instance of the TargetingPresetService class. More... | |
TargetingPresetService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the TargetingPresetService class. More... | |
TargetingPresetService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the TargetingPresetService class. More... | |
virtual Google.Api.Ads.AdManager.v202402.TargetingPresetPage | getTargetingPresetsByStatement (Google.Api.Ads.AdManager.v202402.Statement filterStatement) |
Gets a TargetingPresetPage of TargetingPreset objects that satisfy the given Statement::query. The following fields are supported for filtering: More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202402.TargetingPresetPage > | getTargetingPresetsByStatementAsync (Google.Api.Ads.AdManager.v202402.Statement filterStatement) |
Service for interacting with Targeting Presets.
|
inline |
Creates a new instance of the TargetingPresetService class.
|
inline |
Creates a new instance of the TargetingPresetService class.
|
inline |
Creates a new instance of the TargetingPresetService class.
|
inline |
Creates a new instance of the TargetingPresetService class.
|
inline |
Creates a new instance of the TargetingPresetService class.
|
inlinevirtual |
Gets a TargetingPresetPage of TargetingPreset objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id | TargetingPreset::id |
name | TargetingPreset::name |
Implements Google.Api.Ads.AdManager.v202402.TargetingPresetServiceInterface.
|
inlinevirtual |