Handling of Ads Settings fields
pestevez opened this issue · 0 comments
pestevez commented
The latest version of the SDK (1.9.1) is throwing an exception when parsing a JSON file that does not have both audience_network_placement_id
AND raw_html
. Per @mburak's comment, at most one of them, will be specified.
Expected Result
The SDK should handle JSON files where one of these two fields is not present without throwing an exception.