Ads API .NET library
|
Provides methods for retrieving CreativeTemplate objects. More...
Public Member Functions | |
CreativeTemplateService () | |
Creates a new instance of the CreativeTemplateService class. More... | |
CreativeTemplateService (string endpointConfigurationName) | |
Creates a new instance of the CreativeTemplateService class. More... | |
CreativeTemplateService (string endpointConfigurationName, string remoteAddress) | |
Creates a new instance of the CreativeTemplateService class. More... | |
CreativeTemplateService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the CreativeTemplateService class. More... | |
CreativeTemplateService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the CreativeTemplateService class. More... | |
virtual Google.Api.Ads.AdManager.v202311.CreativeTemplatePage | getCreativeTemplatesByStatement (Google.Api.Ads.AdManager.v202311.Statement filterStatement) |
Gets a CreativeTemplatePage of CreativeTemplate objects that satisfy the given Statement::query. The following fields are supported for filtering: More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202311.CreativeTemplatePage > | getCreativeTemplatesByStatementAsync (Google.Api.Ads.AdManager.v202311.Statement filterStatement) |
Provides methods for retrieving CreativeTemplate objects.
|
inline |
Creates a new instance of the CreativeTemplateService class.
|
inline |
Creates a new instance of the CreativeTemplateService class.
|
inline |
Creates a new instance of the CreativeTemplateService class.
|
inline |
Creates a new instance of the CreativeTemplateService class.
|
inline |
Creates a new instance of the CreativeTemplateService class.
|
inlinevirtual |
Gets a CreativeTemplatePage of CreativeTemplate objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id | CreativeTemplate::id |
name | CreativeTemplate::name |
type | CreativeTemplate::type |
status | CreativeTemplate::status |
Implements Google.Api.Ads.AdManager.v202311.CreativeTemplateServiceInterface.
|
inlinevirtual |