Ads API .NET library
|
Provides methods for adding, updating and retrieving Creative objects. More...
Provides methods for adding, updating and retrieving Creative objects.
For a creative to run, it must be associated with a LineItem managed by the LineItemCreativeAssociationService.
Read more about creatives on the Ad Manager Help Center.
Google.Api.Ads.AdManager.v202311.Creative [] Google.Api.Ads.AdManager.v202311.ICreativeService.createCreatives | ( | Google.Api.Ads.AdManager.v202311.Creative[] | creatives | ) |
Implemented in Google.Api.Ads.AdManager.v202311.CreativeService.
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.Creative[]> Google.Api.Ads.AdManager.v202311.ICreativeService.createCreativesAsync | ( | Google.Api.Ads.AdManager.v202311.Creative[] | creatives | ) |
Implemented in Google.Api.Ads.AdManager.v202311.CreativeService.
Google.Api.Ads.AdManager.v202311.Creative [] Google.Api.Ads.AdManager.v202311.ICreativeService.updateCreatives | ( | Google.Api.Ads.AdManager.v202311.Creative[] | creatives | ) |
Implemented in Google.Api.Ads.AdManager.v202311.CreativeService.
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.Creative[]> Google.Api.Ads.AdManager.v202311.ICreativeService.updateCreativesAsync | ( | Google.Api.Ads.AdManager.v202311.Creative[] | creatives | ) |
Implemented in Google.Api.Ads.AdManager.v202311.CreativeService.