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

com.google.api.ads.dfp.axis.v201605.AudienceSegmentServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * AudienceSegmentServiceInterface.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.v201605;

public interface AudienceSegmentServiceInterface extends java.rmi.Remote {

    /**
     * Creates new {@link RuleBasedFirstPartyAudienceSegment} objects.
     * 
     *         
     * @param segments first-party audience segments to create
     *         
     * @return created first-party audience segments
     */
    public com.google.api.ads.dfp.axis.v201605.FirstPartyAudienceSegment[] createAudienceSegments(com.google.api.ads.dfp.axis.v201605.FirstPartyAudienceSegment[] segments) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;

    /**
     * Gets an {@link AudienceSegmentPage} of {@link AudienceSegment}
     * objects that satisfy the given
     *         {@link Statement#query}. The following fields are supported
     * for filtering:
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL PropertyObject Property
{@code id}{@link AudienceSegment#id}
{@code name}{@link AudienceSegment#name}
{@code status}{@link AudienceSegment#status}
{@code type}{@link AudienceSegment#type}
{@code size}{@link AudienceSegment#size}
{@code dataProviderName}{@link AudienceSegmentDataProvider#name}
{@code approvalStatus}{@link ThirdPartyAudienceSegment#approvalStatus}
{@code cost}{@link ThirdPartyAudienceSegment#cost}
{@code startDateTime}{@link ThirdPartyAudienceSegment#startDateTime}
{@code endDateTime}{@link ThirdPartyAudienceSegment#endDateTime}
* * * @param filterStatement a Publisher Query Language statement used to * filter a set of audience * segments * * @return the audience segments that match the given filter */ public com.google.api.ads.dfp.axis.v201605.AudienceSegmentPage getAudienceSegmentsByStatement(com.google.api.ads.dfp.axis.v201605.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; /** * Performs the given {@link AudienceSegmentAction} on the set * of segments identified by the given * statement. * * * @param action {@link AudienceSegmentAction} to perform * * @param filterStatement a Publisher Query Language statement used to * filter a set of audience * segments * * @return {@link UpdateResult} indicating the result */ public com.google.api.ads.dfp.axis.v201605.UpdateResult performAudienceSegmentAction(com.google.api.ads.dfp.axis.v201605.AudienceSegmentAction action, com.google.api.ads.dfp.axis.v201605.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; /** * Updates the given {@link RuleBasedFirstPartyAudienceSegment} * objects. * * * @param segments first-party audience segments to update * * @return updated first-party audience segments */ public com.google.api.ads.dfp.axis.v201605.FirstPartyAudienceSegment[] updateAudienceSegments(com.google.api.ads.dfp.axis.v201605.FirstPartyAudienceSegment[] segments) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy