AdManagementAPI icon indicating copy to clipboard operation
AdManagementAPI copied to clipboard

Ad Management API (creative approval specification in OpenMedia specification stack)

Results 4 AdManagementAPI issues
Sort by recently updated
recently updated
newest added

In the examples, we have adomain as a string but adCom v1.0 is an array. This pull request is to fix the examples. For reference: https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/AdCOM%20v1.0%20FINAL.md#object--ad-

All the audit.feedback is a string in the AdManagementAPI [e.g. here](https://github.com/InteractiveAdvertisingBureau/AdManagementAPI/blob/master/Ad%20Management%20API%20v1.md#bidder-receives-a-webhook-call-from-exchange-) However, the audit.feedback is string array in AdCOM [url](https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/main/AdCOM%20v1.0%20FINAL.md#object_audit) May I know which one is correct?