Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook native ad problem #103

Open
halkoy opened this issue Jul 10, 2018 · 1 comment
Open

Facebook native ad problem #103

halkoy opened this issue Jul 10, 2018 · 1 comment

Comments

@halkoy
Copy link

halkoy commented Jul 10, 2018

Facebook blocked my native ad because they said that at my native ad format the white spaces are clickable
"Not making "whitespace" clickable for native ads"
Facebook wants for native ads that just CTA button must be clickable. But this plugin makes all the native ad area clickable.

How can we disable white spaces in the native ad not clickable ?
Did anyone got code for this ?

@floatinghotpot
Copy link
Owner

As everything inside the web view is not NATIVE, the plugin is emulating a native ad.

Read the docs, you will see an API: setNativeAdClickArea(adId,x,y,w,h);

Find the area of the button, then call this API to see the click area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants