Counting downloads

Hi, I'm putting up a file for free download using iWeb and was wondering if there's a way of measuring how many people have downloaded the file?
Cheers,
Matt

I've got my old computer next to me now.
the html code I put no the download button is
onClick="Javascrpt:urchinTracker('AnyTrackableName');"
Between the "<a target"_self" and the actual target
so I can see "AnyTrackableName" in my analytics
I actually used "/downloads/1" or something so I could either find all downloads or find specific ones.
I hope someone tells us how to put this in iWeb.

Similar Messages

  • Repository service for counting downloaded documents

    Hi, 
        I want to write a repository Service for counting downloaded documents.
    In addRepositoryAssignment method, for which resource event type I have to register.
    (i.e)
      mgr.getEventBroker().register(this, ResourceEvent.??);
    or any other way to do this.
    Regards
    Ganesan S

    Hi Ganesan,
    Seems you have an index on the resources.
    I had a look into the repository service implementation on the blog. THis is what could be the reason:
    In <b>received</b> method you catch the GET resourceEvent (<b>first</b> hit). Then you get the resource in question and change/increment the property on this resource. For TREX in fact you change the resource. The event is catched by the IndexService and the TREX asks the CM for the document (<b>second</b> hit).
    I would suggest to store the hitcount in an Application property (this does not change the resource and fires no ResourceEvents) as here (could be some compilation errors - I haven't tested it but it should work):
    public void received(IEvent event) {
      IResourceEvent myEvent = (IResourceEvent) event;
      try {
        IResource res = myEvent.getResource();
        // get the app property service
        IRepositoryService repositoryService = repServiceFactory.getRepositoryService(res, IWcmConst.APP_PROPERTIES_SERVICE);
        IApplicationProperties aApplicationProperty = (IApplicationProperties) repositoryService;
        /// app property name
        PropertyName propertyNameHitCount = new PropertyName("http://sapportals.com/xmlns/cm","hitscount");
        //get the old value...
        IAppProperty hitcountOld = aApplicationProperty.getProperty(propertyNameHitCount, res);
        long hitcount_l = 0;
        if(hitcountOld!=null)  {
          hitcount_l = hitcountOld.getLongValue().longValue();
        hitcount_l++;
        // set the new value...
        AppProperty aAppProperty = new AppProperty(propertyNameHitCount, new Long(hitcount_l), null, true);
        aApplicationProperty.setProperty(aAppProperty, res);
      } catch (Exception e) {
        e.printStackTrace();
    I hope Detlev is ok with my solution
    Romano

  • Why not put a game count downloads

    Why not put a game count downloads ?

    Your message says "Photoshop" in the subject, but what does a color picker have to do with benchmarks?  Could you explain more clearly what you're hoping to see accomplished?
    Are you wanting to see a color picker operated 10,000 times to see how many seconds it takes to do that?
    Is there an underlying problem, such as slowness in the operation of your color picker, that you're trying to expose here?
    -Noel

  • Web viewer count download

    hello~
    if a folio has 10 articles, a user viewed 10 articles.
    After that,
    re-activated after Turn off the computer.
    And try again, a folio has 10 articles, a user viewed 10 articles.
    then,
    is this counted as two download?
    (Web Viewer on the desktop)
    Another question,
    What is the criteria in download count?

    2 according to me.

  • Using PHP code to count downloads

    Hi,
    We are hosting our XML code here: http://krslynx.com/podcast/GTSPodcast.xml for our podcast A Good Talk Spoiled. We have no idea how many downloads we are getting so we had someone design a bit of PHP code (http://krslynx.com/podcast/pod.php) to count the downloads.
    In order to make this work, we change our enclosure url from http://krslynx.com/podcast/GTSWeek2.mp3 to http://krslynx.com/podcast/pod.php?podcast=GTSWeek2.mp3. Inserting pod.php?podcast= before the episode file name means that the data for the downloader is captured but the user of the podcast APP gets the error message "Episode Unavailable - This episode is temporary unavailable from "A Good Talk Spoiled Golf Podcast".
    I tried to insert this technology for our latest episode but it didn't work so I am now testing this technology on Week 2's episode.
    Does the podcast app / iTunes not support PHP technology?
    Thanks in advance for your help,
    Bobby.

    I can't test the Podcasts app, but when subscribing in iTunes the Week 2 episodes does not show, which means that iTunes is not seeing the episodes as containing playable media.
    This Apple help page:
    http://www.apple.com/itunes/podcasts/specs.html#tracking
    says
    The URL before the GET-style form values (before the first ?) must end in a media file extension (e.g., .mp3). To work around this, the feed provider can alter the URL from this:
    http://www.podcaster.com/load.php?f=&Wipeout.php
    to this:
    http://www.podcaster.com/load.mp3?f=&Wipeout.mp3
    Notice how it says load.mp3 instead of load.php. It should be possible to accomplish this via various means, such as web server rewrites. iTunes looks at the extension of the path part of the URL, i.e., the part before the "?".
    which explains what the problem is.

  • Counting Downloads and hits to specific links using UAG

    I am reading UAG first time, can some body explains in simple words that how/where we will install UAG(i mean it has client and server components or install on a single machine)?  keeping in mind that we have 3 entities i.e user, our organization server
    and paid web resource.
    Also Can/how we count the downloads/hits of specific link/website/resource by users by installing UAG?
    Thanks in Advance. 

    The most likely cause is if the phone was supplied by 3 and has their branded software instead of the standard Nokia software and that that is restricting your access. Was the other phone you tried an equivalent network model?

  • "Unable to check for available downloads" message - counted download items

    I've been trying to download touch upgrade since Wednesday after buying it (shows on account). I am showing that I have 26 downloads. When I repeat trying to upgrade process or attempt downloading the 26 downloads on the download page (bottom, down arrow), I repeated get this message: “Unable to check for available downloads. The iTunes store is temporarily unavailable. Please try again later.”
    I have reinstalled iTunes (downloaded current version, which I already had), I have deauthorized and then re-authorized my computer, I have cold booted, I have turned of firewall and virus (McAfee). Since I started trying to upgrade, I have purchased a song; it certainly has no trouble finding iTunes available for that purchse! I have run the iTunes diagnostic, and everything passed. I have done everything I know to do except give up.
    Help!?

    After sending two e-mails and recording a screen-cast video solved the problem.
    Source: http://posterous.thisux.com/fixed-itunes-9-error-unable-to-check-for-avai

  • Cancel download method when the user cancel the download file

    I have a method that download a file ("downloadLog_action()")when the user click over the comandlink component and the dialog box is opening to save the file, but how to know that the user canceled the download file to cancel all accions.
    This is the code of the commandlink in the jspx page that call the method and pass one parameter:
    <af:commandLink binding="#{ConsultaValidacion.commandLink1}"
    id="commandLink1"
    action="#{ConsultaValidacion.descargarLog_action}"
    text="Log">
    <f:param name="codInstitucion"
    value="#{row.CodInstitucion}"
    binding="#{ConsultaValidacion.codInstitucion}"
    id="codInstitucion"/>
    </af:commandLink>
    This is the method to download the file:
    HttpServletResponse response = (HttpServletResponse)fctx.getExternalContext().getResponse();
    response.setContentType("application/x-download");
    response.setHeader("Content-Disposition", "attachement; filename=\"Log_" +
    codigoInstitucion + ".txt\"");
    response.setContentLength((new Long(blob.getLength())).intValue());
    //Streams de entrada y salida
    InputStream is;
    OutputStream out;
    try {
    //Obtenemos el stream de entrada el cual se lo extrae de la BD
    is = blob.getInputStream();
    //Obtenemos el stream de salida para el cliente
    out = response.getOutputStream();
    //Sección de código que me permite escribir los datos en el stream de salida
    int size = (new Long(blob.getLength())).intValue();
    byte[] buffer = new byte[size];
    int length = -1;
    while ((length = is.read(buffer)) != -1) {
    out.write(buffer, 0, length);
    //Cerramos los streams
    out.flush();
    is.close();
    out.close();
    *//Una vez descargado todo el LOG actualizamos el contador. HERE IS THE PROBLEM BECAUSE THE COUNTER IS UPDATING WHEN THE USER CANCEL THE DOWNLOAD!!! AND ITS WRONG*
    row.setNumDescargaLog(new Number(num + 1));
    //Guardamos los cambios
    webRvc.getAppModuleWebRvc().getDBTransaction().commit();
    //Request lifecyce understands that the response is completed and no further action needs to happen
    fctx.responseComplete();
    } catch (IOException e) {
    e.printStackTrace();
    webRvc.close("Consulta bitacoras validacion");
    return null;
    } catch (JboException ex) {
    webRvc.getAppModuleWebRvc().getDBTransaction().rollback();
    webRvc.close("Consulta bitacoras validacion");
    return null;
    This works fine.
    The problem occurs when the user cancels the download, because all the sentences run including updating the counter downloads, the counter only to be updated only when the user chooses to save the file.

    Hi.
    The problem is when the user cancel the dowload I do not know how to capture the user's response.
    How to capture the response?
    if(cancelled) <------Is there a parameter to tell me this?
    ......<your cancel code>..... none
    else
    .....<your non-cancel code>...THE METHOD THAT DOWNLOAD THE FILE - "downloadLog_action()" and increment the counter
    Thanks.

  • How can I know the numbers of my podcast hits and downloads?

    I need your help

    iTunes does not provide statistics. The only way to tell is either to have logs from your server, or to use something like Feedburner which then uses a proxy for the URLs so it can count downloads (though this can present problens).
    This page from Apple offers some information:
    http://www.apple.com/itunes/podcasts/specs.html#tracking
    This depends on it being possible to set up these facilities on your server. Note that tracking usage of the feed itself is pretty meaningless, since any subscriber's iTunes will check the feed at 15 minute intervals while iTunes is running.

  • How many downloads are you hoping/expecting for your app?

    I've seen a thread regarding develoers wanting to find out how many downloads their apps have had.
    I'm in the early stages of developing my own app but wondered what expectations other developers have for their own apps?
    in terms of a percentage of all iPhone users, what percentage would you be hoping to download your app?
    I can't remember the stats for how many iPhone users there are - lets say 5million (if someone knows more accurate figure then please update).
    Is it safe to assume a minimum percentage of 0.001% on average?
    This is very low I think but even so would yeild 5000 downloads.
    I just wondered how the rest of you are working out your expectations?
    Cheers
    Wayne

    I think any app in the top 100 has gotten thousands of downloads at this point. However, not every app in the store is going to get that many; it depends greatly on your audience size, and your audience size is not all iphone users.
    The audience for a game is all users that like *that type* of game - players of crosswords and sudoku will not necessarily buy a shoot-em-up game, and vice versa. An application that shows movie listings has a broad audience, but a birdwatching or insect identification app has a narrow audience. That's why niche apps will have higher prices - the audience is smaller, so each customer will have to pay more.
    So - if you find a broad audience, or a niche audience that is willing to pay, you will get thousands of downloads every month. If you create an app with little or no audience, or create a clone in an area with too much competition, you'll still get a few downloads, but not enough to quit your day job.
    I'm counting downloads on linktracker.com, and multiplying by 100. I consider that a lowball estimate of my total downloads, but it's far exceeded my expectations. Apparently even a pet rock will make enough money to pay the rent.

  • How can i get my itunes libary from my old computer that i dont have access to anymore

    i downloaded itunes to my netbook and i cant figure out how to get my old libary from when i got my iphone 4 and synced it to a labtop that i dont have access to anymore

    Your library will only be where you put it.  it does not magically appear anywhere.
    It has alwasy been very basic to always maintain a backup copy of your computer.  Use your backup copy to put everything on the new computer.
    If for some reason you have failed to maintain a  backup, not good, then you can redownload some itunes purchases in some counties:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How many times a document (item) visited

    Hi,
    is there an option to see / show how many times ,like hit count, a documents viewed by the users? if not, is there anybody who has achieved this,
    Thanks in advance..

    Hi,
    This is very simple job.
    If you want this to be achieved using the JSP use the following code.
    <%!
    int iCount = 0;
    %>
    <%
    iCount = iCount + 1;
    %>
    If you want to achieve in HTML just have a look @ the following link.
    http://www.hit-counter-download.com/
    Regards,
    Vijay.B

  • Sysprep - Fatal error occurred while trying to sysprep the machine

    On the 4th attempt to sysprep a Windows 7 Enterprise system, I get the dreaded, 'A fatal error occurred while trying to sysprep the machine.' 
    The setuperr.log shows:
    2010-08-04 13:57:58, Error      [0x0f0073] SYSPRP RunExternalDlls:Not running DLLs; either the machine is in an invalid state or we couldn't update the recorded state, dwRet = 31
    2010-08-04 13:57:58, Error      [0x0f00ae] SYSPRP WinMain:Hit failure while processing sysprep cleanup external providers; hr = 0x8007001f
    I've seen articles referring to the Windows Software Licensing Rearm program may have issues running more than three times in a single Windows image and to add <SkipRearm>1</SkipRearm> in the /unattend file...  but this did not help. 
    The Windows Media Player Network Sharing Service has also been disabled which is often referred to in other posts.
    The KB article: http://support.microsoft.com/kb/947212/en-us indicated that the resolution is to re-create the image for the machine... This is very frustrating. I'm hoping that there is
    a better resolution???
    How do you sysprep a machine more than three times to avoid this error?
    Thanks!! 
    930193

    I had a problem Where Runing slmgr /dlv returned 0 and could not sysprep a
    32 bit Win 7 Installed on C:drive
    Here is what I did to succeed whit Sysprep.
    Disable UAC
    Based on
    This :
    open notepad and copy paste the following:
    @ECHO OFF
    setLocal Enabledelayedexpansion
    for %%d in (c d e f g h i j k l m n o p q r s t u v w x y z) do (
      if exist %%d:\windows\system32 (
         SET drv1=%%d:\windows\system32
        reg load HKLM\MY_SYSTEM !drv1!
        reg delete HKLM\MY_SYSTEM\WPA /f
        reg unload HKLM\MY_SYSTEM
        GOTO END
    :END
    ECHO Done, Rebooting system...
    timeout 3
    wpeutil reboot
    Then in notepad chose file>save as, in File Type select "All Files", name it "c:\reset.bat"
    Reboot Your Pc, after bios screen press F8, Select "Repair Your Computer", select your keyboard layout, enter your credentials if needed,
    then select the last option "Open Command Prompt"
    type "c:\reset.bat" or "d:\reset.bat" (Sometimes Your Windows Partition get a different letter on the repair environment)
    Back on Windows follow step five if needed.
    Check under slmgr /dlv you have more than 0 under "Remaining Windows Rearm count"
    Download pstools.zip from
    here, extract content an copy psexec.exe to %windir%\System32
    run psexec.exe and accept the license agreement so it won't bother when running afterwards, close it.
    open notepad and copy paste the following:
    @ECHO OFF
    echo Stopping Windows Media Player Sharing Service..
    echo.
    net stop wmpnetworksvc
    echo.
    echo Deleting Old Sysprep Logs...
    echo.
    del /f /s /q %windir%\System32\sysprep\panther\*.*
    echo.
    echo Adding Required Sysprep Registry Keys...
    echo.
    REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v SkipRearm /t REG_DWORD /d 00000001 /f
    REG ADD HKLM\SYSTEM\Setup\Status\SysprepStatus /v GeneralizationState /t REG_DWORD /d 00000007 /f
    REG ADD HKLM\SYSTEM\Setup\Status\SysprepStatus /v CleanupState /t REG_DWORD /d 00000002 /f
    psexec -i -s REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Cleanup /v "{EC9FE15D-99DD-4FB9-90D5-5B56E42A0F80}" /t REG_SZ /d "C:\\Windows\\System32\\iesysprep.dll,Sysprep_Cleanup_IE" /f
    psexec -i -s REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Generalize /v "{EC9FE15D-99DD-4FB9-90D5-CE53C91AB9A1}" /t REG_SZ /d "C:\\Windows\\System32\\iesysprep.dll,Sysprep_Cleanup_IE" /f
    psexec -i -s REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Specialize /v "{EC9FE15D-99DD-4FB9-90D5-676C338DC1DA}" /t REG_SZ /d "C:\\Windows\\System32\\iesysprep.dll,Sysprep_Cleanup_IE" /f
    echo.
    echo Uninstalling MSDTC...
    echo.
    msdtc -uninstall
    timeout 10
    echo.
    echo Reinstalling MSDTC...
    echo.
    msdtc -install
    timeout 10
    echo.
    echo Cross Your Fingers, Finally Running Sysprep...
    echo.
    %windir%\System32\sysprep\sysprep /generalize /oobe /shutdown /unattend:unattend.xml
    Change Last Line to suit your needs, ie: if you are not using an unnattend answer file, then delete /unattend:unattend.xml"
    Then in notepad chose file>save as, in File Type select "All Files", name it "%windir%\System32\do.cmd"
    if you use an unattend.xml file copy it to %windir%\System32\sysprep folder.
    Once you are ready run %windir%\System32\do.cmd
    Hope it helps,

  • How to use print control in Sap script

    I would like to use print control in Sap script.Actualy my problem I have security font Troy ECF. Using this font I would like to print amount field in Check printing.
    we count download this font with sap .we talked to customer care they told we should hard code in sapscript. pls can any1 help on this how to do and how to use print control for this fonts.

    call this funcation. crate_text.
    CALL FUNCTION 'CREATE_TEXT'
             EXPORTING
               FID               =
               FLANGUAGE         =
               FNAME             =
               FOBJECT           =
             SAVE_DIRECT       = 'X'
             FFORMAT           = '*'
             TABLES
               FLINES            =
           EXCEPTIONS
             NO_INIT           = 1
             NO_SAVE           = 2
             OTHERS            = 3
           IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
           ENDIF.

  • BT should publish what is being 'fixed' in each so...

    I worked in IT for years and years - it was important that ANY change to software was identified with the reason for change. Vision reboots happen even in the middle of watching a program - truly disturbing. It is about time BT stated what is being done in these version changes. Otherwise we  will continue to see it as a shambles.

    neilg40 wrote:
    Hi
    I recently signed up for BT Vision's basic package that gives me 10Gb download
    No - you have a 10GB usage allowance. BT count all usage - both uploads and downlods.
    With my previous ISP I was using around 2Gb per month from what I can tell.
    Which ISP was that ?  Some only count downloads, and don't include any "off-peak" usage.
    The only stuff that doesn't eat into your usage allowance is Vision, Broadband Talk and Digital Vault traffic...
    ...and what was called BTFon - now BT Wi-Fi I believe.
    However, now that I am with BT Vision, I have had two months at 10Gb+ (11 and 12) according to the emails.
    So, I can't figure out why it's suddenly jumped.
    Only changes we've made are obviously the addition of Vision and my wife now had an iPad, but she just uses webmail, browses a few websites and uses Facebook a little.
    Are you sure that's all the iPad is doing ?
    Does Vision count towards your download allowance in any way -
    Shouldn't do.
    http://bt.custhelp.com/app/answers/detail/a_id/9871/kw/iplayer/c/348,3048,1153/related/1
    we've watched a few programmes from BBC's iPlayer channel.
    Does the BTFFON wireless and other BT SSID that show up count to the allowance?
    Shouldn't do.
    http://bt.custhelp.com/app/answers/detail/a_id/11041/c/346,1238,2689

Maybe you are looking for

  • How to read data from PDF and HTML  file

    I have got solution to read text form .txt file but did'nt get code for PDF and HTML. I dont want to convert PDF to txt. Please help me ...

  • G4 to composite video

    I have a G4 mirror tower with an ATI 9000 video card. It has an DVI to VGA adapter. Do any of the VGA to Composite video adapters work to connect to a TV? Any other inexpensive way to do it?

  • Loss of external speakers after Yosemite download

    MacBook Pro 2010.  Yosemite 10.10.  Loss of external speakers and loss of F10, 11 and 12 Function keys

  • Mail smartform output

    Hi i want send my smartform output in mail pls help me on this. Regards Rajan Mehta <REMOVED BY MODERATOR> Edited by: Alvaro Tejada Galindo on Feb 6, 2008 11:21 AM

  • Eye drop tool for white balance

    It has been requested an eye drop tool to correct white balance issues in color correction for a long time. Is there any news on this? Will it be a new feature in upcoming updates? If not... does anyone know a plugin that will do the same thing? Shor