So you want to segment a page and exclude Portland and Ashburn right?The problem with your segment is the following. You are segmenting on Hits right? Within on single Hit your second container always is true.Maybe following example will help:Page Name = A User City = Portland Within this single Hit...
Hi Mittal,thank you very much for your answer. I´m using Target Standard and the help section is about Target Classic can I still use Plugins? The described procedure is not part of my User-Interface (I´m Admin). BestSimon
Hi Trayfen,can you provide a screenshot of your Segment. I think as soon as you can provide some more details on how you actually created the segment someone (for example me) may be able to help you. Kind regardsSimon
Hi Ivan,this depends.How many pages are we talking about? What you can do in the screenshot you provided I would call monkey work;)If you have really limited pages you can do so, but I would recommend the classification rule builder for this. Once you need to change the naming you will just have to ...
Hi everyone,I hope someone can help me with this question. How can I achieve the following: User - Geo Location => Austria User - Referrer => Search Engine If this user accesses a German Website from a Search Engine I would like to redirect the user to the Austrian website. My problem is the that o...
Just in case someone will encounter the same problem, here is the solution for my problem.In order to let Adobe Target measure conversions based Analytics metrics, you will need the Adobe Visitor ID Service (I had it running). But you will have to ensure that Visitor ID Service is being loaded befor...
Hi Ivan,you do not need to use RegEx. If your case is as simple as described you can go for the document.location object in the browser. document.location.pathname will contain what you need.Your code should look something like this: var pageName = document.location.pathname; // Will replace pageN...
Hi,you do not need to create additional eVars this is a typical case for Classification Rule Builder.1. Create a Conversion Classification for your Campaign Variable (Report Suites -> Edit Settings -> Conversion Classifications) 2. Go to Classification Rule Builder and create a new rule. 3. Now you ...
Hi everyone,I have set up an activity within Adobe Target and I want to use Adobe Analytics as reporting source.In addition I have chosen "Use an analytics metric" for my goal metric.On my page actually the test is implemented and working (I can see the different experinces). I can see my success ev...