Reputation: 413
So I need to have this feature in Analytics code to anonymize IP from the visitors:
ga('set', 'anonymizeIp', true);
But I also need remarketing for AdWords campaigns:
ga('require', 'displayfeatures');
So my question is: will remarketing work with anonymize IP?
Upvotes: 0
Views: 305
Reputation: 32770
Yes, this will work. Remarketing does not depend on the IP address, it uses the (3rd party) cookie from the Google display network.
Upvotes: 1