How integrate google analytics in ionic?

I followed bellow steps:
step 1:
install google analytics plugin using this command

$ ionic cordova plugin add cordova-plugin-google-analytics
$ npm install --save @ionic-native/google-analytics@4

it requires google tracker id. so i need to create it.
step 2:
create account in analytics


step 3:
choosing app+web

step 4:
setup property

it shows like


i cant get the tracker id.
how to get that. please help me.

1 Like