Class ProjectsResource.LocationsResource.UserEventsResource
The "userEvents" collection of methods.
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.UserEventsResource
Constructors
UserEventsResource(IClientService)
Constructs a new resource.
Declaration
public UserEventsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Collect(string)
Writes a single user event from the browser. This uses a GET request to due to browser restriction of POST-ing to a third-party domain. This method is used only by the Discovery Engine API JavaScript pixel and Google Tag Manager. Users should not call this method directly.
Declaration
public virtual ProjectsResource.LocationsResource.UserEventsResource.CollectRequest Collect(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent DataStore resource name, such as
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UserEventsResource.CollectRequest |
Write(GoogleCloudDiscoveryengineV1UserEvent, string)
Writes a single user event.
Declaration
public virtual ProjectsResource.LocationsResource.UserEventsResource.WriteRequest Write(GoogleCloudDiscoveryengineV1UserEvent body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDiscoveryengineV1UserEvent | body | The body of the request. |
string | parent | Required. The parent resource name. If the write user event action is applied in DataStore level,
the format is:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UserEventsResource.WriteRequest |