
com.google.api.ads.dfp.axis.v201602.PlacementServiceInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-axis Show documentation
Show all versions of dfp-axis Show documentation
Ad Manager specific Axis components.
/**
* PlacementServiceInterface.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201602;
public interface PlacementServiceInterface extends java.rmi.Remote {
/**
* Creates new {@link Placement} objects.
*
*
* @param placements the placements to create
*
* @return the new placements, with their IDs filled in
*/
public com.google.api.ads.dfp.axis.v201602.Placement[] createPlacements(com.google.api.ads.dfp.axis.v201602.Placement[] placements) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Gets a {@link PlacementPage} of {@link Placement} objects that
* satisfy the
* given {@link Statement#query}. The following fields are supported
* for
* filtering:
*
*
*
* PQL Property Object Property
*
*
* {@code description}
* {@link Placement#description}
*
*
* {@code id}
* {@link Placement#id}
*
*
* {@code isAdSenseTargetingEnabled}
* {@link Placement#isAdSenseTargetingEnabled}
*
*
* {@code name}
* {@link Placement#name}
*
*
* {@code placementCode}
* {@link Placement#placementCode}
*
*
* {@code status}
* {@link Placement#status}
*
*
* {@code lastModifiedDateTime}
* {@link Placement#lastModifiedDateTime}
*
*
*
*
* @param filterStatement a Publisher Query Language statement used to
* filter
* a set of placements
*
* @return the placements that match the given filter
*/
public com.google.api.ads.dfp.axis.v201602.PlacementPage getPlacementsByStatement(com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Performs actions on {@link Placement} objects that match the
* given
* {@link Statement#query}.
*
*
* @param placementAction the action to perform
*
* @param filterStatement a Publisher Query Language statement used to
* filter
* a set of placements
*
* @return the result of the action performed
*/
public com.google.api.ads.dfp.axis.v201602.UpdateResult performPlacementAction(com.google.api.ads.dfp.axis.v201602.PlacementAction placementAction, com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Updates the specified {@link Placement} objects.
*
*
* @param placements the placements to update
*
* @return the updated placements
*/
public com.google.api.ads.dfp.axis.v201602.Placement[] updatePlacements(com.google.api.ads.dfp.axis.v201602.Placement[] placements) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy