Check your Facebook Audience Network performance quickly with the app. It shows number of ad requests, filled ad requests, impressions, clicks, 10 seconds video views and estimated revenue, charts and many more.
The application is built using the following products from Facebook:
-
Facebook Login - Facebook Login is a secure, fast and convenient way for people to log into your app or website.
-
Graph API - The primary way for apps to read and write to the Facebook social graph.
-
Audience Network Reporting API (/APP_ID/app_insights/app_event/) - The Audience Network Reporting API lets you automate downloading performance data for your apps.
- Number of ad requests: fb_ad_network_request | COUNT
- Number of filled ad requests: fb_ad_network_request | SUM
- Number of impressions: fb_ad_network_imp | COUNT
- Number of clicks: fb_ad_network_click | COUNT
- Number of 10 seconds video views: fb_ad_network_video_view | COUNT
- Estimated revenue: fb_ad_network_revenue | SUM
-
-
Facebook Audience Network - With Facebook's Audience Network you can serve your ads on other publishers' iOS and Android apps and mobile websites. Then you can use all of Facebook's targeting options to find your audience within those mobile apps and mobile websites.
-
Facebook Analytics for Apps - Understand and reach the people using your apps.
The application is build with React Native (available both iOS and Android).
- react: 16.0.0-alpha.6
- react-native: 0.44.0
- react-redux - Official React bindings for Redux.
- redux-logger - Logger for Redux.
- redux-thunk - Thunk middleware for Redux.
- react-native-elements - React Native Elements UI Toolkit.
- react-native-fbads - Facebook Audience SDK integration for React Native.
- react-native-fbsdk - A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
- react-native-pathjs-charts - Android and iOS charts based on react-native-svg and paths-js.
- react-native-safari-view - A React Native wrapper for Safari View Controller.
- react-native-simple-store - A minimalistic wrapper around React Native's AsyncStorage.
- react-native-svg - SVG library for React Native.
- react-native-swipe-list-view - A React Native ListView component with rows that swipe open and closed.
- react-native-tab-view - A cross-platform Tab View component for React Native.
- react-navigation
- react-native-vector-icons - 3000 Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full stying.
- rn-viewpager - ViewPager and Indicator component for react-native on both android and ios.
- moment - Parse, validate, manipulate, and display dates in javascript.
- Clone this repo
git clone [email protected]:7kfpun/AudienceNetworkReactNative.git
cd AudienceNetworkReactNative
cp app/config.example.js app/config.js
// and config it- run
npm install
|| runyarn install
- Run
react-native run-ios
- Run
android avd
and start an emulator - Run
react-native run-android
Released under the MIT License.