PlacementsResource class

Constructors

PlacementsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generatetags(String profileId, {String? campaignId, List<String>? placementIds, List<String>? tagFormats, String? $fields}) Future<PlacementsGenerateTagsResponse>
Generates tags for a placement.
get(String profileId, String id, {String? $fields}) Future<Placement>
Gets one placement by ID.
insert(Placement request, String profileId, {String? $fields}) Future<Placement>
Inserts a new placement.
list(String profileId, {List<String>? activeStatus, List<String>? advertiserIds, List<String>? campaignIds, List<String>? compatibilities, List<String>? contentCategoryIds, List<String>? directorySiteIds, List<String>? groupIds, List<String>? ids, String? maxEndDate, int? maxResults, String? maxStartDate, String? minEndDate, String? minStartDate, String? pageToken, String? paymentSource, List<String>? placementStrategyIds, List<String>? pricingTypes, String? searchString, List<String>? siteIds, List<String>? sizeIds, String? sortField, String? sortOrder, String? $fields}) Future<PlacementsListResponse>
Retrieves a list of placements, possibly filtered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Placement request, String profileId, String id, {String? $fields}) Future<Placement>
Updates an existing placement.
toString() String
A string representation of this object.
inherited
update(Placement request, String profileId, {String? $fields}) Future<Placement>
Updates an existing placement.

Operators

operator ==(Object other) bool
The equality operator.
inherited