Recent Discussions
Usage report
Hi I want some metrics from a specific category Click-Through Rate (CTR): How often users click on links or CTAs. Downloads: Frequency of document/resource downloads. Video Views: Views of multimedia content. Page Views Unique Visitors Can someone Please help me on this How to achieve these requirementsbanand13 hours agoHelper4Views0likes0Comments- banand8 days agoHelper82Views0likes3Comments
Google Tag Manager and Google Analytics Setup in Aurora platform
Hello Guys, Anyone has setup the GTM and Google analytics in current version of Aurora Platform. We tried with the pagescript which is not working for us. IF anyone added implemented the same, then please let us know. Thanks DurgeshSolvedduahire16 days agoHelper85Views2likes1CommentIncremental data for attachments in messages and replies
I am trying to get incremental data based on required datetime field for attachments related data in messages and replies. Can someone please help me with this ? Graphql queries for which I need incremental data is as follows: query Attachments { messages { edges { node { id attachments { edges { node { id filename url } } } } } } } Thanks100Views1like5CommentsIncremental data for users data
I am trying to bring USERS data incrementally though GraphQL API. The only relevant date time filter/constraints we can use is registration date, but the problem is that if a user profile is updated, we won't be getting that in incremental data based on registration date. Can someone please help me with this ? Is there some other datetime filter or constraints we should use to get this data incrementally ? Here is my current USERS GraphQL query for reference: query MyQuery { users( last: 1000 constraints: {registrationTime: {gte: "2024-01-01T00:00:00.000+00:00", lte: "2024-10-01T00:00:00.000+00:00"}} ) { edges { node { id title firstName lastName email viewHref } } } } } Thanks, Aishwarya41Views0likes0CommentsKhoros Care API to add users or update user roles
Hi All, I’m looking for assistance with the Khoros Care API, specifically regarding how to add users and update their roles. If anyone has experience with this, could you please share the steps or provide any examples of API calls? I’ve reviewed the API documentation, but I only found information related to Care API Reporting and Community APIs. Any assistance with where to get started would be greatly appreciated. Regards, Kevin50Views1like3CommentsCustomizing the My Settings page
Hi, I am trying to figure out how to customize the elements that are part of the My Settings page such as My Bookmarks and My Subscriptions. However there is no pages in the Studio Page-editor for those. All I see is a component called tabs. Please let me know what I am missing.Solved212Views0likes6CommentsUnable to retrieve users using v2 API
Unable to retrieve users from /api/2.0/search?q=SELECT * FROM users endpoint though it's returning 200 response. What could be the reason? Here is the response: { "status": "success", "message": "", "http_code": 200, "data": { "type": "users", "list_item_type": "user", "size": 0, "items": [] }, "metadata": {} }52Views0likes0Comments