Skip to content

Commit 20fe07d

Browse files
committed
docs: update readme
1 parent 9d5d9fb commit 20fe07d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ Adtrace requires an FCM HTTP v1 API private key to connect to Google FCM.
12221222
7. Select **+ Add Permissions**.
12231223
8. In the **Enter property name or value** field, enter`cloudmessaging.messages.create` and select it from the
12241224
search results.
1225-
9. Check the `cloudmessaging.messages.create` option andselect **Add**.
1225+
9. Check the `cloudmessaging.messages.create` option and select **Add**.
12261226
10. Select **Create**.
12271227

12281228
##### **2. Create a service account**
@@ -1245,6 +1245,22 @@ search results.
12451245

12461246
Finally, the private key is downloaded as a **JSON** file to your computer and upload it on AdTrace panel.
12471247

1248+
final json file is similar to the following:
1249+
```json
1250+
{
1251+
"type": "service_account",
1252+
"project_id": "app_name",
1253+
"private_key_id": "some_private_key",
1254+
"private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvAI-some-other-characters-1aFkXHP5t/xo7Q==\n-----END PRIVATE KEY-----\n",
1255+
"client_email": "adtrace-uninstall-service-acco@app_name.iam.gserviceaccount.com",
1256+
"client_id": "6152715792181423123124",
1257+
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
1258+
"token_uri": "https://oauth2.googleapis.com/token",
1259+
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
1260+
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/adtrace-uninstall-service-acco@app_name.iam.gserviceaccount.com",
1261+
"universe_domain": "googleapis.com"
1262+
}
1263+
```
12481264

12491265

12501266
#### <a id="af-push-token"></a>Push token

0 commit comments

Comments
 (0)