Contents

AppsAdGroupMetrics

Ad group-level metrics for apps, inheriting all properties from AppsMetrics.

Declaration

object AppsAdGroupMetrics

Properties

NameTypeDescription
datedate

Report date in YYYY-MM-DD format.

localSpendMoney

Total spend in the reporting period. See Money.

impressionsint64

Total ad impressions.

tapsint64

Total ad taps.

ttrnumber

Tap-through rate (taps divided by impressions).

cptMoney

Average cost per tap. See Money.

cpmMoney

Average cost per thousand impressions. See Money.

tapInstallsint64

Number of installs attributed to taps.

tapInstallCPIMoney

Average cost per tap-attributed install. See Money.

totalNewDownloadsint64

Total new downloads (first-time installs) across all attribution types.

totalRedownloadsint64

Total redownloads (installs of an app the user previously had installed, verified by the App Store) across all attribution types.

viewInstallsint64

Number of installs attributed to view-through (impression-based) attribution.

totalInstallsint64

Total installs combining tap and view attribution.

tapNewDownloadsint64

New downloads attributed to taps.

tapRedownloadsint64

Redownloads attributed to taps.

viewNewDownloadsint64

New downloads attributed to view-through impressions.

viewRedownloadsint64

Redownloads attributed to view-through impressions.

totalAvgCPIMoney

Average cost per install across all attribution types. See Money.

totalInstallRatenumber

Total install rate (total installs divided by taps).

tapInstallRatenumber

Tap install rate (tap installs divided by taps).

tapPreOrdersPlacedint64

Pre-orders placed attributed to taps.

viewPreOrdersPlacedint64

Pre-orders placed attributed to view-through impressions.

totalPreOrdersPlacedint64

Total pre-orders placed across all attribution types.

Discussion

The AppsAdGroupMetrics extends AppsMetrics with no additional fields. It’s the metrics object embedded in apps ad group report rows.

See Also