yogeshchandra34 / jgoogleanalytics

Automatically exported from code.google.com/p/jgoogleanalytics
0 stars 0 forks source link

Make the URL building strategy pluggable #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The URL creation strategy should be pluggable, and should be user 
specifiable when building the tracker Object. For now, the default strategy 
is set in a private field of the tracker class, and there is no way to 
replace by a custom one or to override the Tracker class to replace it 
(because it's private)

Original issue reported on code.google.com by olivier.brunet@gmail.com on 23 Sep 2008 at 1:40

GoogleCodeExporter commented 8 years ago
Hi Oliver,

We have a setter method for URL Building Strategy on JGoogleAnalyticsTracker. 
Is this
what you are asking for? 

public void setUrlBuildingStrategy(URLBuildingStrategy urlBuildingStrategy) {
    this.urlBuildingStrategy = urlBuildingStrategy;
}

Please let me know,

Thanks,

Siddique

Original comment by sid...@gmail.com on 23 Sep 2008 at 4:09

GoogleCodeExporter commented 8 years ago
Yep, sorry I totally overlooked this method while looking through the 
sourcecode. You 
can close this one. Thanks for your answer

Original comment by olivier.brunet@gmail.com on 23 Sep 2008 at 7:25

GoogleCodeExporter commented 8 years ago

Original comment by sid...@gmail.com on 23 Sep 2008 at 7:28