Show / Hide Table of Contents

Class GoogleCloudRetailV2betaCollectUserEventRequest

Request message for CollectUserEvent method.

Inheritance
object
GoogleCloudRetailV2betaCollectUserEventRequest
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.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaCollectUserEventRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Ets

The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.

Declaration
[JsonProperty("ets")]
public virtual long? Ets { get; set; }
Property Value
Type Description
long?

PrebuiltRule

The prebuilt rule name that can convert a specific type of raw_json. For example: "ga4_bq" rule for the GA4 user event schema.

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

RawJson

An arbitrary serialized JSON string that contains necessary information that can comprise a user event. When this field is specified, the user_event field will be ignored. Note: line-delimited JSON is not supported, a single JSON only.

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

Uri

The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for 3rd party requests.

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

UserEvent

Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX