Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for adding custom 'page title' and 'URL' as seperate parameters for sendViews() #92

Closed
arunmdavid opened this issue Jul 20, 2016 · 3 comments

Comments

@arunmdavid
Copy link

We have an android application and the Piwik 'sendScreenView()' had option to pass an 'URL' and the 'Page Title' as separate parameters and I am able to see that in the Piwik visitor log.
But when I try to do the same with the Piwik iOS SDK, It only supports one parameter which is same for 'Page Title' and 'URL' field in Piwik Dashboard. Can I able to user custom 'Page Title' and different 'URL' using the 'sendViews()' method in the iOS SDK?

@arunmdavid arunmdavid changed the title Support for adding custom 'page title' and 'URL' as seperate parameters Support for adding custom 'page title' and 'URL' as seperate parameters for sendViews() Jul 20, 2016
@brototyp
Copy link
Member

brototyp commented Jan 3, 2017

Hi @arunmdavid, thanks for your suggestion. We are currently rewriting the SDK in swift and will try to respect this improvement request.

@brototyp
Copy link
Member

Should we make it possible to not only set the url on views, but also events? What would the url of an event say something about? I see the point for a website, but for an app?

@brototyp
Copy link
Member

I just implemented setting the url when sending a view event. Once the pull request is merged this feature will be available in the next release of the 4.0.0 (Swift) version. Setting the url on other events will not be supported for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants