Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
7 replies
123 views

What I mean is that my website is based in my country. Since my website is related to foreigners, I want to know how to track whether the users of my website are foreigners or local users. I have ...
Edz's user avatar
  • 1
Best practices
0 votes
1 replies
56 views

I am trying to track a custom form submission event in GA4 using Google Tag Manager. The form does not redirect to a thank-you page and instead shows a success message dynamically. What is the best ...
surekha suresh's user avatar
Best practices
1 vote
3 replies
99 views

I'm working on a GTM implementation to track successful login and account registration conversions on a client's customer peprod portal. One important constraint I discovered after joining the project:...
Ir_Cem's user avatar
  • 1
Tooling
0 votes
1 replies
40 views

I’m working on a Wi-Fi heatmap feature that requires highly accurate indoor movement tracking inside a bounded space (e.g., a house or floor). The system should continuously record the user’s position ...
Muhammad Talha's user avatar
0 votes
1 answer
114 views

I am using TrackEval to evaluate multi-object tracking results. I have: gt.txt (ground truth for a video) mot.txt (tracker output for the same video) What is the required directory structure for ...
NOURA's user avatar
  • 21
0 votes
0 answers
63 views

I'm making an android app which tracks how long earbuds are being used to protect hearing. I often use my earbuds individually, is there a way to track which individual earbud is in use to track them ...
Ibrahim Shaikh's user avatar
0 votes
0 answers
64 views

I'm working on an object tracking application using OpenCV and YOLOv8. I want to display a custom marker (a circle and two crossing lines) at the center of a detected object when I click on it. I'm ...
Helli KARI's user avatar
-2 votes
1 answer
141 views

I’m working on a location tracking system using SQL Server, and I store location updates for employees every few seconds. Here’s my table: CREATE TABLE tblAppLocation ( id INT PRIMARY KEY ...
Ganesh Mohane's user avatar
0 votes
1 answer
365 views

I have a project where I am implementing the Yolo object detection algorithm with different tracking algorithms. I am now struggling to implement the StrongSort tracking with my detection program. Can ...
ofhgof's user avatar
  • 1
-1 votes
1 answer
94 views

Entities defectmelmaster and defectmeleffectivity have the same primary key. After forming the lists, I would like to insert these separate lists for defectmelmaster and defectmeleffectivity. However, ...
Begumm's user avatar
  • 69
1 vote
0 answers
152 views

I'm building a CRM for a small company, and I need to track all changes made by users across various documents (e.g., properties, enquiries, etc.). For example, when accessing a property, I want to ...
Alexandru Oprescu's user avatar
0 votes
1 answer
109 views

Our flutter app is job portal app where user confirms odd jobs and agencies posts jobs in it. Now we want to add real-time location feature which will tracks the user live location 1 hour before the ...
Muhammad Asfar Ali's user avatar
2 votes
1 answer
160 views

i wrote this html page and i put this video from my computer and i also included English subtitles but when i choose either of the two subtitles it does not appear on the screen. [![ <!DOCTYPE ...
Wisam's user avatar
  • 73
1 vote
0 answers
106 views

My background location services is not working correctly for realme and vivo phone.. I am using foregroundservices which is working correclty for motorolla and samsung etc..I am not getting location ...
Cpn app's user avatar
  • 11
0 votes
1 answer
172 views

I am trying to create an event on GA4 Analytics account that detects whenever someone clicks the Confirm Booking button and books an appointment, but I am not sure that set the correct matching ...
ShadowKnight's user avatar
0 votes
1 answer
123 views

In order to comply with some requiremnt, imposed by internal software policies, I need to log user_name or user_id of actions performed on the frontend (UI), for instance @catch_mlflow_exception @...
fabio.geraci's user avatar
-1 votes
1 answer
227 views

import cv2 import numpy as np from ultralytics import YOLO from deep_sort_realtime.deepsort_tracker import DeepSort def count_unique_people(video_path): model = YOLO('yolov8n.pt') cap = cv2....
san4s's user avatar
  • 1
0 votes
1 answer
101 views

The problem statement is - I want to track exclusively that the app is either opened manually by the user, or by a push notification or a deeplink click. The Push notif and deeplink opens can be ...
Saumya Ranjan Nayak's user avatar
0 votes
0 answers
67 views

I'm using google_maps_flutter, flutter_polyline_points and firebase_database packages in my Flutter project. I have another app which is for driver and it's live location is shared with firebase ...
Zia's user avatar
  • 725
1 vote
0 answers
157 views

I am trying to integrate the DaSiamRPN Tracker into my code, but I wanted to see if this is possible first with my particular set up - I'm using python 3.11 on a windows computer (with a NVIDIA GPU). ...
Amy Hassett's user avatar
0 votes
1 answer
50 views

I'd like to develop a tool, in which you scan with a smartphone a QR-Code of a product, which contains information like what kind of product is this and the tool sends the information and information ...
Almighty Drake's user avatar
0 votes
1 answer
61 views

I want to extract Image co-ordinated from the Hololens 2 with respect to the camera co-ordinates. We can easily get the spatial co-ordinates with this. But I need camera co-ordinates which are raw and ...
sanjay dabhi's user avatar
0 votes
2 answers
1k views

I have these links that are built by a third party company, like this: <a class="button" href="https://thirdparty.com/redirect/&utm_campaign=hosted" target="_blank"...
Lucky500's user avatar
  • 537
1 vote
1 answer
717 views

My iOS app does ask user's permission for ATT(App Tracking Transparency) and if given, displays some ads. But when i profile the app using instruments tool as suggested by Apple here to detect ...
iOSNinja's user avatar
0 votes
0 answers
301 views

Is it possible to track online or offline user via telegram bot knowing his id. bot.command('check_status', async (ctx) => { } I am writing a TG bot and my tutor said to me the task "track ...
Паувер Тзен's user avatar
2 votes
2 answers
607 views

I am following this documentation on tracking images in 3D space on Vision Pro. https://developer.apple.com/documentation/visionos/tracking-images-in-3d-space The expected result is that a 3D sphere ...
SeveN's user avatar
  • 119
0 votes
1 answer
287 views

I'm sorry if this question is duplicate but believe me there is no certain answer to the question How to listen to current location changes while the app is minimized and location permission is set to ...
Zia's user avatar
  • 725
0 votes
1 answer
199 views

I am trying to track a person who appears for part of a 53-second video I found on YouTube as shown in frame #1 from the video: Frame #1 from Video by Price (2020) The tracking rectangle is (supposed ...
charlesumesi's user avatar
1 vote
0 answers
394 views

I am working on the code of a website that uses GA4 and GTM for tracking. Following the recommendation here: https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtm#...
EtienneBilocq's user avatar
0 votes
0 answers
88 views

I am trying to build an asset tracking solution with esp32. I am looking out here for an optimal strategy, than an answer to a specific question. I've set 3 esp's as anchors, and I have another 5 esp'...
Balaji S's user avatar
  • 176
1 vote
0 answers
64 views

I have a platform where users create ads, and these ads are listed on other sites through a script tag embedded in their websites. When users click on these ads, they are redirected to product sites. ...
TaHa's user avatar
  • 19
0 votes
1 answer
233 views

I will break it down into different steps. User arrives to "DOMAIN A" from an advertisement. We have "DOMAIN A" where people can select membership options. User selects that they ...
Gyuri Huber's user avatar
0 votes
1 answer
277 views

I recently used bubblewrap to convert a PWA into a TWA and got it accepted into the Play Store. I currently track PWA installs by checking if the user's display-mode is standalone. However, this does ...
Bayernator's user avatar
1 vote
1 answer
1k views

Warning with gmc.py, line 273, not enough matching point. I'm using the BoT-SORT tracking model using the YOLOv8 detection model. For some videos, I see this warning: "WARNING: not enough ...
Setare Khosravi's user avatar
0 votes
1 answer
74 views

I have a DB table with name of Color. public class Color { public int Id { get; set; } public string ColorCode { get; set; } public string ColorName { get; set; } public bool ...
NedaM's user avatar
  • 143
0 votes
1 answer
57 views

I have a fetched a list of Offers (OfferBaseModel). Offers can be of two types Personal or Favourite . Now I want to show these on tab selection open class OfferBaseModel -> Parent Class data class ...
Taimoor Khan's user avatar
0 votes
1 answer
232 views

I'm using the entity framework in a blazor application. My context is scoped. I have a tracked entity with a modified property but I cancel the modification. This entity is still tracked and the ...
Chardeux's user avatar
0 votes
1 answer
63 views

I have an API built using Django's APIView class, which includes two endpoints: start_report_generation and get_csv. When I hit the start_report_generation endpoint, it triggers the execution of the ...
jessiepinkman's user avatar
1 vote
0 answers
374 views

Using Unix-based system (Mac) what would be the minimum code to obtain the head-tracking 3DOF information coming through an USB-C port from Nreal (nowadays Xreal) Air virtual glasses? I would like to ...
Imsa's user avatar
  • 199
0 votes
1 answer
1k views

I am using traccar open source GPS tracking system, and I want to edit/modify some html elements but I cant I want Modify/Edit Traccar Template there is a any way, please help. I have downloaded ...
Ashok Chandra's user avatar
1 vote
1 answer
3k views

I'm working on a Flutter app and I want to establish a connection with a smartwatch to exchange step(tracking) data and control some features. I've done some research(Android & iOS), but I'm not ...
Nehil Koshiya's user avatar
1 vote
0 answers
145 views

I've build a own tracking template for Google ads, which looks like this: http://tracking.example.com?lpurl={lpurl} This tracking link (where {lpurl} is the final url) leads to our website and ...
Mathieu Vloei's user avatar
0 votes
0 answers
54 views

I have a Electron App, you register an account in the app after installing it, but when I run campaigns, how can I know if they came from the campaign page or the regular landingpage? Can I read ...
Bobben's user avatar
  • 1
1 vote
1 answer
607 views

I have been using app_tracking_transparency in order to get permission for showing ad purposes. However, dialog is not showing. Even allow tracking function is not visible in settings of app. I did ...
EManuel's user avatar
  • 11
0 votes
0 answers
297 views

So I have this flapping winged robot, where I drew some circles on the wing that I thought would be easy to track. As the wing moves in each frame, some circles may appear blurrier or elliptic ...
Hadar's user avatar
  • 688
1 vote
1 answer
417 views

I am using MixPanel with a Laravel implementation. I have set up logic to set the 'UTM Source' based on our business requirements. This includes; $referrer, $social, $email, $organic, $network and $...
alexmcfarlane's user avatar
0 votes
1 answer
484 views

I have a news website for ex. ABC.com and sub-domain x.ABC.com I want to track traffic in two different GA4, so I created two GA4 and Tagmanagers account. Both main domain and sub domain have ...
Amit's user avatar
  • 1
0 votes
1 answer
358 views

I defined the folloing Expr Formula: history.changes.Filter($.field="status").changeGroup.map(CONCAT($.author.user_display_name(), " set on ", FORMAT_DATETIME($.timestamp, "&...
And_R's user avatar
  • 1,667
0 votes
1 answer
628 views

On the documentation https://developer.ups.com/api/reference?loc=en_US#operation/getSingleTrackResponseUsingGET We can have the postalCode and Weight in the response, but when I try with API of UPS, ...
binbin's user avatar
  • 141
0 votes
0 answers
219 views

I am getting an error from Google Play console as Your app contains content that doesn’t comply with the Device and Network Abuse policy. We found your app is using a non-compliant version of apporio ...
alabiboo's user avatar

1
2 3 4 5
46