简体   繁体   中英

Why Google Analytics Code Making Request to doubleclick.net?

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.

  1. What is it? Is it related to Data Sharing Settings in Google Analytics Account?
  2. Why is this happening sometimes? Can i control it?

您可能已在Google Analytics(分析)帐户中启用了广告功能

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM