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

Too many visitorids in segment #14704

Closed
DrAthanas opened this issue Jul 26, 2019 · 3 comments
Closed

Too many visitorids in segment #14704

DrAthanas opened this issue Jul 26, 2019 · 3 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@DrAthanas
Copy link

DrAthanas commented Jul 26, 2019

As soon as I add more than 292 visitorids to my call I get the following error:

error message="visitorId is expected to be a 16 hex char string"

using a curl command to pull data:

curl -s -X POST -d 'module=API&method=Actions.getPageUrls&period=range&date=2018-01-01,2019-07-25&format=xml&idSite={site_id}&segment=visitorId=={n_1}, ....visitorId=={n_293}

@tsteur
Copy link
Member

tsteur commented Jul 26, 2019

We don't have any limit there. I suppose either your browser or web server truncates the URL at a certain length. I reckon you check your server logs or check the server config

@tsteur tsteur closed this as completed Jul 26, 2019
@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Jul 26, 2019
@DrAthanas
Copy link
Author

As stated I am using curl which has no character limit for URLs

@tsteur
Copy link
Member

tsteur commented Jul 27, 2019

Your web server might have a limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants