\r\n

51Degrees Device Detection Python  4.4

Device Detection services for 51Degrees Pipeline

fiftyone_devicedetection_examples.onpremise.failuretomatch Namespace Reference

 data_file = ExampleUtils.find_file("51Degrees-LiteV4.1.hash")
 pipeline
 flowdata1 = pipeline.create_flowdata()
string  iphone_ua = "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Mobile/15C114"
string  badUA = "--"  flowdata2 = pipeline.create_flowdata()

Variable Documentation

◆ badUA

string fiftyone_devicedetection_examples.onpremise.failuretomatch.badUA = "--"

◆ data_file

fiftyone_devicedetection_examples.onpremise.failuretomatch.data_file = ExampleUtils.find_file("51Degrees-LiteV4.1.hash")

◆ flowdata1

fiftyone_devicedetection_examples.onpremise.failuretomatch.flowdata1 = pipeline.create_flowdata()

◆ flowdata2

fiftyone_devicedetection_examples.onpremise.failuretomatch.flowdata2 = pipeline.create_flowdata()

◆ iphone_ua

string fiftyone_devicedetection_examples.onpremise.failuretomatch.iphone_ua = "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Mobile/15C114"

◆ pipeline

fiftyone_devicedetection_examples.onpremise.failuretomatch.pipeline
Initial value:
1 = DeviceDetectionOnPremisePipelineBuilder(
2  data_file_path = data_file,
3  licence_keys = "",
4  performance_profile = 'MaxPerformance',
5  auto_update=False).build()
Definition: __init__.py:1
On This Page