matomo-org / matomo-sdk-android

SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!
BSD 3-Clause "New" or "Revised" License
386 stars 163 forks source link

[Question] How to use campaigns via the SDK #424

Open andrej-doccle opened 10 months ago

andrej-doccle commented 10 months ago

Hello,

Recently we started using the Matomo SDK so we can track analytics in our mobile apps. We want to add campaigns and track them on the Matomo platform. I read the documentation of the SDK and tried to set the QueryParams.CAMPAIGN_NAME and QueryParams.CAMPAIGN_NAME on the TrackMe object and also tried to use the logic described in this issue but unfortunately with no success I cannot see any reports under the Acquisition -> Campaign part or I cannot see any campaign parameters under the Visit Logs. Can you tell me is there any proper way how to use this feature through the SDK or do you have any idea what I might be doing wrong?

Thanks in advance!