wanted to upload excel 610 URL to create segement in the Adobe analytics workspace , can someone guide
as I have around 610 URL's which are needed to be used to create a sgement of it . can you please guide
as I have around 610 URL's which are needed to be used to create a sgement of it . can you please guide
If you don't have your URLs in an eVar, you won't be able to build a segment for them either.... the URL that is captured in page_url (or the g param on your server calls) is only available through Raw Data Feeds or Data Warehouse exports... it will not surface in Workspaces.
Unless someone has already created a custom dimension, you will not be able to create a segment for this....
IF you have the URL in an available dimension, but don't have the ability to create classifications, there is no easy way to add 610 URLs into a segment... You can try the following:
1. Use excel to concatenate all the URLs into a single string with each URL being separated with a space, and try adding them to:
eVarX (url) contains any of [add the string here]
But that might not allow for that much text (I suspect it won't allow 600+ urls strings)
2. Create a series of "OR" statements using like above, but break the list of sites per string to something more manageable:
eVarX (url) contains any of [add the string here - group 1]
OR
eVarX (url) contains any of [add the string here - group 2]
OR
eVarX (url) contains any of [add the string here - group 3]
....
3. Or create a url check for each of the 600+ URLs separately using OR
eVarX (url) contains [URL 1]
OR
eVarX (url) contains [URL 2]
OR
eVarX (url) contains [URL 3]
Is there any other dimensions being collected on those pages that would allow you to pull them together more efficiently than looking specifically at URL??
If your suite it large and has a lot of URLs you run the risk of those URLs exceeding the Workspace unique value limit, and therefore they will be lost under "(Low Traffic)" bucket, and your segment won't be able to pull anything under that....
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.