---
title: "Get template Ad Insight"
method: GET
path: "/app/{appId}/template/{templateId}/insights"
tags: ["Template"]
---

# Get template Ad Insight

`GET /app/{appId}/template/{templateId}/insights`

## Path parameters

- `appId` string, required
- `templateId` string, required

## Query parameters

- `requestParams` object

## Response `200`

Success

- TemplateInsights
  - `templateId` string — Unique identifier for the template
  - `views` integer — Number of views for the template
  - `interactions` integer — Number of interactions with the template
  - `conversionRate` number, float — Conversion rate of the template
  - `lastUpdated` string, date-time — Last updated timestamp for the insights

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - no permissions to access resource
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/gupshup/apis/partner-portal-public-apis.md) · [All operations](https://skmtc.net/gupshup/apis/partner-portal-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupshup/partner-portal-public-apis/revisions/1846573c8f87/schema)
