workspaceId (required)organizationId (optional)userId (optional)createdStart, createdEndcurl --location --request GET 'https://api.data.v4.marketing/v1/google-analytics/products?workspaceId=workspace_123&organizationId&userId&createdStart=2026-01-01T00:00:00Z&createdEnd=2026-01-31T23:59:59Z&page&limit' \
--header 'x-client-id: <api-key>' \
--header 'x-client-secret: <api-key>'{
"data": [
{
"item_name": "string",
"item_id": "string",
"date": "2019-08-24",
"item_revenue": 0,
"items_purchased": 0,
"item_list_click_through_rate": 0,
"items_added_to_cart": 0,
"items_checked_out": 0,
"items_clicked_in_promotion": 0,
"items_viewed": 0,
"workspace_id": "string",
"organization_id": "string",
"user_id": "string",
"inserted_at": "2019-08-24T14:15:22.123Z",
"document_id": "string"
}
],
"meta": {
"page": 0,
"limit": 0,
"hasNextPage": true,
"hasPreviousPage": true
}
}