Welcome to the guide deployment of the WhatsApp Conversion Import (WCI). We will deploy the solution on Google Cloud.
WCI offers a sample on how to integrate and track conversions that happen in business-account chats by linking clicked leads (click to chat) to final conversions (purchased through chat app)
Disclaimer: This is not an officially supported Google product
First of all, you will need to configure the Google Cloud project you're going to use.
After selecting the project in the menu above, execute the following command:
gcloud config set project <walkthrough-project-id/>In the Cloud Shell, execute the following command:
. ./deployment/deploy.shWCI will be deployed in the Google Cloud Project, and it will choose by default the current active project you're at. If you want to deploy to the Active project, type Y/y to Continue
YDuring the App deployment, it will ask for a few specific information:
- The Whatsapp Business Account number (e.g. 5511999888777)
- The API Key (This is the WhatsApp API Key)
- The message to be sent with the protocol number (E.g. Your protocol is XXXXXXXX)
- Type the message to be sent AFTER the protocol number (E.g. Your protocol is 98765432. Hello, Customer)
The solution will then prompt you to accept the services that will be deployed. If they are all correct, please write Y/y to continue
Y