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: 15.4.2
- react-native: 0.40.0
- 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-navbar - Navbar component for React Native.
- react-native-pathjs-charts - Android and iOS charts based on react-native-svg and paths-js.
- react-native-radio-buttons - A Radio-button like logic wrapper for React Native.
- react-native-router-flux - React Native Router based on new React Native Navigation API.
- 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-vector-icons - 3000 Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full stying.
- eslint: A fully pluggable tool for identifying and reporting on patterns in JavaScript.
- moment - Parse, validate, manipulate, and display dates in javascript.
- Clone this repo
git clone git@github.com:7kfpun/AudienceNetworkReactNative.git
cd AudienceNetworkReactNative
- 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.