Class IpData
IP address information for a user. We recommend including observe_start_time and observe_end_time to help improve Customer Match match rates.
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class IpData : IMessage<IpData>, IEquatable<IpData>, IDeepCloneable<IpData>, IBufferMessage, IMessage
Constructors
IpData()
Declaration
public IpData()
IpData(IpData)
Declaration
public IpData(IpData other)
Parameters
| Type | Name | Description |
|---|---|---|
| IpData | other |
Properties
IpAddress
Required. IP address captured at the time of customer interaction. Accepts standard string formats for both IPv4 and IPv6.
Declaration
public string IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ObserveEndTime
Optional. Last recorded interaction time from this IP address in a session.
Declaration
public Timestamp ObserveEndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |
ObserveStartTime
Optional. First recorded interaction time from this IP address in a session.
Declaration
public Timestamp ObserveStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |