Skip to content

Instantly share code, notes, and snippets.

@Romern
Last active February 9, 2020 18:55
Show Gist options
  • Save Romern/81ca3b955a7c1e79a14a5b9261ea90ae to your computer and use it in GitHub Desktop.
Save Romern/81ca3b955a7c1e79a14a5b9261ea90ae to your computer and use it in GitHub Desktop.
Netzclub App Ablauf

Anfordern des Verifikationscodes via SMS

https://netzclub.postr.co.nz/SendVerify?mobile=[MOBILE NUMBER]&timestamp=[TIMESTAMP]&version=21&sdk_version=28  

[MOBILE NUMBER]: bspw. 01590123456
[TIMESPAMP]: bspw. 2019-02-02T13%3A00%3A20%2B0100

Returns:

{
	"type": "SendVerificationCode",
	"result": true,
	"message": "",
	"message_code": "",
	"message_type": 1,
	"guid": "[GUID]",
	"sms_result": true,
	"rate_plan": "0"
}

[GUID] braucht man für das abschicken vom Code.

Verifikationscode abschicken

https://netzclub.postr.co.nz/CheckVerificationCode?guid=[GUID]&mobile=[MOBILE NUMBER]&code=[CODE]&timestamp=[TIMESTAMP2]&version=21&sdk_version=28

[CODE] der Verifikationscode, welcher via SMS erhalten wurde, bspw. 1234
[TIMESTAMP2] timestamp nach erhalten des Codes

Returns:

{
	"result": true,
	"session": "[SESSIONID]",
	"type": "CheckVerificationCode",
	"existing_user": false
}

[SESSIONID]

Registrieren

https://netzclub.postr.co.nz/Register?guid=[GUID]&mobile=[MOBILE NUMBER]&hash=[SESSIONID]&invitecode=&verificationcode=[CODE]&postcode=0000&timestamp=[TIMESTAMP3]&version=21&sdk_version=28

[TIMESTAMP3]

Result:

{
	"result": true,
	"user_id": "[USERID]",
	"already_registered": false,
	"type": "Register"
}

[USERID]

Info über das Zusatzdatenvolumen

https://netzclub.postr.co.nz/GetCollectingInfo?userid=[USERID]&hash=[SESSIONID]&timestamp=[TIMESTAMP4]

[TIMESTAMP4]

Result:

{
	"last_rewarded": "",
	"result": "true",
	"days_left": 28,
	"force_logout": false,
	"additional_earnings_unit": "MB",
	"additional_earnings_amount": 0,
	"verified": true,
	"last_active": "",
	"type": "GetCollectingInfo",
	"reward_points": 0,
	"rate_plan": 1
}

Andere interessante APIs

https://netzclub.postr.co.nz/GetGeneralConfig?userid=[USERID]&hash=[SESSIONID]&wifi=true&timestamp=[TIMESTAMP5]&version=21&sdk_version=28

Returns:

{
	"active_events": [1, 308, 309, 310, 311, 312, 313, 501, 502, 503, 504, 505, 506, 507, 508, 509, 511, 512, 513, 514, 515, 516, 517, 518, 522, 523, 524, 525, 526, 531],
	"wallpaper": [{
		"imageUrl": "https://netzclub.postr.co.nz/HostedContent?id=5d9df296efca154cac0ea07b28b872b0&folder=wallpaper",
		"type": 1,
		"textColor": "000000",
		"hash": "5d9df296efca154cac0ea07b28b872b0"
	}, {
		"imageUrl": "https://netzclub.postr.co.nz/HostedContent?id=d0b225faa2e3f23b4a7e375b86f42fd8&folder=wallpaper",
		"type": 2,
		"textColor": "FFFFFF",
		"hash": "d0b225faa2e3f23b4a7e375b86f42fd8"
	}],
	"config_polling_interval": 10800,
	"max_waterfall_retry": 2,
	"type": "GetGeneralConfig",
	"send_details_interval": 86400,
	"waterfall_polling_interval": 7200,
	"searchbar": {
		"enabled": false,
		"searchBars": []
	},
	"waterfall_dwell_seconds": 120,
	"max_waterfall_request_time": 120000,
	"collect_events": 1,
	"read_timeout": 60000,
	"connection_timeout": 60000,
	"consent_string_update_timestamp": 1
}
https://netzclub.postr.co.nz/GetAdWaterfall?userid=[USERID]&hash=[SESSIONID]&wifi=true&timestamp=[TIMESTAMP6]&version=21&sdk_version=28

Returns:

