
Mailchimp を使用してマーケティングを管理する
Made by Mailchimp
カスタマイズしたメール マーケティング キャンペーンを送信できるように、ユーザーデータを Mailchimp オーディエンスと同期します。
この拡張機能の動作
Use this extension to:
- Add new users to an existing Mailchimp audience
- Remove user from an existing Mailchimp audience
- Associate member tags with a Mailchimp subscriber
- Use merge fields to sync user data with a Mailchimp subscriber
- Set member events to trigger Mailchimp actions and automations
Additional setup
Make sure that you've set up Firebase Authentication to manage your users.
You must also have a Mailchimp account before installing this extension.
Billing
This extension uses the following Firebase services which may have associated charges:
- Cloud Firestore
- Cloud Functions
- Firebase Authentication
This extension also uses the following third-party services:
- Mailchimp Billing ( pricing information )
You are responsible for any costs associated with your use of these services.
Note from Firebase
To install this extension, your Firebase project must be on the Blaze (pay-as-you-go) plan. You will only be charged for the resources you use. Most Firebase services offer a free tier for low-volume use. Learn more about Firebase billing.
You will be billed a small amount (typically less than $0.10) when you install or reconfigure this extension. See the Cloud Functions for Firebase billing FAQ for a detailed explanation.
この拡張機能をインストールする方法
Firebase CLI の使用
拡張機能のインストールと管理は、Firebase CLI でも行えます。
ステップ 1: 以下の npm コマンドを実行して、CLI をインストールするか、最新バージョンの CLI に更新します。
npm install -g firebase-tools正常に機能しない場合は、 Firebase CLI リファレンス を確認するか、 npm のアクセス権 を変更してください。
ステップ 2: 新しい Firebase プロジェクトのディレクトリを設定 するか、既存のプロジェクト ディレクトリに移動します
ステップ 3: 次を実行して、この拡張機能を 拡張機能のマニフェスト に追加します
firebase ext:install mailchimp/mailchimp-firebase-sync --local --project=projectId_or_alias
ステップ 4(任意): Firebase Emulator Suite を使用して、この拡張機能をローカルでテストします
firebase emulators:start
ステップ 5: マニフェストにある拡張機能をプロジェクトに デプロイ します
firebase deploy --only extensions --project=projectId_or_alias