please describe all the props of native ad view and where to get from m stuck here
<NativeAdView targeting={{ customTargeting: { group: "user_test" }, categoryExclusions: ["media"], contentURL: "test://", publisherProvidedID: "provider_id" }} style={{ width: "100%" }} adsManager={adsManager} validAdTypes={["native", "template"]} customTemplateId="123" onAdLoaded={ad => { console.log(ad); }} onAdFailedToLoad={error => { console.log(error); }} />
please describe all the props of native ad view and where to get from m stuck here
<NativeAdView targeting={{ customTargeting: { group: "user_test" }, categoryExclusions: ["media"], contentURL: "test://", publisherProvidedID: "provider_id" }} style={{ width: "100%" }} adsManager={adsManager} validAdTypes={["native", "template"]} customTemplateId="123" onAdLoaded={ad => { console.log(ad); }} onAdFailedToLoad={error => { console.log(error); }} />