Skip to content

Commit

Permalink
Correct README Auto tracking device IP section codes (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td authored Jul 15, 2024
1 parent 4f10ea2 commit 20cc030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,13 +490,13 @@ It outputs the following column names and values:
Device IP will be added to each event automatically in `td_ip` column if you call `enableAutoTrackingIP`. Note that the tracked IP address is the one when you upload the events to Treasure Data, not the one when you add the event.

```
[[TreasureData sharedInstance] enableAutoTrackingIP];
TreasureData.sharedInstance().enableAutoTrackingIP();
```

To disable auto tracking IP:

```
[[TreasureData sharedInstance] disableAutoTrackingIP];
TreasureData.sharedInstance().disableAutoTrackingIP();
```

### Profiles API
Expand Down

0 comments on commit 20cc030

Please sign in to comment.