Skip to main content

Django views for Appodeal integration

Project description

Django application for Appodeal integration.

Install

  • Add ‘appodeal’ to INSTALLED_APPS

  • Add url(r’^/’, include(‘appodeal.urls’)), to urls.py

  • (optional) Add APPODEAL_SECRET_ANDROID to settings.py

  • (optional) Add APPODEAL_SECRET_IOS to settings.py

  • Add APPODEAL_REWARD_CREATE_HANDLER to settings.py

  • Run python manage.py migrate.

  • Add the callback URL in Appodeal “{https://example.com/reward/}?data1={data1}&data2={data2}”

Handler

It will be called with:

output:

A dict with the decrypted data from Appodeal

rewards:

A appodeal.Reward QuerySet with all the records with the same impression_id.

Should return a string that will be stored as result in the reward record.

If your handler fails the exception representation will be stored as the result.

output example

{
  'user_id': user_id,
  'amount': amount,
  'currency': currency,
  'impression_id': impression_id,
  'timestamp': timestamp,
  'hash': hash,
  'output': output
}

Run tests

./runtests.py

Build/Publish

python setup.py sdist bdist_wheel
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appodeal-0.9.1.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

appodeal-0.9.1-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file appodeal-0.9.1.tar.gz.

File metadata

  • Download URL: appodeal-0.9.1.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for appodeal-0.9.1.tar.gz
Algorithm Hash digest
SHA256 f654c78f85d6141717739b63cb88a0d1f75b1ec8b0d06daabc3a3d743d0e8129
MD5 50a8439640e36970cec5673101469375
BLAKE2b-256 c907e01ea9ec653569777636763f935633cb3c1e8435c1d0c78fd585be791d43

See more details on using hashes here.

File details

Details for the file appodeal-0.9.1-py3-none-any.whl.

File metadata

File hashes

Hashes for appodeal-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1ab0e8247dbb0a241fc4d8ac7ded151dc452e97576881df35a742b528da9b087
MD5 5708b8bf31badc98d38028d919040c29
BLAKE2b-256 92f77b9af2ed67c965f4c54e7fc983efcdbba1415f2bf8c6bfb0dc5a6f2f5980

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page