Ads API .NET library
|
Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects. More...
Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects.
|
inline |
Creates a new instance of the CustomTargetingService class.
|
inline |
Creates a new instance of the CustomTargetingService class.
|
inline |
Creates a new instance of the CustomTargetingService class.
|
inline |
Creates a new instance of the CustomTargetingService class.
|
inline |
Creates a new instance of the CustomTargetingService class.
|
inlinevirtual |
Creates new CustomTargetingKey objects.
The following fields are required:
Implements Google.Api.Ads.AdManager.v202402.ICustomTargetingService.
|
inlinevirtual |
|
inlinevirtual |
Creates new CustomTargetingValue objects.
The following fields are required:
Implements Google.Api.Ads.AdManager.v202402.ICustomTargetingService.
|
inlinevirtual |
|
inlinevirtual |
Gets a CustomTargetingKeyPage of CustomTargetingKey objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id | CustomTargetingKey::id |
name | CustomTargetingKey::name |
displayName | CustomTargetingKey::displayName |
type | CustomTargetingKey::type |
Implements Google.Api.Ads.AdManager.v202402.CustomTargetingServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Gets a CustomTargetingValuePage of CustomTargetingValue objects that satisfy the given Statement::query.
The WHERE
clause in the Statement::query must always contain CustomTargetingValue::customTargetingKeyId as one of its columns in a way that it is AND'ed with the rest of the query. So, if you want to retrieve values for a known set of key ids, valid Statement::query would look like:
The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id | CustomTargetingValue::id |
customTargetingKeyId | CustomTargetingValue::customTargetingKeyId |
name | CustomTargetingValue::name |
displayName | CustomTargetingValue::displayName |
matchType | CustomTargetingValue::matchType |
Implements Google.Api.Ads.AdManager.v202402.CustomTargetingServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Performs actions on CustomTargetingKey objects that match the given Statement::query.
Implements Google.Api.Ads.AdManager.v202402.CustomTargetingServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Performs actions on CustomTargetingValue objects that match the given Statement::query.
Implements Google.Api.Ads.AdManager.v202402.CustomTargetingServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified CustomTargetingKey objects.
Implements Google.Api.Ads.AdManager.v202402.ICustomTargetingService.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified CustomTargetingValue objects.
Implements Google.Api.Ads.AdManager.v202402.ICustomTargetingService.
|
inlinevirtual |