Hi,
we are using the latest version of the Microsoft/Bing Ads Java SDK.
https://mvnrepository.com/artifact/com.microsoft.bingads/microsoft.bingads/13.0.26
Since last night, we are getting this error:
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException:
Unrecognized field "CroppingType" (class com.microsoft.bingads.v13.campaignmanagement.ImageAsset), not marked as ignorable (10 known properties: "TargetWidth", "CropWidth", "CropHeight", "CropX", "CropY", "Type", "Id", "TargetHeight", "Name", "SubType"])
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 8234] (through reference chain:
com.microsoft.bingads.v13.campaignmanagement.GetAdsByAdGroupIdResponse["Ads"]->java.util.ArrayList[1]->com.microsoft.bingads.v13.campaignmanagement.ResponsiveAd["Images"]->java.util.ArrayList[0]->com.microsoft.bingads.v13.campaignmanagement.AssetLink["Asset"]->com.microsoft.bingads.v13.campaignmanagement.ImageAsset["CroppingType"])
when using this function:
com.microsoft.bingads.v13.campaignmanagement.ICampaignManagementService#getAdsByAdGroupId
So there seems to be a new field called "CroppingType" in ResponsiveAd -> Images -> AssetLink -> ImageAsset.
This field is not listed here in the documentation: https://learn.microsoft.com/en-us/advertising/campaign-management-service/imageasset?view=bingads-13&tabs=xml
This looks like a bug to me. Can you please check it? It is blocking our business.
Thanks a lot in advance.