public class Dfareporting.PlacementStrategies extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Dfareporting.PlacementStrategies.Delete  | 
class  | 
Dfareporting.PlacementStrategies.Get  | 
class  | 
Dfareporting.PlacementStrategies.Insert  | 
class  | 
Dfareporting.PlacementStrategies.List  | 
class  | 
Dfareporting.PlacementStrategies.Patch  | 
class  | 
Dfareporting.PlacementStrategies.Update  | 
| Constructor and Description | 
|---|
PlacementStrategies()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dfareporting.PlacementStrategies.Delete | 
delete(Long profileId,
      Long id)
Deletes an existing placement strategy. 
 | 
Dfareporting.PlacementStrategies.Get | 
get(Long profileId,
   Long id)
Gets one placement strategy by ID. 
 | 
Dfareporting.PlacementStrategies.Insert | 
insert(Long profileId,
      PlacementStrategy content)
Inserts a new placement strategy. 
 | 
Dfareporting.PlacementStrategies.List | 
list(Long profileId)
Retrieves a list of placement strategies, possibly filtered. 
 | 
Dfareporting.PlacementStrategies.Patch | 
patch(Long profileId,
     Long id,
     PlacementStrategy content)
Updates an existing placement strategy. 
 | 
Dfareporting.PlacementStrategies.Update | 
update(Long profileId,
      PlacementStrategy content)
Updates an existing placement strategy. 
 | 
public Dfareporting.PlacementStrategies.Delete delete(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Placement strategy ID.IOExceptionpublic Dfareporting.PlacementStrategies.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Placement strategy ID.IOExceptionpublic Dfareporting.PlacementStrategies.Insert insert(Long profileId, PlacementStrategy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the PlacementStrategyIOExceptionpublic Dfareporting.PlacementStrategies.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.PlacementStrategies.Patch patch(Long profileId, Long id, PlacementStrategy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. PlacementStrategy ID.content - the PlacementStrategyIOExceptionpublic Dfareporting.PlacementStrategies.Update update(Long profileId, PlacementStrategy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the PlacementStrategyIOExceptionCopyright © 2011–2025 Google. All rights reserved.