55 lines
1.8 KiB
Swift
55 lines
1.8 KiB
Swift
//
|
|
// GoogleAdIDs.swift
|
|
// WOKA
|
|
//
|
|
// Created by MacBook Pro on 09/09/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension K{
|
|
struct GoogleAdIDs{
|
|
static let wokaFM = "ca-app-pub-5699008063638916/1888514001"
|
|
|
|
static let webSeries1 = "ca-app-pub-5699008063638916/1393141241"
|
|
static let webSeries2 = "ca-app-pub-5699008063638916/4168877199"
|
|
|
|
static let karaoke1 = "ca-app-pub-5699008063638916/8596637987"
|
|
static let karaoke2 = "ca-app-pub-5699008063638916/1903237126"
|
|
|
|
static let shop = "ca-app-pub-5699008063638916/4110598069"
|
|
|
|
static let audioBooks1 = "ca-app-pub-5699008063638916/9889538353"
|
|
static let audioBooks2 = "ca-app-pub-5699008063638916/1711665437"
|
|
|
|
static let games1 = "ca-app-pub-5699008063638916/1159570479"
|
|
static let games2 = "ca-app-pub-5699008063638916/6487918777"
|
|
|
|
static let myListNotifications = "ca-app-pub-5699008063638916/8922510426"
|
|
|
|
static let blogs = "ca-app-pub-5699008063638916/8441860789"
|
|
|
|
//
|
|
//
|
|
//
|
|
static let test = "ca-app-pub-3940256099942544/2934735716"
|
|
|
|
// static let karaoke = "ca-app-pub-3940256099942544/2934735716"
|
|
|
|
static let games = "ca-app-pub-3940256099942544/2934735716"
|
|
static let gamesDetailsInterStial = "ca-app-pub-5699008063638916/8126400123"
|
|
// static let themeTwo = "ca-app-pub-3940256099942544/2934735716"
|
|
static let themeTwo = "ca-app-pub-5699008063638916/1393141241"
|
|
|
|
static let splashBanner1 = "ca-app-pub-5699008063638916/1393141241"
|
|
static let splashBanner2 = "ca-app-pub-5699008063638916/1888514001"
|
|
|
|
|
|
}
|
|
|
|
struct MediaIDs{
|
|
// this will map the live stream data
|
|
static let liveStreamMediaID = "YR5pnlIM"
|
|
}
|
|
}
|