{"id":23080835,"url":"https://github.com/appodeal/bidmachine-android-sdk","last_synced_at":"2025-09-10T22:42:42.224Z","repository":{"id":43712215,"uuid":"197027200","full_name":"appodeal/BidMachine-Android-SDK","owner":"appodeal","description":null,"archived":false,"fork":false,"pushed_at":"2019-10-31T11:16:46.000Z","size":2174,"stargazers_count":0,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-06-28T15:34:45.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bidmachine/BidMachine-Android-SDK","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appodeal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-15T15:39:35.000Z","updated_at":"2019-10-28T12:20:33.000Z","dependencies_parsed_at":"2023-06-13T14:45:49.083Z","dependency_job_id":null,"html_url":"https://github.com/appodeal/BidMachine-Android-SDK","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appodeal%2FBidMachine-Android-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appodeal%2FBidMachine-Android-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appodeal%2FBidMachine-Android-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appodeal%2FBidMachine-Android-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appodeal","download_url":"https://codeload.github.com/appodeal/BidMachine-Android-SDK/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229964389,"owners_count":18152034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T13:16:47.587Z","updated_at":"2024-12-16T13:16:48.105Z","avatar_url":"https://github.com/appodeal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BidMachine Android SDK\n\n__Get more information about SDK integration and usage in our Wiki:__\n\n__[BidMachine Android SDK Documentation](https://wiki.appodeal.com/display/BID/BidMachine+Android+SDK+Documentation)__\n\n## Integration\n[\u003cimg src=\"https://img.shields.io/badge/SDK%20version-1.3.3-brightgreen\"\u003e](https://artifactory.bidmachine.io/bidmachine/io/bidmachine/ads/)\n\nAdd this to Module-level or App-level `build.gradle` before dependencies:\n\n```groovy\nrepositories {\n    // ... other project repositories\n    maven {\n        name 'BidMachine maven repo'\n        url 'https://artifactory.bidmachine.io/bidmachine'\n    }\n}\n```\n\nAdd next dependency to you build.gradle:\n\n```groovy\ndependencies {\n    // ... other project dependencies\n    implementation 'io.bidmachine:ads:1.3.3'\n}\n```\n\n## Network security configuration\n\n[Android 9.0 (API 28) blocks cleartext (non-HTTPS) traffic by default](https://developer.android.com/training/articles/security-config), which can prevent ads from serving correctly.\n\nAdd a Network Security Configuration file to your AndroidManifest.xml:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cmanifest\u003e\n    \u003capplication\n        ...\n        android:networkSecurityConfig=\"@xml/network_security_config\"\n        ... \u003e\n    \u003c/application\u003e\n\u003c/manifest\u003e\n```\n\nIn your `network_security_config.xml` file, add base-config that sets cleartextTrafficPermitted to true:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cnetwork-security-config\u003e\n    \u003cbase-config cleartextTrafficPermitted=\"true\"\u003e\n        \u003ctrust-anchors\u003e\n            \u003ccertificates src=\"system\" /\u003e\n            \u003ccertificates src=\"user\" /\u003e\n        \u003c/trust-anchors\u003e\n    \u003c/base-config\u003e\n\u003c/network-security-config\u003e\n```\n\n## Initialization\n\nInitialize SDK, and set your `SellerId`:\n\n```java\nBidMachine.initialize(Context, YOUR_SELLER_ID);\n```\n\n\u003e To get your SELLER_ID, visit [our website](https://bidmachine.io/) or contact the support.\n\n## Header-Bidding\n\n3rd party networks which can be used for Header-Bidding can be find [here](adapters)\n\n## What's new in this version\n\nPlease view the [changelog](CHANGELOG.md) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappodeal%2Fbidmachine-android-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappodeal%2Fbidmachine-android-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappodeal%2Fbidmachine-android-sdk/lists"}