Skip to content

7kfpun/AudienceNetworkReactNative

Repository files navigation

Audience Network - Facebook Ads Performance Tool

Dependency Status devDependency Status

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).

App Preview

Preview

Download

App Store Button Play Store Button Apk Download Button

Screenshots

React and React Native version

Redux

Plugins used

Additional

  • moment - Parse, validate, manipulate, and display dates in javascript.

Running

Clone & install

  • Clone this repo git clone git@github.com:7kfpun/AudienceNetworkReactNative.git
  • cd AudienceNetworkReactNative
  • cp app/config.example.js app/config.js // and config it
  • run npm install || run yarn install

iOS

  • Run react-native run-ios

Android

  • Run android avd and start an emulator
  • Run react-native run-android

License

Released under the MIT License.

About

F.A.N Report - Facebook Audience Network Performance Tool (available both iOS and Android).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published