matomo-org / matomo-sdk-ios

Matomo iOS, tvOS and macOS SDK: a Matomo tracker written in Swift
MIT License
388 stars 164 forks source link

sendContentImpressionWithName #182

Closed marcoiacobelli closed 6 years ago

marcoiacobelli commented 7 years ago

Hi, any ideas about why after sendContentImpressionWithName in piwik pro i can see only "URL pagina non definita". (in english: url not defined)

My code [[PiwikTracker sharedInstance] sendContentImpressionWithName:@"MediaCenterContent" piece:self.selectedResource.nome target:[self.selectedResource.categoria uppercaseString]];

Official documentation example (from PiwikTrackeriOSDemo) [[PiwikTracker sharedInstance] sendContentImpressionWithName:@"DN" piece:@"dn_image.png" target:@"http://dn.se"];

[[PiwikTracker sharedInstance] sendContentInteractionWithName:@"DN" piece:@"dn_image.png" target:@"http://dn.se"];

tnx, any suggestions are welcome

brototyp commented 7 years ago

Hi @marcoiacobelli, can you attach a screenshot of what you are seeing in the Piwik Backed?

brototyp commented 6 years ago

Closing this for now. Please get in touch if you still have issues.