Link to ImageAsset
Hello,
I'm using the bingads python sdk.
I would like to allow preview of Ad images (creatives) asset in my company system UI.
I can collect Ads by using "GetAdsByAdGroupId". Works fine and got the following result (partial):
Images =
(ArrayOfAssetLink){
AssetLink[] =
(AssetLink){
Asset =
(ImageAsset){
Id = XXXXXXXX
Name = None
Type = "ImageAsset"
CropHeight = 628
CropWidth = 1200
CropX = 0
CropY = 0
SubType = "LandscapeImageMedia"
}
AssetPerformanceLabel = None
EditorialStatus = None
PinnedField = None
},
(AssetLink){
Asset =
(ImageAsset){
Id = XXXXXXX
Name = None
Type = "ImageAsset"
CropHeight = 628
CropWidth = 1118
CropX = 41
CropY = 0
SubType = "ImageMedia178X100"
}
AssetPerformanceLabel = None
EditorialStatus = None
PinnedField = None
},
Is there a way to retrieve an http link to those ImageAsset or at least to the original one ?