Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Kaushalendra
Kaushalendra
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
69

Likes Received

Likes Received
66

Posts

Posts
142

Discussions

Discussions
19

Questions

Questions
123

Ideas

Ideas
4

Blog Posts

Blog Posts
0
Top badges earned by Kaushalendra
Customize the badges you want to showcase on your profile
Re: s.Util.getQueryParam issue - Adobe Analytics 15-10-2015
@warrensander I would not say it is a bug as Client might want to put '#' intentionally in their URL parameters. In case they don't, they can use similar script as below to truncate the trailing part: if(myParam){ myParam=myParam.indexOf('#')>0?myParam.substring(0,myParam.indexOf('#')):myParam;}

Views

651

Likes

0

Replies

0
Re: When does a search engine count as such? - Adobe Analytics 15-10-2015
Hi Alessandro,In addition to Shekhar's response I would like to add the explanation here is that if you check for the second condition in the second article:The referring URL contains a keyword query string parameter; in most instances the query string parameter is ?q=.Some of the Search Engines to enhance security strip off the query parameters from secure (HTTPS) pages and hence those referrers are not qualifies as Search Engines and are instead qualified as Other Sites. To verify whether this...

Views

300

Like

1

Replies

0
Re: Bing Secure Search - Not Tracking As A Search Engine - Adobe Analytics 15-10-2015
Yes, this was resolved with the maintenance release which happened last month.~Kaushal

Views

1.1K

Likes

0

Replies

0
Re: Number of records shown in UI and fetch through REST API is different - Adobe Analytics 15-10-2015
Would it be possible for you to provide me the full Request you are sending through and the response received?Also, it seems that this query might need some of your account specific analysis and hence would suggest you to get in touch with ClientCare team by creating a ticket in name of any of the Supported Users for SiteCatalyst in your company. ~ Kaushal

Views

334

Likes

0

Replies

0
Re: Number of records shown in UI and fetch through REST API is different - Adobe Analytics 15-10-2015
The reason you are getting 10 results is that the when a breakdown is applied (as in your request breakdown for geocountry and page is applied), it returns Top 10 records. You can specify this limit and where to start with fetching the results in your request.Please refer to the below page for more details on these configuration:https://marketing.adobe.com/developer/documentation/analytics-reporting-1-4/r-reportdescriptionelement#reference_9ECD594AEDD240D7A475868824079F06

Views

334

Likes

0

Replies

0
Re: Exclude Hits by User Id - Adobe Analytics 15-10-2015
Hi Hasini,You are correct, Hits cannot be excluded using Processing rules. However, you can get a VISTA rule implemented for your specific requirement to exclude hits by specific User IDs.Below is an article with detailed information on VISTA rules:https://marketing.adobe.com/resources/help/en_US/reference/VISTA.html ~Kaushal

Views

173

Likes

0

Replies

0
Re: Sitecatalyst Firefox browser bug Could not login to sitecatalyst - Adobe Analytics 15-10-2015
Hi Suresh,In case clearing the cache and cookies even with a system restart has not resolved the issue, I would suggest that you connect with ClientCare team with help of one of the Supported User in your organization to get the issue analyzed and troubleshooted.~Kaushal

Views

373

Likes

0

Replies

0
Re: Sitecatalyst Firefox browser bug Could not login to sitecatalyst - Adobe Analytics 15-10-2015
Hi Suresh,I had the same issue multiple times. Most of the times it was resolved after clearing the cache of the browser. Once or twice(very rare) I even had to restart my machine to ultimately get the issue resolved.~Kaushal

Views

333

Like

1

Replies

0
Re: Create a mass number of SC login accounts - Adobe Analytics 15-10-2015
Hi Warren,Only way I see of doing this is by writing a script to utilize API function Permissions -> AddLogin.Below is a sample request for the same:{ "email":"abcd@xyz.com", "first_name":"Test", "group_names":[ "All Report Access" "Report Builder" ], "is_admin":"true", "is_temp":"false", "last_name":"User", "login":"testUser", "must_change_password":"false", "password":"password", }Below is the page with more details regarding the same:https://marketing.adobe.com/developer/documentation/analyti...

Views

211

Likes

0

Replies

0
Re: What happens to the data collected by Analytics? - Adobe Analytics 15-10-2015
Hi Varun,1. I am not sure how the data internally is stored, but as per my experience I have seen or heard of any security issue with the data of any of our Clients.2. No, the data once captured can't be deleted.3. When the contract of the company expires, the data remains stored with Adobe Analytics. But, Clients would not have access to that unless they renew the account. Before the contract ends, client can get the data transferred to them.4. Below is an article on data collection in Analytic...

Views

753

Likes

0

Replies

0