{
	"rt_waterfall": [{
		"id": 19,
		"size_id": 0,
		"ad_link": "google_banner",
		"priority": 1,
		"percentage": 100,
		"ad_source_id": 10,
		"ad_type_id": 5,
		"siteid": "ca-app-pub-3928548837463674/7441756114",
		"timeout": 2400,
		"wifi_only": false,
		"no_wifi_cap": -1,
		"wifi_cap": -1,
		"request_timeout": 2000,
		"ad_limit": 1
	}, {
		"id": 37,
		"size_id": 0,
		"ad_link": "google_banner",
		"priority": 3,
		"percentage": 100,
		"ad_source_id": 10,
		"ad_type_id": 5,
		"siteid": "/15188745/Netzclub",
		"timeout": 2400,
		"wifi_only": false,
		"no_wifi_cap": -1,
		"wifi_cap": -1,
		"request_timeout": 2000,
		"ad_limit": 1
	}, {
		"id": 22,
		"size_id": 0,
		"ad_link": "mopub_mrec",
		"priority": 4,
		"percentage": 100,
		"ad_source_id": 19,
		"ad_type_id": 5,
		"siteid": "17b5c8d611b4460bb5d0a2b8818eccfc",
		"timeout": 1800,
		"wifi_only": false,
		"no_wifi_cap": -1,
		"wifi_cap": -1,
		"request_timeout": 2000,
		"ad_limit": 1
	}, {
		"id": 31,
		"size_id": 0,
		"ad_link": "google_banner",
		"priority": 2,
		"percentage": 100,
		"ad_source_id": 10,
		"ad_type_id": 5,
		"siteid": "ca-app-pub-4092735822691617/7183290687",
		"timeout": 2400,
		"wifi_only": false,
		"no_wifi_cap": -1,
		"wifi_cap": -1,
		"request_timeout": 2000,
		"ad_limit": 1
	}],
	"backup_ads_waterfall": [],
	"wakelock_config": {
		"active": false,
		"min_sleep_sec": 1200,
		"default_sleep_sec": 1800,
		"sleep_start": "22:00:00",
		"sleep_end": "08:00:00",
		"acquire_timeout": 60000
	},
	"type": "get_ad_waterfall",
	"ad_waterfall": [{
		"id": 19,
		"size_id": 0,
		"ad_link": "google_banner",
		"priority": 1,
		"percentage": 100,
		"ad_source_id": 10,
		"ad_type_id": 5,
		"siteid": "ca-app-pub-3928548837463674/7441756114",
		"timeout": 2400,
		"wifi_only": false,
		"no_wifi_cap": -1,
		"wifi_cap": -1,
		"request_timeout": 6000,
		"ad_limit": 1
	}, {
		"id": 36,
		"size_id": 0,
		"ad_link": "mopub_interstitial",
		"priority": 4,
		"percentage": 100,
		"ad_source_id": 32,
		"ad_type_id": 5,
		"siteid": "328cb2841de84964a996295bf14d32ef",
		"timeout": 1800,
		"wifi_only": false,
		"no_wifi_cap": -1,
		"wifi_cap": -1,
		"request_timeout": 6000,
		"ad_limit": 1
	}, {
		"id": 37,
		"size_id": 0,
		"ad_link": "google_banner",
		"priority": 3,
		"percentage": 100,
		"ad_source_id": 10,
		"ad_type_id": 5,
		"siteid": "/15188745/Netzclub",
		"timeout": 2400,
		"wifi_only": false,
		"no_wifi_cap": -1,
		"wifi_cap": -1,
		"request_timeout": 6000,
		"ad_limit": 1
	}, {
		"id": 22,
		"size_id": 0,
		"ad_link": "mopub_mrec",
		"priority": 5,
		"percentage": 100,
		"ad_source_id": 19,
		"ad_type_id": 5,
		"siteid": "17b5c8d611b4460bb5d0a2b8818eccfc",
		"timeout": 1800,
		"wifi_only": false,
		"no_wifi_cap": -1,
		"wifi_cap": -1,
		"request_timeout": 6000,
		"ad_limit": 1
	}, {
		"id": 31,
		"size_id": 0,
		"ad_link": "google_banner",
		"priority": 2,
		"percentage": 100,
		"ad_source_id": 10,
		"ad_type_id": 5,
		"siteid": "ca-app-pub-4092735822691617/7183290687",
		"timeout": 2400,
		"wifi_only": false,
		"no_wifi_cap": -1,
		"wifi_cap": -1,
		"request_timeout": 6000,
		"ad_limit": 1
	}],
	"timestamp": "2019-02-02T13:29:21"
}
https://netzclub.postr.co.nz/HostedContent?id=5d9df296efca154cac0ea07b28b872b0&folder=wallpaper

Returns a jpeg

https://netzclub.postr.co.nz/SetUserDeviceDetails?userid=[USERID]&hash=[SESSIONID]&wifi=true&timestamp=[TIMESTAMP7]&version=21&sdk_version=28&is_limit_ad_tracking_enabled=false

Returns:

{
	"result": true,
	"type": "SetUserDeviceDetails"
}
https://netzclub.postr.co.nz/GetConsentStringData

Returns:

