cordova-plugin-facebookads icon indicating copy to clipboard operation
cordova-plugin-facebookads copied to clipboard

How to find Facebook Device Hash ID for Testing

Open jason-engage opened this issue 8 years ago • 6 comments

Hi, I had the FacebookAds plugin working for a couple of days on my test app. I used a random series of number and letters for the 'adId' and set 'isTesting:true'. However I tend to rebuild my app in Xcode alot and now I'm receiving 'error 1002,Ad was re-loaded too frequently' in the console and the facebook ads won't show anymore. There are also server error 2000 in the console.

I've tried changing the adId to something else but that doesn't work. I don't have any official banner id from facebook audience network since I have to submit my app store links, which I do not yet have.

I noticed that I didn't have a deviceHash set, maybe that would prevent issues while I test my app. However, how do I find the device hash? Do I set deviceHash: device.uuid?

Does anyone have a solution for easily testing facebookads on ios (and android), without applying for and setting up their Facebook audience network?

jason-engage avatar Aug 04 '15 06:08 jason-engage