
com.google.api.ads.dfp.axis.v201508.AudienceSegmentServiceInterface 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.
/**
* 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.v201508;
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.v201508.FirstPartyAudienceSegment[] createAudienceSegments(com.google.api.ads.dfp.axis.v201508.FirstPartyAudienceSegment[] segments) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;
/**
* Gets an {@link AudienceSegmentPage} of {@link AudienceSegment}
* objects that satisfy the given
* {@link Statement#query}. The following fields are supported
* for filtering:
*
*
*
* PQL Property
* Object 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.v201508.AudienceSegmentPage getAudienceSegmentsByStatement(com.google.api.ads.dfp.axis.v201508.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.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.v201508.UpdateResult performAudienceSegmentAction(com.google.api.ads.dfp.axis.v201508.AudienceSegmentAction action, com.google.api.ads.dfp.axis.v201508.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.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.v201508.FirstPartyAudienceSegment[] updateAudienceSegments(com.google.api.ads.dfp.axis.v201508.FirstPartyAudienceSegment[] segments) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy