0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Google My Business API 実施するために必要なこと

Posted at

はじめに

Google My Business APIの備忘録です💁
初心者です😅
間違えてる部分多々あると思います。
もし見つけた場合、ツッコミいただけると助かります🙇

内容

Google My Business APIを取り扱うにはいくつかの基準がある。

Google My Business APIはすぐには取得できない。

Googleに申請後に審査が完了次第利用が可能になっているサービス。

Googleフォームにて必要情報を入力してからGoogleからの許可を取得してからAPIを利用することができる。

Google My Business API 前提条件

GCPにてプロジェクト作成が必要。

Google API Console でプロジェクトを作成し、そのプロジェクトの Business Profile API へのアクセス権をリクエストする必要。

Google API Console
アクセスリクエストフォーム

Gmailにドメイン入っていないといけない

〇〇@gmail.com ではなく 
〇〇@会社名.com になるドメインが必要。

注意点

  • Gmailドメインは毎月の料金が発生する。
  • Gmailドメインには、いくつか種類がある(.com、.net、.orgなど)
  • メールホスティングサービスが必要。(Google Workspaceなど)

ウェブサイトドメインとGmailドメインがリンクしてなければいけない。

会社で運用している
「ウェブサイトのドメイン」
「Gmailのドメイン」がリンクしていないと

押さえておくべき点🧠

  • Google My Business APIを使うには事前に許可を取るための申請が必要。
  • 会社のGmailドメインを取得していないといけない。
  • 会社のウェブサイトのドメインとGmailドメインがリンクしてないといけない。
  • 会社のドメイン作成にはランニングコストがかかる

参考にしたサイト

Business Profile API

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?