In the following code sample for the build.settings on Android:
` ` `applicationChildElements =`
`        ` `{`
`            ` `[[`
`                ` `<meta-data android:name=` `"com.google.android.gms.ads.APPLICATION_ID"`
`                    ` `android:value=` `"[YOUR_ADMOB_APP_ID]"` `/>  ` `-- replace with your app id. See: https://goo.gl/fQ2neu`
`            ` `]],`
`        ` `},`
is the part “[YOUR_ADMOB_APP_ID]” resulting in entering “ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy” or is it “[ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy]” ?
with the [] brackets or without?
One more thing… is there a typo in the documentation with " `` />" ?
Shouldn’t the line android:value=
 "[YOUR_ADMOB_APP_ID]" />end with " instead of the /> ?
I guess it should be: android:value=“ca-app-pub-xxxxx-yyyyy”/> , right?