{
	"result": true,
	"consent_string_config": {
		"purposes": [{
			"id": 1,
			"name": "Information storage and access"
		}, {
			"id": 2,
			"name": "Personalisation"
		}, {
			"id": 3,
			"name": "Ad selection, delivery, reporting"
		}, {
			"id": 4,
			"name": "Content selection, delivery, reporting"
		}, {
			"id": 5,
			"name": "Measurement"
		}],
		"vendors": [{
			"id": 32,
			"name": "AppNexus Inc.",
			"policy_url": "https://www.appnexus.com/en/company/platform-privacy-policy"
		}, {
			"id": 82,
			"name": "Smaato, Inc.",
			"policy_url": "https://www.smaato.com/privacy/"
		}],
		"cmp_id": 1,
		"cmp_version": 2,
		"consent_screen": 3,
		"def_consent_language": "en",
		"vendor_json": "{\"vendorListVersion\":20,\"lastUpdated\":\"2018-05-15T16:43:19Z\",\"purposes\":[{\"id\":1,\"name\":\"Information storage and access\",\"description\":\"The storage of information, or access to information that is already stored, on your device such as advertising identifiers, device identifiers, cookies, and similar technologies.\"},{\"id\":2,\"name\":\"Personalisation\",\"description\":\"The collection and processing of information about your use of this service to subsequently personalise advertising and/or content for you in other contexts, such as on other websites or apps, over time. Typically, the content of the site or app is used to make inferences about your interests, which inform future selection of advertising and/or content.\"},{\"id\":3,\"name\":\"Ad selection, delivery, reporting\",\"description\":\"The collection of information, and combination with previously collected information, to select and deliver advertisements for you, and to measure the delivery and effectiveness of such advertisements. This includes using previously collected information about your interests to select ads, processing data about what advertisements were shown, how often they were shown, when and where they were shown, and whether you took any action related to the advertisement, including for example clicking an ad or making a purchase. This does not include personalisation, which is the collection and processing of information about your use of this service to subsequently personalise advertising and/or content for you in other contexts, such as websites or apps, over time.\"},{\"id\":4,\"name\":\"Content selection, delivery, reporting\",\"description\":\"The collection of information, and combination with previously collected information, to select and deliver content for you, and to measure the delivery and effectiveness of such content. This includes using previously collected information about your interests to select content, processing data about what content was shown, how often or how long it was shown, when and where it was shown, and whether the you took any action related to the content, including for example clicking on content. This does not include personalisation, which is the collection and processing of information about your use of this service to subsequently personalise content and/or advertising for you in other contexts, such as websites or apps, over time.\"},{\"id\":5,\"name\":\"Measurement\",\"description\":\"The collection of information about your use of the content, and combination with previously collected information, used to measure, understand, and report on your usage of the service. This does not include personalisation, the collection of information about your use of this service to subsequently personalise content and/or advertising for you in other contexts, i.e. on other service, such as websites or apps, over time.\"}],\"features\":[{\"id\":1,\"name\":\"Matching Data to Offline Sources\",\"description\":\"Combining data from offline sources that were initially collected in other contexts.\"},{\"id\":2,\"name\":\"Linking Devices\",\"description\":\"Allow processing of a user's data to connect such user across multiple devices.\"},{\"id\":3,\"name\":\"Precise Geographic Location Data\",\"description\":\"Allow processing of a user's precise geographic location data in support of a purpose for which that certain third party has consent.\"}],\"vendors\":[{\"id\":8,\"name\":\"Emerse Sverige AB\",\"policyUrl\":\"https://www.emerse.com/privacy-policy/\",\"purposeIds\":[1,2,4],\"legIntPurposeIds\":[3,5],\"featureIds\":[1,2]},{\"id\":12,\"name\":\"BeeswaxIO Corporation\",\"policyUrl\":\"https://www.beeswax.com/privacy.html\",\"purposeIds\":[1,3,5],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":28,\"name\":\"TripleLift, Inc.\",\"policyUrl\":\"https://triplelift.com/privacy/\",\"purposeIds\":[1,3],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":9,\"name\":\"AdMaxim Inc.\",\"policyUrl\":\"http://www.admaxim.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":27,\"name\":\"ADventori SAS\",\"policyUrl\":\"https://www.adventori.com/with-us/legal-notice/\",\"purposeIds\":[2],\"legIntPurposeIds\":[1,3,4,5],\"featureIds\":[]},{\"id\":25,\"name\":\"Oath (EMEA) Limited\",\"policyUrl\":\"https://policies.oath.com/ie/en/oath/privacy/index.html\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[3,5],\"featureIds\":[1,2,3]},{\"id\":26,\"name\":\"Venatus Media Limited\",\"policyUrl\":\"https://www.venatusmedia.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":1,\"name\":\"Exponential Interactive, Inc\",\"policyUrl\":\"http://exponential.com/privacy\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":6,\"name\":\"AdSpirit GmbH\",\"policyUrl\":\"http://www.adspirit.de/privacy\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":30,\"name\":\"BidTheatre AB\",\"policyUrl\":\"https://www.bidtheatre.com/privacy-policy\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[],\"featureIds\":[2,3]},{\"id\":24,\"name\":\"Conversant Europe Ltd.\",\"policyUrl\":\"https://www.conversantmedia.eu/legal/privacy-policy\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[1,2,3]},{\"id\":29,\"name\":\"Etarget SE\",\"policyUrl\":\"https://www.etarget.sk/privacy.php\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1]},{\"id\":39,\"name\":\"ADITION technologies AG\",\"policyUrl\":\"adition.com/datenschutz\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,4,5],\"featureIds\":[1,2,3]},{\"id\":11,\"name\":\"Quantcast International Limited\",\"policyUrl\":\"https://www.quantcast.com/privacy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[1,2]},{\"id\":15,\"name\":\"Adikteev\",\"policyUrl\":\"https://www.adikteev.com/eu/privacy/\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":4,\"name\":\"Roq.ad GmbH\",\"policyUrl\":\"https://www.roq.ad/privacy-policy\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[2,3]},{\"id\":7,\"name\":\"Vibrant Media Limited\",\"policyUrl\":\"https://www.vibrantmedia.com/en/privacy-policy/\",\"purposeIds\":[2,3,4,5],\"legIntPurposeIds\":[1],\"featureIds\":[]},{\"id\":2,\"name\":\"Captify Technologies Limited\",\"policyUrl\":\"http://www.captify.co.uk/privacy-policy/\",\"purposeIds\":[2,3,5],\"legIntPurposeIds\":[1],\"featureIds\":[2]},{\"id\":37,\"name\":\"NEURAL.ONE\",\"policyUrl\":\"https://web.neural.one/privacy-policy/\",\"purposeIds\":[1,2,3,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2]},{\"id\":13,\"name\":\"Sovrn Holdings Inc\",\"policyUrl\":\"https://www.sovrn.com/sovrn-privacy/\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[],\"featureIds\":[2,3]},{\"id\":34,\"name\":\"NEORY GmbH\",\"policyUrl\":\"https://www.neory.com/privacy.html\",\"purposeIds\":[1,2,4,5],\"legIntPurposeIds\":[3],\"featureIds\":[]},{\"id\":32,\"name\":\"AppNexus Inc.\",\"policyUrl\":\"https://www.appnexus.com/en/company/platform-privacy-policy\",\"purposeIds\":[1],\"legIntPurposeIds\":[3],\"featureIds\":[2,3]},{\"id\":10,\"name\":\"Index Exchange, Inc. \",\"policyUrl\":\"www.indexexchange.com/privacy\",\"purposeIds\":[1],\"legIntPurposeIds\":[],\"featureIds\":[2,3]},{\"id\":57,\"name\":\"ADARA MEDIA UNLIMITED\",\"policyUrl\":\"https://adara.com/2018/04/10/adara-gdpr-faq/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2]},{\"id\":63,\"name\":\"Avocet Systems Limited\",\"policyUrl\":\"http://www.avocet.io/privacy-policy\",\"purposeIds\":[],\"legIntPurposeIds\":[1,3],\"featureIds\":[]},{\"id\":51,\"name\":\"xAd, Inc. dba GroundTruth\",\"policyUrl\":\"https://www.groundtruth.com/privacy-policy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":49,\"name\":\"Tradelab, SAS\",\"policyUrl\":\"http://tradelab.com/en/privacy/\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[5],\"featureIds\":[1,2,3]},{\"id\":45,\"name\":\"Smart Adserver\",\"policyUrl\":\"http://smartadserver.com/company/privacy-policy/\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[3,5],\"featureIds\":[3]},{\"id\":52,\"name\":\"The Rubicon Project, Limited\",\"policyUrl\":\"http://rubiconproject.com/rubicon-project-yield-optimization-privacy-policy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[3]},{\"id\":35,\"name\":\"Purch Group, Inc.\",\"policyUrl\":\"http://www.purch.com/privacy-policy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[3,5],\"featureIds\":[]},{\"id\":71,\"name\":\"Dataxu, Inc. \",\"policyUrl\":\"https://www.dataxu.com/about-us/privacy/data-collection-platform/\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":79,\"name\":\"MediaMath, Inc.\",\"policyUrl\":\"http://www.mediamath.com/privacy-policy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[1,2,3]},{\"id\":91,\"name\":\"Criteo SA\",\"policyUrl\":\"https://www.criteo.com/privacy/\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[],\"featureIds\":[1,2]},{\"id\":85,\"name\":\"Crimtan Holdings Limited\",\"policyUrl\":\"https://crimtan.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":16,\"name\":\"RTB House S.A.\",\"policyUrl\":\"https://www.rtbhouse.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":86,\"name\":\"Scene Stealer Limited\",\"policyUrl\":\"http://scenestealer.tv/privacy-policy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":94,\"name\":\"Blis Media Limited\",\"policyUrl\":\"http://www.blis.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":73,\"name\":\"Simplifi Holdings Inc.\",\"policyUrl\":\"https://www.simpli.fi/site-privacy-policy2/\",\"purposeIds\":[2,3,4,5],\"legIntPurposeIds\":[1],\"featureIds\":[2,3]},{\"id\":67,\"name\":\"LifeStreet Corporation\",\"policyUrl\":\"http://www.lifestreet.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":33,\"name\":\"ShareThis, Inc.\",\"policyUrl\":\"http://www.sharethis.com/privacy/\",\"purposeIds\":[3,4],\"legIntPurposeIds\":[1,5],\"featureIds\":[]},{\"id\":20,\"name\":\"N Technologies Inc.\",\"policyUrl\":\"https://n.rich/privacy-notice\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,4,5],\"featureIds\":[2]},{\"id\":55,\"name\":\"Madison Logic, Inc.\",\"policyUrl\":\"https://www.madisonlogic.com/privacy/\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,4,5],\"featureIds\":[1,2,3]},{\"id\":53,\"name\":\"Sirdata\",\"policyUrl\":\"https://www.sirdata.com/privacy/\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,4,5],\"featureIds\":[1,2]},{\"id\":69,\"name\":\"OpenX Software Ltd. and its affiliates\",\"policyUrl\":\"https://www.openx.com/legal/privacy-policy/\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":98,\"name\":\"mPlatform\",\"policyUrl\":\"https://www.groupm.com/mplatform-privacy-policy\",\"purposeIds\":[1,2,3,4],\"legIntPurposeIds\":[5],\"featureIds\":[1,2,3]},{\"id\":62,\"name\":\"Justpremium BV\",\"policyUrl\":\"http://justpremium.com/privacy-policy/\",\"purposeIds\":[1,3],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":19,\"name\":\"Intent Media, Inc.\",\"policyUrl\":\"https://intentmedia.com/privacy-policy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[2]},{\"id\":43,\"name\":\"Vdopia DBA Chocolate Platform\",\"policyUrl\":\"https://chocolateplatform.com/privacy-policy/\",\"purposeIds\":[1,3],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":36,\"name\":\"RhythmOne, LLC\",\"policyUrl\":\"https://www.rhythmone.com/privacy-policy\",\"purposeIds\":[5],\"legIntPurposeIds\":[1,2,3,4],\"featureIds\":[1,2,3]},{\"id\":80,\"name\":\"Sharethrough, Inc\",\"policyUrl\":\"https://platform-cdn.sharethrough.com/privacy-policy\",\"purposeIds\":[3,5],\"legIntPurposeIds\":[1],\"featureIds\":[]},{\"id\":81,\"name\":\"PulsePoint, Inc.\",\"policyUrl\":\"https://www.pulsepoint.com/privacy-policy\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":23,\"name\":\"Amobee, Inc. \",\"policyUrl\":\"https://www.amobee.com/trust/privacy-guidelines\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,4,5],\"featureIds\":[1,2,3]},{\"id\":75,\"name\":\"M32 Media Inc\",\"policyUrl\":\"https://m32.media/privacy-cookie-policy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":17,\"name\":\"Greenhouse Group BV (with its trademark LemonPI)\",\"policyUrl\":\"https://www.lemonpi.io/privacy-policy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[2]},{\"id\":61,\"name\":\"GumGum, Inc.\",\"policyUrl\":\"https://gumgum.com/privacy-policy\",\"purposeIds\":[1,2,3,5],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":40,\"name\":\"Active Agent AG\",\"policyUrl\":\"http://www.active-agent.com/de/unternehmen/datenschutzerklaerung/\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,5],\"featureIds\":[1,2,3]},{\"id\":76,\"name\":\"PubMatic, Inc.\",\"policyUrl\":\"https://pubmatic.com/privacy-policy/\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[3,4,5],\"featureIds\":[]},{\"id\":89,\"name\":\"Tapad, Inc. \",\"policyUrl\":\"https://www.tapad.com/privacy\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,5],\"featureIds\":[2]},{\"id\":46,\"name\":\"Skimbit Ltd\",\"policyUrl\":\"https://skimlinks.com/pages/privacy-policy\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[5],\"featureIds\":[]},{\"id\":66,\"name\":\"adsquare GmbH\",\"policyUrl\":\"www.adsquare.com/privacy\",\"purposeIds\":[1,2,3,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":105,\"name\":\"Impression Desk Technologies Limited\",\"policyUrl\":\"impressiondesk.com\",\"purposeIds\":[1,3,5],\"legIntPurposeIds\":[],\"featureIds\":[2,3]},{\"id\":41,\"name\":\"Adverline\",\"policyUrl\":\"https://www.adverline.com/privacy/\",\"purposeIds\":[2],\"legIntPurposeIds\":[1,3],\"featureIds\":[]},{\"id\":3,\"name\":\"affilinet\",\"policyUrl\":\"https://www.affili.net/de/footeritem/datenschutz\",\"purposeIds\":[2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":82,\"name\":\"Smaato, Inc.\",\"policyUrl\":\"https://www.smaato.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":60,\"name\":\"Rakuten Marketing LLC\",\"policyUrl\":\"https://rakutenmarketing.com/legal-notices/services-privacy-policy\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[1,2,3]},{\"id\":70,\"name\":\"Yieldlab AG\",\"policyUrl\":\"http://www.yieldlab.de/meta-navigation/datenschutz/\",\"purposeIds\":[],\"legIntPurposeIds\":[1,3],\"featureIds\":[3]},{\"id\":50,\"name\":\"Adform A/S\",\"policyUrl\":\"https://site.adform.com/privacy-policy-opt-out/\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[1,2]},{\"id\":48,\"name\":\"NetSuccess, s.r.o.\",\"policyUrl\":\"https://www.inres.sk/pp/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":100,\"name\":\"Fifty Technology Limited\",\"policyUrl\":\"https://fiftymedia.com/privacy-policy/\",\"purposeIds\":[2,3,5],\"legIntPurposeIds\":[1],\"featureIds\":[]},{\"id\":21,\"name\":\"The Trade Desk, Inc and affiliated companies\",\"policyUrl\":\"https://www.thetradedesk.com/general/privacy-policy\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[3],\"featureIds\":[1,2,3]},{\"id\":110,\"name\":\"Hottraffic BV (DMA Institute)\",\"policyUrl\":\"https://www.dma-institute.com/additional-information-for-data-subjects/\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,4,5],\"featureIds\":[]},{\"id\":42,\"name\":\"Taboola Europe Limited\",\"policyUrl\":\"https://www.taboola.com/privacy-policy\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[1,2]},{\"id\":112,\"name\":\"Maytrics GmbH\",\"policyUrl\":\"https://maytrics.com/node/2\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":77,\"name\":\"comScore, Inc.\",\"policyUrl\":\"https://www.comscore.com/About-comScore/Privacy-Policy\",\"purposeIds\":[1,5],\"legIntPurposeIds\":[],\"featureIds\":[2]},{\"id\":109,\"name\":\"LoopMe Ltd\",\"policyUrl\":\"https://loopme.com/privacy/\",\"purposeIds\":[1,2,3,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":120,\"name\":\"Eyeota Ptd Ltd\",\"policyUrl\":\"https://www.eyeota.com/privacy-policy/\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2],\"featureIds\":[1]},{\"id\":93,\"name\":\"Adloox SA\",\"policyUrl\":\"http://adloox.com/disclaimer\",\"purposeIds\":[],\"legIntPurposeIds\":[1,5],\"featureIds\":[]},{\"id\":132,\"name\":\"Teads \",\"policyUrl\":\"https://teads.tv/privacy-policy/\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[3],\"featureIds\":[1,2]},{\"id\":22,\"name\":\"admetrics GmbH\",\"policyUrl\":\"https://admetrics.io/en/privacy_policy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[3,4,5],\"featureIds\":[]},{\"id\":102,\"name\":\"SlimCut Media SAS\",\"policyUrl\":\"http://www.slimcutmedia.com/privacy-policy/\",\"purposeIds\":[1,2,3,4],\"legIntPurposeIds\":[5],\"featureIds\":[]},{\"id\":108,\"name\":\"Rich Audience\",\"policyUrl\":\"https://richaudience.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":18,\"name\":\"Widespace AB\",\"policyUrl\":\"https://www.widespace.com/legal/privacy-policy-notice/\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":68,\"name\":\"Sizmek Technologies, Inc. \",\"policyUrl\":\"https://www.sizmek.com/privacy-policy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[2]},{\"id\":122,\"name\":\"Avid Media Ltd\",\"policyUrl\":\"http://www.avidglobalmedia.eu/privacy-policy.html\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":118,\"name\":\"Drawbridge, Inc.\",\"policyUrl\":\"http://www.drawbridge.com/privacy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[],\"featureIds\":[2]},{\"id\":97,\"name\":\"LiveRamp, Inc.\",\"policyUrl\":\"liveramp.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2]},{\"id\":74,\"name\":\"Admotion SRL\",\"policyUrl\":\"http://www.admotion.com/policy/\",\"purposeIds\":[],\"legIntPurposeIds\":[1,3],\"featureIds\":[]},{\"id\":138,\"name\":\"ConnectAd Realtime GmbH\",\"policyUrl\":\"http://connectadrealtime.com/privacy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[3],\"featureIds\":[]},{\"id\":95,\"name\":\"Lotame Solutions, Inc.\",\"policyUrl\":\"https://www.lotame.com/about-lotame/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":72,\"name\":\"Nano Interactive GmbH\",\"policyUrl\":\"http://www.nanointeractive.com/privacy\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,5],\"featureIds\":[]},{\"id\":127,\"name\":\"PIXIMEDIA SAS\",\"policyUrl\":\"https://piximedia.com/privacy/\",\"purposeIds\":[1,2,4],\"legIntPurposeIds\":[3,5],\"featureIds\":[3]},{\"id\":136,\"name\":\"Ströer SSP GmbH\",\"policyUrl\":\"https://www.stroeer.de/fileadmin/user_upload/Datenschutz.pdf\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,5],\"featureIds\":[2,3]},{\"id\":111,\"name\":\"ShowHeroes GmbH\",\"policyUrl\":\"http://showheroes.com/privacy\",\"purposeIds\":[],\"legIntPurposeIds\":[5],\"featureIds\":[3]},{\"id\":56,\"name\":\"Confiant Inc.\",\"policyUrl\":\"https://www.confiant.com/privacy\",\"purposeIds\":[1],\"legIntPurposeIds\":[],\"featureIds\":[1]},{\"id\":124,\"name\":\"Teemo SA\",\"policyUrl\":\"https://teemo.co/fr/confidentialite/\",\"purposeIds\":[1,2,3,5],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":154,\"name\":\"YOC AG\",\"policyUrl\":\"https://yoc.com/privacy/\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[3,5],\"featureIds\":[3]},{\"id\":38,\"name\":\"Beemray Oy\",\"policyUrl\":\"https://www.beemray.com/privacy-policy/\",\"purposeIds\":[1,2,3,5],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":101,\"name\":\"MiQ\",\"policyUrl\":\"http://mediaiqdigital.com/wp-content/uploads/2018/03/EU-Non-EU-Privacy-Notice-2603181.pdf\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":149,\"name\":\"ADman Interactive SL\",\"policyUrl\":\"http://admanmedia.com/politica\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[5],\"featureIds\":[]},{\"id\":151,\"name\":\"Admedo Ltd\",\"policyUrl\":\"https://www.admedo.com/privacy-policy\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3],\"featureIds\":[3]},{\"id\":153,\"name\":\"MADVERTISE MEDIA\",\"policyUrl\":\"http://madvertise.com/en/gdpr/\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[3,5],\"featureIds\":[1,2,3]},{\"id\":159,\"name\":\"Underdog Media LLC \",\"policyUrl\":\"https://underdogmedia.com/privacy-policy/\",\"purposeIds\":[1,2,3,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":157,\"name\":\"Seedtag Advertising S.L\",\"policyUrl\":\"https://www.seedtag.com/en/privacy-policy/\",\"purposeIds\":[1],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":145,\"name\":\"Snapsort Inc., operating as Sortable\",\"policyUrl\":\"https://sortable.com/privacy\",\"purposeIds\":[1,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":131,\"name\":\"ID5 Technology SAS\",\"policyUrl\":\"https://www.id5.io/privacy\",\"purposeIds\":[1],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":158,\"name\":\"Reveal Mobile, Inc\",\"policyUrl\":\"revealmobile.com/privacy\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":147,\"name\":\"One Person Health, Inc. (DBA Adacado)\",\"policyUrl\":\"https://www.adacado.com/privacy-policy-april-25-2018/\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":130,\"name\":\"AdRoll Inc\",\"policyUrl\":\"adrollgroup.com/privacy\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3],\"featureIds\":[1,2]},{\"id\":129,\"name\":\"IPONWEB GmbH\",\"policyUrl\":\"https://www.iponweb.com/privacy-policy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":128,\"name\":\"BIDSWITCH GmbH\",\"policyUrl\":\"http://www.bidswitch.com/privacy-policy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":168,\"name\":\"EASYmedia GmbH\",\"policyUrl\":\"https://login.rtbmarket.com/gdpr\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":164,\"name\":\"Outbrain UK Ltd\",\"policyUrl\":\"https://www.outbrain.com/legal/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1]},{\"id\":144,\"name\":\"district m inc.\",\"policyUrl\":\"https://districtm.net/en/page/data-and-privacy-policy/\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[3,5],\"featureIds\":[3]},{\"id\":163,\"name\":\"Bombora Inc.\",\"policyUrl\":\"https://bombora.com/privacy\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3,4,5],\"featureIds\":[1,2]},{\"id\":173,\"name\":\"Yieldmo, Inc.\",\"policyUrl\":\"https://www.yieldmo.com/privacy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":88,\"name\":\"TreSensa, Inc.\",\"policyUrl\":\"www.tresensa.com/eu-privacy\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3],\"featureIds\":[]},{\"id\":78,\"name\":\"Flashtalking, Inc.\",\"policyUrl\":\"http://www.flashtalking.com/privacypolicy/\",\"purposeIds\":[],\"legIntPurposeIds\":[1,2,3],\"featureIds\":[]},{\"id\":59,\"name\":\"Sift Media, Inc\",\"policyUrl\":\"https://www.sift.co/privacy\",\"purposeIds\":[1,2,3],\"legIntPurposeIds\":[],\"featureIds\":[3]},{\"id\":114,\"name\":\"Sublime Skinz\",\"policyUrl\":\"http://ayads.co/privacy.php\",\"purposeIds\":[2,3],\"legIntPurposeIds\":[1,5],\"featureIds\":[]},{\"id\":175,\"name\":\"FORTVISION\",\"policyUrl\":\"http://fortvision.com/POC/index.html\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":133,\"name\":\"digitalAudience\",\"policyUrl\":\"http://digitalaudience.io/legal/privacy-cookies/\",\"purposeIds\":[1,5],\"legIntPurposeIds\":[],\"featureIds\":[1,2,3]},{\"id\":14,\"name\":\"Adkernel LLC\",\"policyUrl\":\"http://adkernel.com/privacy-policy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[2,3]},{\"id\":180,\"name\":\"Thirdpresence Oy\",\"policyUrl\":\"http://www.thirdpresence.com/privacy\",\"purposeIds\":[1],\"legIntPurposeIds\":[3],\"featureIds\":[3]},{\"id\":183,\"name\":\"EMX Digital LLC\",\"policyUrl\":\"https://emxdigital.com/privacy/\",\"purposeIds\":[1,2],\"legIntPurposeIds\":[3,4,5],\"featureIds\":[2,3]},{\"id\":58,\"name\":\"33Across\",\"policyUrl\":\"http://www.33across.com/privacy-policy\",\"purposeIds\":[1,2,3,5],\"legIntPurposeIds\":[],\"featureIds\":[2]},{\"id\":140,\"name\":\"Platform161\",\"policyUrl\":\"https://platform161.com/cookie-and-privacy-policy/\",\"purposeIds\":[1,2,3,4,5],\"legIntPurposeIds\":[],\"featureIds\":[]},{\"id\":90,\"name\":\"Teroa S.A.\",\"policyUrl\":\"https://www.e-planning.net/en/privacy.html\",\"purposeIds\":[1],\"legIntPurposeIds\":[2,3,4,5],\"featureIds\":[]}]}"
	},
	"type": "GetConsentStringData"
}
https://netzclub.postr.co.nz/UserSwipe?userid=[USERID]&hash=[SESSIONID]&wifi=true&timestamp=[TIMESTAMP8]&version=21&sdk_version=28&swipe_tracked=false&jsondata=%7B%22type%22%3A%22UserClickSwipeAndContent%22%2C%22clicks%22%3A0%2C%22impressions%22%3A1%2C%22screen_on_impressions%22%3A0%2C%22ad_id%22%3A%22%22%2C%22video_position%22%3A-1%7D

The URL encoded json:

{
  "type": "UserClickSwipeAndContent",
  "clicks": 0,
  "impressions": 1,
  "screen_on_impressions": 0,
  "ad_id": "",
  "video_position": -1
}

Returns:

{
  "result": false,
  "force_waterfall_timestamp": 0,
  "force_update_timestamp": 0,
  "type": "UserSwipe"
}
import requests
import json
from datetime import datetime
from dateutil.tz import tzlocal
baseurl = "https://netzclub.postr.co.nz/"
def getTimestamp():
return datetime.now(tzlocal()).strftime('%Y-%m-%dT%H:%M:%S%z')
def sendVerifyCode(mobile):
param = {"mobile": mobile,
"timestamp": getTimestamp(),
"version": 21,
"sdk_version": 28}
reqverify = requests.get('{}SendVerify'.format(baseurl), params=param)
return json.loads(reqverify.text)
def verifyCode(mobile, guid, code):
param = {"guid": guid,
"mobile": mobile,
"code": code,
"timestamp": getTimestamp(),
"version": 21,
"sdk_version": 28}
#https://netzclub.postr.co.nz/CheckVerificationCode?guid=[GUID]&mobile=[MOBILE NUMBER]&code=[CODE]&timestamp=[TIMESTAMP2]&version=21&sdk_version=28
reqverifysend = requests.get('{}CheckVerificationCode'.format(baseurl), params=param)
return json.loads(reqverifysend.text)
def register(mobile, guid, session, code):
param = {"guid": guid,
"mobile": mobile,
"hash": session,
"verificationcode": code,
"postcode": "0000",
"timestamp": getTimestamp(),
"version": 21,
"sdk_version": 28}
#https://netzclub.postr.co.nz/Register?guid=[GUID]&mobile=[MOBILE NUMBER]&hash=[SESSIONID]&invitecode=&verificationcode=[CODE]&postcode=0000&timestamp=[TIMESTAMP3]&version=21&sdk_version=28
reqregister = requests.get('{}Register'.format(baseurl), params=param)
return json.loads(reqregister.text)
def getInfo(userid, session):
param = {"userid": userid,
"hash": session,
"timestamp": getTimestamp()}
#https://netzclub.postr.co.nz/GetCollectingInfo?userid=[USERID]&hash=[SESSIONID]&timestamp=[TIMESTAMP4]
reqinfo = requests.get('{}GetCollectingInfo'.format(baseurl), params=param)
return json.loads(reqinfo.text)
def getGeneralConfig(userid, session):
param = {"userid": userid,
"hash": session,
"wifi": "true",
"timestamp": getTimestamp(),
"version": 21,
"sdk_version": 28}
#https://netzclub.postr.co.nz/GetGeneralConfig?userid=[USERID]&hash=[SESSIONID]&wifi=true&timestamp=[TIMESTAMP5]&version=21&sdk_version=28
reqconfig = requests.get('{}GetGeneralConfig'.format(baseurl), params=param)
return json.loads(reqconfig.text)
def getAdWaterfall(userid, session):
param = {"userid": userid,
"hash": session,
"wifi": "true",
"timestamp": getTimestamp(),
"version": 21,
"sdk_version": 28}
#https://netzclub.postr.co.nz/GetAdWaterfall?userid=[USERID]&hash=[SESSIONID]&wifi=true&timestamp=[TIMESTAMP6]&version=21&sdk_version=28
reqconfig = requests.get('{}GetAdWaterfall'.format(baseurl), params=param)
return json.loads(reqconfig.text)
def getContent(fileid, folder):
param = {"id": fileid,
"folder": folder}
#https://netzclub.postr.co.nz/HostedContent?id=5d9df296efca154cac0ea07b28b872b0&folder=wallpaper
reqconfig = requests.get('{}HostedContent'.format(baseurl), params=param)
return json.loads(reqconfig.text)
def setUserDeviceDetails(userid, session):
param = {"userid": userid,
"hash": session,
"wifi": "true",
"timestamp": getTimestamp(),
"version": 21,
"sdk_version": 28,
"is_limit_ad_tracking_enabled": "false"}
#https://netzclub.postr.co.nz/SetUserDeviceDetails?userid=[USERID]&hash=[SESSIONID]&wifi=true&timestamp=[TIMESTAMP7]&version=21&sdk_version=28&is_limit_ad_tracking_enabled=false
reqconfig = requests.get('{}SetUserDeviceDetails'.format(baseurl), params=param)
return json.loads(reqconfig.text)
def userSwipe(userid, session, adid, clicks, impressions, screen_on_impressions):
jsondata = json.dumps({
"type": "UserClickSwipeAndContent",
"clicks": clicks,
"impressions": impressions,
"screen_on_impressions": screen_on_impressions,
"ad_id": adid,
"video_position": -1})
param = {"userid": userid,
"hash": session,
"wifi": "true",
"timestamp": getTimestamp(),
"version": 21,
"sdk_version": 28,
"swipe_tracked": "false",
"jsondata": jsondata}
#https://netzclub.postr.co.nz/UserSwipe?userid=[USERID]&hash=[SESSIONID]&wifi=true&timestamp=[TIMESTAMP8]&version=21&sdk_version=28&swipe_tracked=false&jsondata=%7B%22type%22%3A%22UserClickSwipeAndContent%22%2C%22clicks%22%3A0%2C%22impressions%22%3A1%2C%22screen_on_impressions%22%3A0%2C%22ad_id%22%3A%22%22%2C%22video_position%22%3A-1%7D
reqconfig = requests.get('{}UserSwipe'.format(baseurl), params=param)
return json.loads(reqconfig.text)
@farOverNinethousand
Copy link

Thx!
Es gibt nun einen weiteren Aufruf: "/GetPremiumAd"
Außerdem existiert nun ein kleines Projekt zum Prüfen von Netzclub Accounts:
https://github.com/farOverNinethousand/NetzclubChecker

Grüße, farOverNinethousand

P.S. Ich wünsche noch einen schönen Sonntag und möglichst wenige Sturmschäden!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment