Reference documentation and code samples for the Google Ads Data Manager V1 Client 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.
Generated from protobuf message google.ads.datamanager.v1.IpData
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ ip_address
string
Required. IP address captured at the time of customer interaction. Accepts standard string formats for both IPv4 and IPv6.
↳ observe_start_time
Google\Protobuf\Timestamp
Optional. First recorded interaction time from this IP address in a session.
↳ observe_end_time
Google\Protobuf\Timestamp
Optional. Last recorded interaction time from this IP address in a session.
getIpAddress
Required. IP address captured at the time of customer interaction.
Accepts standard string formats for both IPv4 and IPv6.
string
setIpAddress
Required. IP address captured at the time of customer interaction.
Accepts standard string formats for both IPv4 and IPv6.
var
string
$this
getObserveStartTime
Optional. First recorded interaction time from this IP address in a session.
hasObserveStartTime
clearObserveStartTime
setObserveStartTime
Optional. First recorded interaction time from this IP address in a session.
$this
getObserveEndTime
Optional. Last recorded interaction time from this IP address in a session.
hasObserveEndTime
clearObserveEndTime
setObserveEndTime
Optional. Last recorded interaction time from this IP address in a session.
$this

