Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sivanesan
Partner - Contributor III
Partner - Contributor III

Check tag/custom property removal

Hi Everyone

Is it possible to check when a tag/customer property has removed for an user. We need this for audit purpose for one of our client. I checked the repository log files but couldn't find any relative logs. 

Regards

Sivanesan

Qlik Sense Enterprise on Windows 

Labels (3)
1 Reply
jody998
Contributor
Contributor

Hello,
1. Check API Logs (if applicable)
If your platform provides API access (such as in the case of customer data management systems, CRMs, or e-commerce platforms),   stats for spotify  check the API logs. Some platforms log actions like tag removal or property changes via API calls.
For example, you could look for API calls related to removing tags or properties. If you're using something like Segment, Zendesk, or Shopify, there may be API endpoints or logs that capture these events.
2. Audit Logs in the Admin Panel
Many platforms provide an Audit Log or Activity Log in their admin panels where changes to customer data (including adding/removing tags or properties) are tracked.
Look for sections like User Activity, Data Changes, or Change History. These logs often capture when a tag is added or removed from a customer, along with the user who made the change.
3. Version Control in Databases (if custom solution)
If you're working with a custom database or have custom logic for tags and customer properties, ensure that your system uses a version control mechanism for tracking changes. For example, a Change History Table can be implemented where every change (like adding or removing a tag) is logged with a timestamp.
You can query this log or database table to retrieve a history of when a tag was removed.
4. File System or Repository Logs (If the action is part of a repository change)
If you're working in an environment where these tags are part of files that undergo versioning (like Git), the removal of tags might be reflected in commit messages or changes in the version control repository.
You can try querying the repository logs for specific actions that might include tag removals.
5. Webhooks (if supported by your platform)
Some systems send out webhooks when specific actions are performed, like modifying tags or properties. Check if your platform supports webhooks and if there are any related to tag or customer property updates. These logs could be stored in a separate system or database for tracking.
Best Regards
jody998