<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_parameters_attribution_t",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@E@nw_parameters_attribution_t"
  },
  "title" : "nw_parameters_attribution_t"
}
-->

# nw_parameters_attribution_t

The entities that can make a network request.

```
enum nw_parameters_attribution_t
```

## Overview

Use one of these values when setting the `attribution` parameter of a network request with the [`nw_parameters_get_attribution(_:)`](/documentation/Network/nw_parameters_get_attribution(_:)) method. If you don’t set a value, the system assumes [`nw_parameters_attribution_t.developer`](/documentation/Network/nw_parameters_attribution_t/developer).

## Topics

### Request Sources

[`nw_parameters_attribution_t.developer`](/documentation/Network/nw_parameters_attribution_t/developer)

A developer-initiated network request.

[`nw_parameters_attribution_t.user`](/documentation/Network/nw_parameters_attribution_t/user)

The user explicitly directs the app to make a network request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)