> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmassive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How can I combine different targeting features?

Example combinations:

1. Device with Location:

```java theme={null}
{USERNAME}-device-mobile-country-GB-city-London:{PASSWORD}
```

2. Device with Session:

```java theme={null}
{USERNAME}-device-mobile-session-123:{PASSWORD}
```

3. Complete Integration:

```java theme={null}
curl -x https://network.joinmassive.com:65535 \
-U '{USERNAME}-device-mobile-country-US-subdivision-NY-session-876:{PASSWORD}' \
https://cloudflare.com/cdn-cgi/trace
```
