Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 4.18 KB

File metadata and controls

87 lines (55 loc) · 4.18 KB
title UID2 GMA Plugin for iOS
description iOS アプリの広告リクエストに GMA を使用するパブリッシャーのためのガイド。
hide_table_of_contents false
sidebar_position 13
displayed_sidebar docs

import Link from '@docusaurus/Link';

UID2 GMA Plugin for iOS integration guide

UID2 Google Mobile Ads (GMA) Plugin for iOS は、Google Mobile Ads (GMA) SDK を使用しているパブリッシャーが、iOS アプリからの広告リクエストで UID2 Token を secure signals として送信できるようにします。これは自動的に行われるため、アプリ開発者が直接コーディングする必要はありません。

Functionality

このプラグインは、iOS デバイス上で動作するアプリで UID2 をサポートしたいパブリッシャー向けに、Google Mobile Ads (GMA) とのインテグレーションを簡素化します。

Version

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

GitHub repository

このプラグインは以下のオープンソースの GitHub リポジトリにあります:

Complete UID2 account setup and configure account

UID2 とインテグレーションするには、UID2 アカウントが必要です。アカウントを作成していない場合は、まず Account setup ページの手順に従ってください。

アカウントの初期設定が完了すると、UID2 Portal にアクセスするための手順とリンクが送信されます。ここで、本番環境用の credentials を作成し、必要に応じて追加の値を設定できます。詳細は、Getting started with the UID2 Portal を参照してください。

UID2 Portal で実行する手順は、実装が Client-Side、Client-Server、Server-Side のいずれであるかによって異なります。各実装ガイドに具体的な手順が記載されています。概要は、Client-side, client-server, or server-side integration? を参照してください。

Requirements

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

  1. Google Mobile Ads SDK v10.7.0 or later:
  2. SDK for iOS v1.7.0 or later:
  3. UID2 GMA Plugin for iOS v1.0.0

Installation

前提条件: Google Mobile Ads SDK と SDK for iOS をインストールします。

SDK for iOS と Google Mobile Ads SDK がインストールされた既存のアプリに、Swift Package Manager または CocoaPods を使用して UID2 iOS GMA Plugin をインストールします。

インストールオプションは 3 つあります:

Installing with Package.swift

Package.swift に次の依存関係を追加します:

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

Installing with Xcode

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

Installing with CocoaPods

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

pod 'UID2GMAPlugin', '1.0.0'