ConversionResource class

Constructors

ConversionResource(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

get(String agencyId, String advertiserId, String engineAccountId, int endDate, int rowCount, int startDate, int startRow, {String? adGroupId, String? adId, String? campaignId, String? criterionId, String? customerId, String? $fields}) Future<ConversionList>
Retrieves a list of conversions from a DoubleClick Search engine account.
getByCustomerId(String customerId, int endDate, int rowCount, int startDate, int startRow, {String? adGroupId, String? adId, String? advertiserId, String? agencyId, String? campaignId, String? criterionId, String? engineAccountId, String? $fields}) Future<ConversionList>
Retrieves a list of conversions from a DoubleClick Search engine account.
insert(ConversionList request, {String? $fields}) Future<ConversionList>
Inserts a batch of new conversions into DoubleClick Search.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(ConversionList request, {String? $fields}) Future<ConversionList>
Updates a batch of conversions in DoubleClick Search.
updateAvailability(UpdateAvailabilityRequest request, {String? $fields}) Future<UpdateAvailabilityResponse>
Updates the availabilities of a batch of floodlight activities in DoubleClick Search.

Operators

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