Git Product home page Git Product logo

Comments (7)

brototyp avatar brototyp commented on September 2, 2024 1

Ah! I think Behavior – Download are things downloaded from within the Application or from the website. Looking at the tracking API, there is a download where one could pass on a URL.

This is currently not implemented on the iOS SDK side.

from matomo-sdk-ios.

brototyp avatar brototyp commented on September 2, 2024

Hi @thibautRTE, does this issue still exist? Can you share more on what you are doing on the iOS application?

from matomo-sdk-ios.

florismettey avatar florismettey commented on September 2, 2024

Hello @brototyp ,
I got the same issue here.
Android downloads display correctly whereas iOS download are always 0.

Context:
The app is distributed on the App Store
I'm using version 7.4.0 (pod 'MatomoTracker', '~> 7.4')
We are able to get other tracking data (like custom events) and to display it on Matomo dashboards

Here is our code:

- (MatomoTracker*) getTracker {
    if (self.tracker == nil) {
        self.tracker = [[MatomoTracker alloc] initWithSiteId:self.siteId
                                                     baseURL:self.URL
                                                   userAgent:nil];
    }
    return self.tracker;
}

+ (void)trackScreenDisplay:(NSString*)tag mode:(NSString*)mode {
    if (tag && mode) {
        [[[MatomoService shared] getTracker] trackWithView:@[mode, tag]
                                                       url: nil];
    }
}

[RTEMatomoAnalyticsService trackScreenDisplay:@"Parameters" mode:@"test"];

Android:
Capture d’écran 2024-03-25 à 10 55 54
iOS:
Capture d’écran 2024-03-25 à 10 56 04

from matomo-sdk-ios.

brototyp avatar brototyp commented on September 2, 2024

Interesting. Thanks for the update @florismettey. Can you tell me how you get to this functionality in Matomo? On my instance, I am only gettin the visits, but no installations at all. Did you have to enable something specific?

Bildschirmfoto 2024-04-03 um 14 39 25

from matomo-sdk-ios.

florismettey avatar florismettey commented on September 2, 2024

I don't know exactly. I will try to ask the question to the people who configured it. From what I found, it seems to come from this menu:
Comportement (Behavior) => Téléchargements (Download)
On Android, we got some data but not on iOS
Capture d’écran 2024-04-03 à 15 07 55

Capture d’écran 2024-04-03 à 15 20 02

from matomo-sdk-ios.

CamilleSQLI avatar CamilleSQLI commented on September 2, 2024

Hello,

Thank you very much for your help.
Do you know if this implementation in the iOS SDK is planned ?

Regards,
Camille

from matomo-sdk-ios.

brototyp avatar brototyp commented on September 2, 2024

Hey @CamilleSQLI, I don't have it planned right now. But it's an interesting feature I think is worth adding to the iOS SDK as well.

from matomo-sdk-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.