lazyad 0.0.49__py3-none-any.whl → 0.0.50__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of lazyad might be problematic. Click here for more details.
lazyad/open/unity.py
CHANGED
|
@@ -280,8 +280,18 @@ def reports(
|
|
|
280
280
|
d7LevelCompleteRate
|
|
281
281
|
d14LevelCompleteRate
|
|
282
282
|
:param breakdowns:
|
|
283
|
-
app,
|
|
284
|
-
|
|
283
|
+
app,
|
|
284
|
+
campaign,
|
|
285
|
+
country,
|
|
286
|
+
creativePack,
|
|
287
|
+
creativePackType,
|
|
288
|
+
osVersion,
|
|
289
|
+
platform,
|
|
290
|
+
sourceAppId,
|
|
291
|
+
store,
|
|
292
|
+
targetGame,
|
|
293
|
+
eventType,
|
|
294
|
+
eventName
|
|
285
295
|
:return:
|
|
286
296
|
"""
|
|
287
297
|
authorization = f"Basic {keyid}:{secret_key}"
|
|
@@ -306,16 +316,9 @@ def reports(
|
|
|
306
316
|
params["end"] = end
|
|
307
317
|
|
|
308
318
|
headers = {"Authorization": authorization}
|
|
309
|
-
|
|
319
|
+
return lazyrequests.lazy_requests(
|
|
310
320
|
method="GET",
|
|
311
321
|
url=url,
|
|
312
322
|
params=params,
|
|
313
323
|
headers=headers
|
|
314
324
|
)
|
|
315
|
-
|
|
316
|
-
status = response.get("status")
|
|
317
|
-
if status is None:
|
|
318
|
-
data = response.get("data")
|
|
319
|
-
return data
|
|
320
|
-
else:
|
|
321
|
-
return response
|
|
@@ -7,8 +7,8 @@ lazyad/crawlers/qq.py,sha256=X_VjdgzAcDfckEAHrvdqBLtnmAuCBHPJVWu2H-IHZBA,5649
|
|
|
7
7
|
lazyad/open/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
lazyad/open/mintegral.py,sha256=iybtS0u9WFbZwEXnIKeFzDth4peqOfFqZUSl0oKLkiM,11581
|
|
9
9
|
lazyad/open/qq.py,sha256=pru1p4LCjURD9N5ukx-OStYAmDCvrTW4VMB2N0-3i5Q,6904
|
|
10
|
-
lazyad/open/unity.py,sha256=
|
|
11
|
-
lazyad-0.0.
|
|
12
|
-
lazyad-0.0.
|
|
13
|
-
lazyad-0.0.
|
|
14
|
-
lazyad-0.0.
|
|
10
|
+
lazyad/open/unity.py,sha256=iIs2e104N7zKcdK6JmGcC5kmVct3p24wKpzVVwBu0IM,8414
|
|
11
|
+
lazyad-0.0.50.dist-info/METADATA,sha256=QT1CjvmiuzY8_eLoPRA6ler7kML2zQir2_zFMkWbBuM,1918
|
|
12
|
+
lazyad-0.0.50.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
13
|
+
lazyad-0.0.50.dist-info/top_level.txt,sha256=RAPjtj4gZYpsKAM3fAQrWyyn84xjdRuaiUS76gx6eNs,7
|
|
14
|
+
lazyad-0.0.50.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|