Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 19 additions & 7 deletions docs/guides/mobile-plugin-gma-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,21 @@ This plugin simplifies integration with Google Mobile Ads (GMA) for any publishe

## Version

<!-- As of 2024-10-22 -->
<!-- As of 2026-06-12 -->

This documentation is for the UID2 GMA Plugin for iOS version 1.0.0 or later.
This documentation is for the UID2 GMA Plugin for iOS version 3.1.0 or later.

### Version compatibility

The following table shows which versions of the UID2 GMA Plugin for iOS are compatible with each version of the Google Mobile Ads SDK and the UID2 SDK for iOS.

| GMA Plugin Version | GMA SDK Version | UID2 SDK for iOS Version |
| :--- | :--- | :--- |
| 3.1.0 (latest) | 13.x | 1.7.0 – 3.x |
| 3.0.0 – 3.0.2 | 13.x | 1.7.0 – 2.x |
| 2.0.0 – 2.0.2 | 12.x | 1.7.0 – 1.x |
| 1.0.0 – 1.0.1 | 10.7.0 – 11.x | 1.7.0 – 1.x |
| 0.3.0 – 0.4.0 | 10.7.0 – 11.x | 0.2.0 – 1.x |

## GitHub repository

Expand All @@ -40,13 +52,13 @@ The steps you'll take in the UID2 Portal are different depending on whether your

To run this plugin, install the following:

1. Google Mobile Ads SDK v10.7.0 or later:
1. Google Mobile Ads SDK v13.0.0 or later:
- [SDK](https://developers.google.com/admob/ios)
- [Release Notes](https://developers.google.com/admob/ios/rel-notes)
1. SDK for iOS v1.7.0 or later:
- [SDK](https://github.com/IABTechLab/uid2-ios-sdk)
- [SDK for iOS reference guide](../sdks/sdk-ref-ios.md)
1. [UID2 GMA Plugin for iOS v1.0.0](https://github.com/IABTechLab/uid2-ios-plugin-google-gma)
1. [UID2 GMA Plugin for iOS v3.1.0](https://github.com/IABTechLab/uid2-ios-plugin-google-gma)

## Installation

Expand All @@ -66,7 +78,7 @@ Add the following dependency to Package.swift:

```js
dependencies: [
.package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", exact: "1.0.0")
.package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", from: "3.1.0")
]
```

Expand All @@ -76,12 +88,12 @@ In the Xcode user interface, under Package Dependencies, add the following entry

| Name | Location | Dependency Rule |
| :--- | :--- | :--- |
| uid2-ios-plugin-google-gma | `git@github.com:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 1.0.0 |
| uid2-ios-plugin-google-gma | `git@github.com:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 3.1.0 |

### Installing with CocoaPods

Add the following entry in your `Podfile`:

```
pod 'UID2GMAPlugin', '1.0.0'
pod 'UID2GMAPlugin', '3.1.0'
```
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,21 @@ UID2 Google Mobile Ads (GMA) Plugin for iOS は、[Google Mobile Ads (GMA) SDK](

## Version

<!-- As of 2024-10-23 -->
<!-- As of 2026-06-12 -->

このドキュメントは UID2 GMA Plugin for iOS バージョン 1.0.0 以降用です。
このドキュメントは UID2 GMA Plugin for iOS バージョン 3.1.0 以降用です。

### Version compatibility

以下の表は、UID2 GMA Plugin for iOS の各バージョンと、Google Mobile Ads SDK および UID2 SDK for iOS の互換性を示しています。

| GMA Plugin バージョン | GMA SDK バージョン | UID2 SDK for iOS バージョン |
| :--- | :--- | :--- |
| 3.1.0 (最新) | 13.x | 1.7.0 – 3.x |
| 3.0.0 – 3.0.2 | 13.x | 1.7.0 – 2.x |
| 2.0.0 – 2.0.2 | 12.x | 1.7.0 – 1.x |
| 1.0.0 – 1.0.1 | 10.7.0 – 11.x | 1.7.0 – 1.x |
| 0.3.0 – 0.4.0 | 10.7.0 – 11.x | 0.2.0 – 1.x |

## GitHub repository

Expand All @@ -40,13 +52,13 @@ UID2 Portal で実行する手順は、実装が Client-Side、Client-Server、S

このプラグインを実行するには、以下をインストールします:

1. Google Mobile Ads SDK v10.7.0 or later:
1. Google Mobile Ads SDK v13.0.0 or later:
- [SDK](https://developers.google.com/admob/ios)
- [Release Notes](https://developers.google.com/admob/ios/rel-notes)
1. SDK for iOS v1.7.0 or later:
- [SDK](https://github.com/IABTechLab/uid2-ios-sdk)
- [SDK for iOS reference guide](../sdks/sdk-ref-ios.md)
1. [UID2 GMA Plugin for iOS v1.0.0](https://github.com/IABTechLab/uid2-ios-plugin-google-gma)
1. [UID2 GMA Plugin for iOS v3.1.0](https://github.com/IABTechLab/uid2-ios-plugin-google-gma)

## Installation

Expand All @@ -66,7 +78,7 @@ Package.swift に次の依存関係を追加します:

```js
dependencies: [
.package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", exact: "1.0.0")
.package(url: "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", from: "3.1.0")
]
```

Expand All @@ -76,12 +88,12 @@ Xcode ユーザーインターフェースで、パッケージ依存関係の

| Name | Location | Dependency Rule |
| :--- | :--- | :--- |
| uid2-ios-plugin-google-gma | `git@github.com:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 1.0.0 |
| uid2-ios-plugin-google-gma | `git@github.com:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 3.1.0 |

### Installing with CocoaPods

`Podfile` に次のエントリを追加します:

```
pod 'UID2GMAPlugin', '1.0.0'
pod 'UID2GMAPlugin', '3.1.0'
```
Loading