# DeviceAtlas Cloud Client API Examples #
The Example package contains a number of examples to demonstrate the API features, usage
and some possible use cases. They are split into sample command line and web
applications.
#### Basic Usage ####
Includes two examples. One simple command line example which uses the API to
detect and get properties from header sets. The other example is a web application
to be used in a servlet container. This example uses the API with the request
object to automatically detect and get the properties for the request. Using
custom API configs and the client-side-component is shown in this example.
#### Redirection ####
This web example uses the API to get properties for the current request and then
uses some basic property values to decide which website provides the most suitable
content for the device making the request.
#### Content Adaptation ####
This web example uses the API to get properties for the device making the current
request and then uses some basic property values to choose a suitable template to
wrap around the content.
#### Analytics ####
This web example uses the API to get properties for user-agents from a given list.
Some properties such as vendor, browser name and device type are aggregated and
the results are displayed as graphs and numbers.
#### Content Targeting ####
This example uses the API to detect the device and use some of its properties to
show certain advertisements and download links which may be related or of interest
to the user, considering his/her device.
Note that in the web examples which use the API, the client side properties are
taken into account automatically by the API if the cookie exists on the browser.
This means if the cookie already exists within your browser you will still see
the client side properties in the result even when the DeviceAtlas client side
component is not added to the page. You can delete the cookie manually to see the
differences between the results from examples which use the client side component
and those that don't.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
_ Copyright (c) DeviceAtlas Limited 2021. All Rights Reserved. _
_ https://deviceatlas.com _