public class Dfareporting.DynamicTargetingKeys extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Dfareporting.DynamicTargetingKeys.Delete  | 
class  | 
Dfareporting.DynamicTargetingKeys.Insert  | 
class  | 
Dfareporting.DynamicTargetingKeys.List  | 
| Constructor and Description | 
|---|
DynamicTargetingKeys()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dfareporting.DynamicTargetingKeys.Delete | 
delete(Long profileId,
      Long objectId,
      String name,
      String objectType)
Deletes an existing dynamic targeting key. 
 | 
Dfareporting.DynamicTargetingKeys.Insert | 
insert(Long profileId,
      DynamicTargetingKey content)
Inserts a new dynamic targeting key. 
 | 
Dfareporting.DynamicTargetingKeys.List | 
list(Long profileId)
Retrieves a list of dynamic targeting keys. 
 | 
public Dfareporting.DynamicTargetingKeys.Delete delete(Long profileId, Long objectId, String name, String objectType) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.objectId - ID of the object of this dynamic targeting key. This is a required field.name - Required. Name of this dynamic targeting key. This is a required field. Must be less than 256
        characters long and cannot contain commas. All characters are converted to lowercase.objectType - Required. Type of the object of this dynamic targeting key. This is a required field.IOExceptionpublic Dfareporting.DynamicTargetingKeys.Insert insert(Long profileId, DynamicTargetingKey content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the DynamicTargetingKeyIOExceptionpublic Dfareporting.DynamicTargetingKeys.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionCopyright © 2011–2025 Google. All rights reserved.