CustomBiddingAlgorithmsResource class
Methods
-
create(CustomBiddingAlgorithm request, {String? $fields})
→ Future<CustomBiddingAlgorithm>
-
Creates a new custom bidding algorithm.
-
get(String customBiddingAlgorithmId, {String? advertiserId, String? partnerId, String? $fields})
→ Future<CustomBiddingAlgorithm>
-
Gets a custom bidding algorithm.
-
list({String? advertiserId, String? filter, String? orderBy, int? pageSize, String? pageToken, String? partnerId, String? $fields})
→ Future<ListCustomBiddingAlgorithmsResponse>
-
Lists custom bidding algorithms that are accessible to the current user
and can be used in bidding stratgies.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(CustomBiddingAlgorithm request, String customBiddingAlgorithmId, {String? updateMask, String? $fields})
→ Future<CustomBiddingAlgorithm>
-
Updates an existing custom bidding algorithm.
-
toString()
→ String
-
A string representation of this object.
inherited
-
uploadScript(String customBiddingAlgorithmId, {String? advertiserId, String? partnerId, String? $fields})
→ Future<CustomBiddingScriptRef>
-
Creates a custom bidding script reference object for a script file.