@@ -1222,7 +1222,7 @@ Adtrace requires an FCM HTTP v1 API private key to connect to Google FCM.
1222
1222
7 . Select ** + Add Permissions** .
1223
1223
8 . In the ** Enter property name or value** field, enter` cloudmessaging.messages.create ` and select it from the
1224
1224
search results.
1225
- 9 . Check the ` cloudmessaging.messages.create ` option andselect ** Add** .
1225
+ 9 . Check the ` cloudmessaging.messages.create ` option and select ** Add** .
1226
1226
10 . Select ** Create** .
1227
1227
1228
1228
##### ** 2. Create a service account**
@@ -1245,6 +1245,22 @@ search results.
1245
1245
1246
1246
Finally, the private key is downloaded as a ** JSON** file to your computer and upload it on AdTrace panel.
1247
1247
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-----\n MIIEvAI-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
+ ```
1248
1264
1249
1265
1250
1266
#### <a id =" af-push-token " ></a >Push token
0 commit comments