We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebb08d commit 886b4cdCopy full SHA for 886b4cd
openandroidinstaller/utils.py
@@ -195,15 +195,13 @@ def send_tracking_info(device_code: str, event: str):
195
url = "https://plausible.io/api/event"
196
197
# Prepare the JSON payload.
198
- # Even if you’re not on a website, you can supply a fabricated URL (like "app://login")
199
data = {
200
"name": event,
201
"url": "app://openandroidinstaller",
202
"domain": "openandroidinstaller.org",
203
"props": {"device_code": device_code},
204
}
205
206
- # Set headers. A proper User-Agent is important for accurate unique visitor tracking.
207
headers = {
208
"Content-Type": "application/json",
209
"User-Agent": "OpenAndroidInstaller",
0 commit comments