google-adwords-node
Version:
Google Ads API Client Library for Node.js
15 lines (14 loc) • 383 B
TypeScript
export declare namespace AppConversion {
enum AppPlatform {
NONE = "NONE",
ITUNES = "ITUNES",
ANDROID_MARKET = "ANDROID_MARKET",
MOBILE_APP_CHANNEL = "MOBILE_APP_CHANNEL"
}
enum AppConversionType {
NONE = "NONE",
DOWNLOAD = "DOWNLOAD",
IN_APP_PURCHASE = "IN_APP_PURCHASE",
FIRST_OPEN = "FIRST_OPEN"
}
}