Can anyone offer some advice or ideas?
I want to make a task posting website, where publishers post tasks about twitter on our website (instead of logging in to twitter to post advertisements), such as following, liking, retweet, etc. after participants complete these tasks, How can our system automatically detect that a participant has completed a task (without actively clicking to verify)?
See here for a similar problem and a potential solution:
In that case the user authenticates the app, so it’s easier to check - but in your case if you do not authenticate users, you will need to use account activity API to log all your own interactions with others and track activity that way.
1 Like
@IgorBrigadir This method still requires users to authorize their twitter accounts to us, and can we subscribe to the account activity of hundreds of thousands of users?
Is it possible to use Twitter Pixel for ads to support this? Users do not need to log in or authorize, and use clickId directly to track???
No, account activity API requires you to authorize your own account only, not people interacting with it, so you can track all activity with all other accounts - so it’s perfect for tracking activity of a specific account and or tweets.
As for pixel tracking, I’m not Twitter so if you have a contact there they’re probably a better source, or you could try the Ads Forum section: Conversion tracking for websites