I have integrated Google Analytics service to my javascript app like below:
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', {
trackingId: '...',
cookieDomain: 'auto',
name: '...',
clientId: '...'
});
ga('tracker.require', 'displayfeatures');
ga('tracker.require', 'linkid');
While i am using the app sometimes i detect a network request that tries to load image from https://stats.g.doubleclick.net/r/collect?...
I am not sure what this is about as i integrated only google analytics library to my app.
What is it? Is it related to Data Sharing Settings in Google Analytics Account?
You may have enabled advertising features in your Google Analytics account