로딩중입니다
Promotion(In-house) Integration : Unity Android
6/27/2016 7:34:02 PM

Promotion(In-house)

Promotion Service is a service to display a company's A app ads on its B app.

By using this Promotion Service, you can attract and acquire users from an app to another.

It only supports in-house ads, and for more information, please go to the following link.

[Promotion Service Guide]


Notice
  1. IGAW General Integration must be set in order to integrate promotion add-on[IGAW General Integration : Unity Android]
  2. In order to integrate promotion service, IgawPromotion~*.jar file must be included in Unity project. [SDK Installation : Unity]



Promotion API

To use the Promotion Service, IgawAdbrix~*.jar must be included in the project.

Use the following APIs to integrate.


Input User ID

User ID is a set of information to identify users who have completed the campaign and are eligible for a reward.

User ID must be set as the followings.


    Notice

  1. One user should only have one unique value, not variable.
  2. Must not contain any personal information(email, name, phone number, username).
  3. Must go through URL encoding if contains Korean, special character, or blank space.
  4. Must be set before showAD API is called.

Follow the above notice when input the User ID value.

IgaworksUnityPluginAOS.Common.setUserId("user10001");


Promotion Ad Display

Call showAD API to display ads. See below for an example on using the parameter.
  • adspace_key : Adspace key created in the promotion admin page
IgaworksUnityPluginAOS.Promotion.showAD ("adspace_key");

+  Check the following link for more information on generating the adspace key.

[Adspace Key Generation]

If the integration is done properly, below view will be shown on the screen.



+ It might not be displayed if the advertised app itself has been already installed.


IGAW Reward Server Integration

Note that IGAW reward server integration must be established to provide rewards to users who participated in the promotion.

In our Promotion Service, the reward server integration method is supported through our internal server.

Check the following link for more information on IGAW Reward Server integration.

[IGAW Reward Server Integration Guide]