public class Dfareporting.DynamicTargetingKeys
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.DynamicTargetingKeys.Delete |
class |
Dfareporting.DynamicTargetingKeys.Insert |
class |
Dfareporting.DynamicTargetingKeys.List |
| Constructor and Description |
|---|
Dfareporting.DynamicTargetingKeys() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.DynamicTargetingKeys.Delete |
delete(java.lang.Long profileId,
java.lang.Long objectId,
java.lang.String name,
java.lang.String objectType)
Deletes an existing dynamic targeting key.
|
Dfareporting.DynamicTargetingKeys.Insert |
insert(java.lang.Long profileId,
DynamicTargetingKey content)
Inserts a new dynamic targeting key.
|
Dfareporting.DynamicTargetingKeys.List |
list(java.lang.Long profileId)
Retrieves a list of dynamic targeting keys.
|
public Dfareporting.DynamicTargetingKeys.Delete delete(java.lang.Long profileId, java.lang.Long objectId, java.lang.String name, java.lang.String objectType) throws java.io.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 - 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 - Type of the object of this dynamic targeting key. This is a required field.java.io.IOExceptionpublic Dfareporting.DynamicTargetingKeys.Insert insert(java.lang.Long profileId, DynamicTargetingKey content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the DynamicTargetingKeyjava.io.IOExceptionpublic Dfareporting.DynamicTargetingKeys.List list(java.lang.Long profileId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.java.io.IOException