Re: Re: About to send to the dev list, thoughts?

Sean Coyne <[email protected]>
Newsgroups gmane.comp.cms.farcry.devel
Message-ID <[email protected]>
Good to know what the options are.  Thanks Blair!

On Friday, June 7, 2013 1:45:49 AM UTC-4, Blair McK wrote:
>
> The download tracking is meant to handle the problem where admins in 
> Google Analytics itself can't tell what a particular download is for, based 
> on the tracked url. By tracking /download/some-file instead, it's easier to 
> read. The downside of that is that FarCry itself can no longer recognise 
> the statistic. 
>
> I've updated the plugin so that it should be able to report on 
> download.cfm links, which gives you a couple of options:
>
> If you're willing to give up readable URLs in google analytics:
> - replace the existing download tracking event:
>   
> $j('a[href*="download.cfm"]').off("click.track").on("click.track",function(){ 
> $j.ga.trackURL(this.href); });
>
> if you want readable URLs in google analytics AND reporting in the FarCry 
> webtop:
> - add an attribute to every download link: 
>   data-trackurl="#application.fc.lib.ga.getTrackableURL(objectid=fileid)#"
> - replace the existing download tracking event:
>   
> $j('a[href*="download.cfm"]').off("click.track").on("click.track",function(){ 
> $j.ga.trackURL($j(this).data("trackurl")); });
>
> Blair
>
>
> On Wed, Jun 5, 2013 at 10:20 PM, Sean Coyne <[email protected]<javascript:>
> > wrote:
>
>> Thanks Blair.  I do see the download in the analytics data, but it seems 
>> the webtop charts don't seem to recognize it.  The charts all show zeroes
>>
>>
>> On Tuesday, June 4, 2013 5:27:59 PM UTC-4, Blair McK wrote:
>>
>>> The plugin will automatically track /download.cfm links using the link 
>>> title or text. If you have links that don't use that URL you need to add a 
>>> class to them, like "dmFile".
>>>
>>> Blair
>>>
>>>
>>> On Tue, Jun 4, 2013 at 11:37 PM, Sean Coyne <[email protected]> wrote:
>>>
>>>> So to track dmFile downloads do i need to add a call to the <ga:track 
>>>> ... /> custom tag in download.cfm?
>>>>  
>>>>
>>>> On Tuesday, June 4, 2013 9:21:54 AM UTC-4, Sean Coyne wrote:
>>>>>
>>>>> Thanks Blair!
>>>>>
>>>>  -- 
>>>> You received this message cos you are subscribed to "farcry-dev" Google 
>>>> group.
>>>> To post, email: farcr...-/[email protected]
>>>> To unsubscribe, email: farcry-dev+...@**googlegroups.com
>>>> For more options: http://groups.google.com/**group/farcry-dev<http://groups.google.com/group/farcry-dev>
>>>> ------------------------------**--
>>>> Follow us on Twitter: http://twitter.com/farcry
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "farcry-dev" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to farcry-dev+...@**googlegroups.com.
>>>>
>>>> For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>>> .
>>>>  
>>>>  
>>>>
>>>
>>>  -- 
>> You received this message cos you are subscribed to "farcry-dev" Google 
>> group.
>> To post, email: farcr...-/[email protected] <javascript:>
>> To unsubscribe, email: farcry-dev+...-/[email protected] <javascript:>
>> For more options: http://groups.google.com/group/farcry-dev
>> --------------------------------
>> Follow us on Twitter: http://twitter.com/farcry
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "farcry-dev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to farcry-dev+...-/[email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/[email protected]
To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
--- 
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
For more options, visit https://groups.google.com/groups/opt_out.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.