Show / Hide Table of Contents

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.

Inheritance
object
IpData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class IpData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IpAddress

Required. IP address captured at the time of customer interaction. Accepts standard string formats for both IPv4 and IPv6.

Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type Description
string

ObserveEndTime

object representation of ObserveEndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ObserveEndTimeDateTimeOffset instead.")]
public virtual object ObserveEndTime { get; set; }
Property Value
Type Description
object

ObserveEndTimeDateTimeOffset

DateTimeOffset representation of ObserveEndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ObserveEndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ObserveEndTimeRaw

Optional. Last recorded interaction time from this IP address in a session.

Declaration
[JsonProperty("observeEndTime")]
public virtual string ObserveEndTimeRaw { get; set; }
Property Value
Type Description
string

ObserveStartTime

object representation of ObserveStartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ObserveStartTimeDateTimeOffset instead.")]
public virtual object ObserveStartTime { get; set; }
Property Value
Type Description
object

ObserveStartTimeDateTimeOffset

DateTimeOffset representation of ObserveStartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ObserveStartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ObserveStartTimeRaw

Optional. First recorded interaction time from this IP address in a session.

Declaration
[JsonProperty("observeStartTime")]
public virtual string ObserveStartTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX