---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://appmetrica.yandex.com/docs/en/sdk/ios/analytics/objectivec/AMACustomCounterAttribute.md
  - https://appmetrica.yandex.com/docs/ru/sdk/ios/analytics/objectivec/AMACustomCounterAttribute.md
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.com/docs/en/llms.txt

# AMACustomCounterAttribute protocol

The protocol defines methods for updating the value of the tag type attribute.

## Instance methods {#instance_summary}

#|
|| -[withDelta:](#method_withDelta) | Updates the attribute value with the specified delta value. ||
|#

## Method descriptions {#method_detail}

### -withDelta: {#method_withDelta}

```objectivec translate=no
- (AMAUserProfileUpdate *)withDelta:(double)value
```

Updates the attribute value with the specified delta value.

**Parameters:**

#|
|| `value` | The delta value to change the attribute value to. ||
|#

**Returns:**

The `AMAUserProfileUpdate` class instance.
