All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.axis.v201602.LineItemCreativeAssociationServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * LineItemCreativeAssociationServiceInterface.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 LineItemCreativeAssociationServiceInterface extends java.rmi.Remote {

    /**
     * Creates new {@link LineItemCreativeAssociation} objects
     *         
     *         
     * @param lineItemCreativeAssociations the line item creative associations
     * to
     *         create
     *         
     * @return the created line item creative associations with their IDs
     * filled
     *         in
     */
    public com.google.api.ads.dfp.axis.v201602.LineItemCreativeAssociation[] createLineItemCreativeAssociations(com.google.api.ads.dfp.axis.v201602.LineItemCreativeAssociation[] lineItemCreativeAssociations) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;

    /**
     * Gets a {@link LineItemCreativeAssociationPage} of
     *         {@link LineItemCreativeAssociation} objects that satisfy the
     * given
     *         {@link Statement#query}. The following fields are supported
     * for filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     * 
     *         
PQL Property Object Property
{@code creativeId}{@link LineItemCreativeAssociation#creativeId}
{@code manualCreativeRotationWeight}{@link LineItemCreativeAssociation#manualCreativeRotationWeight}
{@code destinationUrl}{@link LineItemCreativeAssociation#destinationUrl}
{@code lineItemId}{@link LineItemCreativeAssociation#lineItemId}
{@code status}{@link LineItemCreativeAssociation#status}
{@code lastModifiedDateTime}{@link LineItemCreativeAssociation#lastModifiedDateTime}
* * * @param filterStatement a Publisher Query Language statement used to * filter * a set of line item creative associations * * @return the line item creative associations that match the given filter */ public com.google.api.ads.dfp.axis.v201602.LineItemCreativeAssociationPage getLineItemCreativeAssociationsByStatement(com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; /** * Returns an insite preview URL that references the specified * site URL with * the specified creative from the association served to it. * For Creative Set * previewing you may specify the master creative Id. * * * @param lineItemId the ID of the line item, which must already exist * * @param creativeId the ID of the creative, which must already exist * * @param siteUrl the URL of the site that the creative should be previewed * in * * @return a URL that references the specified site URL with the specified * creative served to it */ public java.lang.String getPreviewUrl(java.lang.Long lineItemId, java.lang.Long creativeId, java.lang.String siteUrl) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; /** * Performs actions on {@link LineItemCreativeAssociation} objects * that match * the given {@link Statement#query}. * * * @param lineItemCreativeAssociationAction the action to perform * * @param filterStatement a Publisher Query Language statement used to * filter * a set of line item creative associations * * @return the result of the action performed */ public com.google.api.ads.dfp.axis.v201602.UpdateResult performLineItemCreativeAssociationAction(com.google.api.ads.dfp.axis.v201602.LineItemCreativeAssociationAction lineItemCreativeAssociationAction, 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 LineItemCreativeAssociation} objects * * * @param lineItemCreativeAssociations the line item creative associations * to * update * * @return the updated line item creative associations */ public com.google.api.ads.dfp.axis.v201602.LineItemCreativeAssociation[] updateLineItemCreativeAssociations(com.google.api.ads.dfp.axis.v201602.LineItemCreativeAssociation[] lineItemCreativeAssociations) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy