Conversational Actions will be deprecated on June 13, 2023. For more information, see Conversational Actions sunset.

CompletePurchaseValue

Stay organized with collections Save and categorize content based on your preferences.

Contains sku details for digital in-app goods.

JSON representation
{
  "purchaseStatus": enum (PurchaseStatus),
  "orderId": string,
  "purchaseToken": string
}
Fields
purchaseStatus

enum (PurchaseStatus)

Status of current purchase.

orderId

string

A unique order identifier for the transaction. This identifier corresponds to the Google provided order ID.

purchaseToken

string

A opaque token that uniquely identifies a purchase for a given item and user pair.