Fiksu:
A fiksu is a advertisement agency in various media domain. Especially in mobile application side more effectively analysis by mobile users. Their best to do the ads on your application and collective revenue and pay to the yours.
Fiksu Integration Steps:(Install Linux or Ubuntu)
1. Create an account from fiksu site as following URL https://dashboard.fiksu.com/en/signin.
2. Singin your credential from this site.
3. Download the fiksu SDK files Download.
4.Then open your terminal and type android command. Open Android SDK manager widget is select Extra package inside play related package list item is select and install it.
5. Now extract fiksu SDK downloaded and get Path details and execute following command.
4.Then open your terminal and type android command. Open Android SDK manager widget is select Extra package inside play related package list item is select and install it.
5. Now extract fiksu SDK downloaded and get Path details and execute following command.
cordova plugin add com.fiksu.sdk --searchpath home/user/Fiksu-SDK-for-Cordova-1.2.0/Library/plugin --noregistry
6. Add the following code from your index.html inside of the javascrip blog.
Android:
onDeviceReady: function() { app.receivedEvent('deviceready'); FiksuTrackingManager.initialize(this); }
FiksuTrackingManager.uploadRegistration(FiksuTrackingManager.RegistrationEvent.Event1);
FiksuTrackingManager.uploadRegistration(FiksuTrackingManager.RegistrationEvent.Event2);
FiksuTrackingManager.uploadRegistration(FiksuTrackingManager.RegistrationEvent.Event3);
iOS:
onDeviceReady: function() {
app.receivedEvent('deviceready');
FiksuTrackingManager.initialize({
itunesApplicationId: "123456789",
debugModeEnabled: true
});
}
FiksuTrackingManager.uploadRegistration(FiksuTrackingManager.RegistrationEvent.Event1);
FiksuTrackingManager.uploadRegistration(FiksuTrackingManager.RegistrationEvent.Event2);
FiksuTrackingManager.uploadRegistration(FiksuTrackingManager.RegistrationEvent.Event3);
7. Let start to build and run your mobile application.
8. See the sample screen shorts.
This is great. Did Fiksu provide the plugin or was that something you made? Been trying to get them to give me info on a cordova plugin but no one I talk to seems to know. Would love to hear at contact@sworkit.com
ReplyDeleteThis is great. Did Fiksu provide the plugin or was that something you made? Been trying to get them to give me info on a cordova plugin but no one I talk to seems to know. Would love to hear at contact@sworkit.com
ReplyDeleteYeah fiksu will provide a plugin.
ReplyDelete
ReplyDeleteThank you! This was so helpful. The step by step approach you took made trying to replicate this with my variables very understandable.
Google App Integration Chennai