IMA SDK'sı ile TypeScript kullanma
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
TypeScript, JavaScript'e derlenen, güçlü şekilde yazılmış, nesne yönelimli bir programlama dilidir. TypeScript, JavaScript'in bir üst kümesidir ve JavaScript'in tüm özelliklerinin yanı sıra isteğe bağlı statik yazım özelliğini destekler.
TypeScript araçları, düz JavaScript'de fark edemeyeceğiniz hataları tespit edip önlemeye yardımcı olabilir.
Başlayın
DefinitelyTyped, IMA SDK kitaplığı da dahil olmak üzere birçok paket için tür beyan dosyaları içeren bir depoyu yöneten açık kaynak bir projedir. IMA türlerini npm ile @types/google_interactive_media_ads_types paketinden yükleyebilirsiniz.
npm install --save-dev @types/google_interactive_media_ads_types
Yüklemeden sonra, kendi kodunuzda google.ima
nesnesi tarafından sunulan tüm türlere erişebilirsiniz. Visual Studio Code gibi bu özelliklere sahip kaynak kod düzenleyicilerde IMA yöntemleri ve özellikleri için kod tamamlama ve içerik yardımı özelliklerinden de yararlanabilirsiniz.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-10 UTC.
[null,null,["Son güncelleme tarihi: 2025-08-10 UTC."],[[["\u003cp\u003eTypeScript is a strongly typed, object-oriented programming language that compiles to JavaScript and supports all of JavaScript's features plus optional static typing.\u003c/p\u003e\n"],["\u003cp\u003eTypeScript tooling helps in detecting and preventing bugs that might go unnoticed in plain JavaScript.\u003c/p\u003e\n"],["\u003cp\u003eDefinitelyTyped is an open-source project containing type declaration files for various packages, including the IMA SDK library.\u003c/p\u003e\n"],["\u003cp\u003eInstalling the IMA types using npm from the @types/google-interactive-media-ads package gives you access to all types exposed by the google.ima object.\u003c/p\u003e\n"],["\u003cp\u003eAfter installation, source code editors with features like code completion and content assist can be used to take full advantage of IMA methods and properties.\u003c/p\u003e\n"]]],[],null,["# Use TypeScript with the IMA SDK\n\n[TypeScript](//www.typescriptlang.org/) is a strongly typed, object-oriented\nprogramming language that compiles to JavaScript. TypeScript is a superset of\nJavaScript, and supports all of JavaScript's features plus optional\n[static typing](//en.wikipedia.org/wiki/Type_system#STATIC).\n[TypeScript tooling](http://www.typescriptlang.org/docs/handbook/2/basic-types.html#types-for-tooling)\ncan help detect and prevent bugs that you might not notice in plain JavaScript.\n\nGet started\n-----------\n\n[DefinitelyTyped](//github.com/DefinitelyTyped/DefinitelyTyped) is an open\nsource project that maintains a repository of type\n[declaration files](//www.typescriptlang.org/docs/handbook/declaration-files/introduction.html)\nfor many packages, including the IMA SDK library. You can install the IMA types\nwith [npm](//docs.npmjs.com/about-npm) from the\n[@types/google_interactive_media_ads_types](//www.npmjs.com/package/@types/google_interactive_media_ads_types)\npackage. \n\n npm install --save-dev @types/google_interactive_media_ads_types\n\nAfter installation, you have access to all of the types exposed by the\n[`google.ima`](/interactive-media-ads/docs/sdks/html5/client-side/reference/ts)\nobject in your own code. You can also take advantage of code completion and\ncontent assist for IMA methods and properties in source code editors that have\nthose features, for example, [Visual Studio Code](https://code.visualstudio.com/docs/languages/typescript)."]]