{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_ads/company-ads.json","title":"google_ads/company-ads data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"dropped":{"description":"Optional dropped supplied by this operation. Null means unknown.","type":["number","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"ad_url":{"description":"Optional ad url supplied by this operation. Null means unknown.","type":["string","null"]},"advertiser_id":{"description":"Optional advertiser id supplied by this operation. Null means unknown.","type":["string","null"]},"advertiser_name":{"description":"Optional advertiser name supplied by this operation. Null means unknown.","type":["string","null"]},"creative_id":{"description":"Optional creative id supplied by this operation. Null means unknown.","type":["string","null"]},"first_shown":{"description":"Optional first shown supplied by this operation. Null means unknown.","type":["string","null"]},"format":{"description":"Optional format supplied by this operation. Null means unknown.","type":["string","null"]},"last_shown":{"description":"Optional last shown supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["ad_url"],"properties":{"ad_url":{"description":"Optional ad url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["advertiser_id"],"properties":{"advertiser_id":{"description":"Optional advertiser id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["advertiser_name"],"properties":{"advertiser_name":{"description":"Optional advertiser name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["creative_id"],"properties":{"creative_id":{"description":"Optional creative id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["first_shown"],"properties":{"first_shown":{"description":"Optional first shown supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["format"],"properties":{"format":{"description":"Optional format supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["last_shown"],"properties":{"last_shown":{"description":"Optional last shown supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"dropped":0,"items":[{"ad_url":"https://example.com/example","advertiser_id":"example","advertiser_name":"example","creative_id":"example","first_shown":"example","format":"example","last_shown":"example","platform":"example"}]}]}