Class AdsApi
Inheritance
System.Object
AdsApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Analytics.Impressions.Ads
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AdsApi
Constructors
AdsApi(IBitmovinApiClientFactory)
Declaration
public AdsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of AdsApi
Declaration
public static BitmovinApiBuilder<AdsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<AdsApi> |
Methods
CreateAsync(String, AnalyticsLicenseKey)
Ads Impressions
Declaration
public Task<AnalyticsAdsImpressionsResponse> CreateAsync(string impressionId, AnalyticsLicenseKey analyticsLicenseKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | impressionId | Impression id (required) |
AnalyticsLicenseKey | analyticsLicenseKey | Analytics license |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AnalyticsAdsImpressionsResponse> |