com.google.api.ads.dfp.axis.v201203
Interface AudienceSegmentServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
AudienceSegmentServiceSoapBindingStub

public interface AudienceSegmentServiceInterface
extends Remote


Method Summary
 AudienceSegmentPage getAudienceSegmentsByStatement(Statement filterStatement)
          Gets a AudienceSegmentPage of AudienceSegment objects that satisfy the given Statement.query.
 

Method Detail

getAudienceSegmentsByStatement

AudienceSegmentPage getAudienceSegmentsByStatement(Statement filterStatement)
                                                   throws RemoteException,
                                                          ApiException
Gets a AudienceSegmentPage of AudienceSegment objects that satisfy the given Statement.query. The following fields are supported for filtering:
PQL Property Object Property
id AudienceSegment.id
name AudienceSegment.name

Parameters:
filterStatement - a Publisher Query Language statement used to filter a set of audience segments
Returns:
the audience segments that match the given filter
Throws:
RemoteException
ApiException


Copyright © 2012. All Rights Reserved.