Ads API .NET library
|
Provides methods for the creation and management of CustomField objects. More...
Provides methods for the creation and management of CustomField objects.
|
inline |
Creates a new instance of the CustomFieldService class.
|
inline |
Creates a new instance of the CustomFieldService class.
|
inline |
Creates a new instance of the CustomFieldService class.
|
inline |
Creates a new instance of the CustomFieldService class.
|
inline |
Creates a new instance of the CustomFieldService class.
|
inlinevirtual |
Creates new CustomFieldOption objects. The following fields are required:
customFieldOptions | the custom fields to create |
Implements Google.Api.Ads.AdManager.v202108.ICustomFieldService.
|
inlinevirtual |
|
inlinevirtual |
Creates new CustomField objects. The following fields are required:
customFields | the custom fields to create |
Implements Google.Api.Ads.AdManager.v202108.ICustomFieldService.
|
inlinevirtual |
|
inlinevirtual |
Returns the CustomFieldOption uniquely identified by the given ID.
customFieldOptionId | the ID of the custom field option, which must already exist |
CustomFieldOption
uniquely identified by the given IDImplements Google.Api.Ads.AdManager.v202108.CustomFieldServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Gets a CustomFieldPage of CustomField objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id | CustomField::id |
entityType | CustomField::entityType |
name | CustomField::name |
isActive | CustomField::isActive |
visibility | CustomField::visibility |
filterStatement | a Publisher Query Language statement used to filter a set of custom fields. |
Implements Google.Api.Ads.AdManager.v202108.CustomFieldServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Performs actions on CustomField objects that match the given Statement::query.
customFieldAction | the action to perform |
filterStatement | a Publisher Query Language statement used to filter a set of custom fields |
Implements Google.Api.Ads.AdManager.v202108.CustomFieldServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified CustomFieldOption objects.
customFieldOptions | the custom field options to update |
Implements Google.Api.Ads.AdManager.v202108.ICustomFieldService.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified CustomField objects.
customFields | the custom fields to update |
Implements Google.Api.Ads.AdManager.v202108.ICustomFieldService.
|
inlinevirtual |