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

Update README.md #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Heyzap Unity Example App
FairBid Unity Example App
===============

This sample app demonstrates the basic functionalities of the Heyzap SDK for Unity (iOS and Android).
This sample app demonstrates the basic functionalities of the FairBid SDK for Unity (iOS and Android).

### Features:
* You can fetch and show Interstitial, Video, Incentivized, and Banner ads from the main screen by selecting one of them and pressing the fetch and show buttons.
* All fetches and shows on the main screen will use the ad tag entered in the ad tag text field, or the default tag if no tag is entered.
* The Mediation Test Suite can be opened, which allows you to test ads and debug settings for each network.
* A console view prints callbacks and other information from the Heyzap SDK.
* You can print the Remote JSON data you've set on your Heyzap dashboard to the console view.
* You can enable and disable debug logging from Heyzap.
* A console view prints callbacks and other information from the FairBid SDK.
* You can print the Remote JSON data you've set on your FairBid dashboard to the console view.
* You can enable and disable debug logging from FairBid.
* You can accept or reject the European General Data Protection Regulation (GDPR).
* You can set pre-set values for GDPR Consent data (see AdManager.cs to inspect pre-set values)
* you can clear GDPR Consent Data.
Expand All @@ -18,18 +18,18 @@ This sample app demonstrates the basic functionalities of the Heyzap SDK for Uni

### Setup

In order to utilize the test app with your own settings on your Heyzap dashboards, you'll need to change a couple of things:
In order to utilize the test app with your own settings on your FairBid dashboards, you'll need to change a couple of things:
* Your Bundle ID
* Change the bundle identifier in the player settings (`File` -> `Build Settings` -> `Player settings...`) from `com.heyzap.unity.sampleapp` to your game's bundle ID.
* Your Publisher ID
* Change the publisher ID string set in `AdManager.cs` from `ENTER_YOUR_PUBLISHER_ID_HERE` to your own publisher ID.

If you do not do these things, 3rd-party networks will not be available in the test app, since your third-party credentials will not be retrieved from Heyzap's servers.
If you do not do these things, 3rd-party networks will not be available in the test app, since your third-party credentials will not be retrieved from FairBid's servers.

### Mediated ad networks
The Heyzap SDK (`v9.8.0`) is already included. To use this sample app with other networks, follow the [instructions on our site](https://developers.heyzap.com/docs/unity_sdk_setup_and_requirements) to add other frameworks/libraries/jars.
The Fairbid SDK (`v9.8.0`) is already included. To use this sample app with other networks, follow the [instructions on our site](https://publishers.fyber.com/docs/unity_sdk_setup_and_requirements) to add other frameworks/libraries/jars.

To update the version of the Heyzap SDK in this project, you must first remove all traces of the Heyzap SDK from the project first by deleting the following directories:
To update the version of the FairBid SDK in this project, you must first remove all traces of the FairBid SDK from the project first by deleting the following directories:

* `Editor/Heyzap/`
* `Plugins/Heyzap/`
Expand Down