An introduction to the Postscript Destination
1. Create a Postscript API key
Converge
).2. Create the Converge Destination
Converge Feature | Supported |
---|---|
Custom Events | |
Filters | |
Server-side Conversions |
Viewed Product
Viewed Product
spec hereAdded To Cart
Added To Cart
spec hereRemoved From Cart
Removed From Cart
spec hereConverge Event Name | Postscript Event Name |
---|---|
Viewed Product | Converge - viewed_product |
Added To Cart | Converge - add_to_cart |
Started Checkout | Converge - initiate_checkout |
Viewed Collection | Converge - viewed_collection |
Placed Order | Converge - purchase |
Converge - viewed_product
Postscript Property | Converge Property |
---|---|
name | name |
price_in_cents | price converted to cents |
resource_id | product_id |
resource_type | Fixed to "product" |
sku | sku |
variant_name | variant_name |
variant_id | variant_id |
vendor | vendor |
currency | currency |
url | url |
image_url | image_url |
Converge - add_to_cart
Postscript Property | Converge Property |
---|---|
name | name |
price_in_cents | price |
resource_id | product_id |
resource_type | Fixed to "product" |
sku | sku |
variant_name | variant_name |
variant_id | variant_id |
vendor | vendor |
currency | currency |
url | url |
image_url | image_url |
quantity | quantity |
Converge - initiate_checkout
Postscript Property | Converge Property |
---|---|
item_names | name for each item |
item_vendors | vendor for each item |
coupon | coupon (separated by , ) |
total_value_in_cents | total_price converted to cents |
discount_value_in_cents | total_discount converted to cents |
tax_value_in_cents | total_tax converted to cents |
shipping_value_in_cents | total_shipping converted to cents |
currency | currency |
items | list of items (same mapping as Converge - add_to_cart ) |
Converge - viewed_collection
Postscript Property | Converge Property |
---|---|
category | name |
category_id | id |
image_url | image_url |
quantity | quantity |
Converge - purchase
Postscript Property | Converge Property |
---|---|
order_id | event_id |
item_names | name for each item |
item_vendors | vendor for each item |
coupon | coupon (separated by , ) |
total_value_in_cents | total_price converted to cents |
discount_value_in_cents | total_discount converted to cents |
tax_value_in_cents | total_tax converted to cents |
shipping_value_in_cents | total_shipping converted to cents |
currency | currency |
items | list of items (same mapping as Converge - add_to_cart ) |