E suds.WebFault: Server raised fault: 'The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter https://bingads.microsoft.com/Reporting/v11:ReportRequest. The InnerException message was 'Invalid enum value '' cannot be deserialized into type 'Microsoft.AdCenter.Advertiser.Reporting.Api.DataContracts.Enum.ReportTimePeriod'. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.'. Please see InnerException for more details.'
when trying to download AdPerformanceReport (this is a sandbox call).
this is (an excerpt of what I believe are relevant parts) of my request
I keep getting
when trying to download AdPerformanceReport (this is a sandbox call).
this is (an excerpt of what I believe are relevant parts) of my request
I think the problem is that PredefinedTime is appended to the request despite CustomDateRangeStart/End is set. Could that be a problem?
When I submit requests specifying only PredefinedTime, it works ok