AdsResource class
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 profileId, String id, {String? $fields})
→ Future<Ad>
-
Gets one ad by ID.
-
insert(Ad request, String profileId, {String? $fields})
→ Future<Ad>
-
Inserts a new ad.
-
list(String profileId, {bool? active, String? advertiserId, bool? archived, List<String>? audienceSegmentIds, List<String>? campaignIds, String? compatibility, List<String>? creativeIds, List<String>? creativeOptimizationConfigurationIds, bool? dynamicClickTracker, List<String>? ids, List<String>? landingPageIds, int? maxResults, String? overriddenEventTagId, String? pageToken, List<String>? placementIds, String? searchString, List<String>? sizeIds, String? sortField, String? sortOrder, bool? sslCompliant, bool? sslRequired, List<String>? type, String? $fields})
→ Future<AdsListResponse>
-
Retrieves a list of ads, possibly filtered.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Ad request, String profileId, String id, {String? $fields})
→ Future<Ad>
-
Updates an existing event tag.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Ad request, String profileId, {String? $fields})
→ Future<Ad>
-
Updates an existing ad.