-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: ip_address
and user_agent
should be in a single identifiers object. Error: At least one user identifier must be provided
#3909
Comments
Thanks for opening this issue! We'll get back to you shortly. If it is a bug, please make sure to add steps to reproduce the issue. |
ip_address
and user_agent
should be in a single identifiers object. Error: At least one user identifier must be provided
This issue is considered to be stale. It has been open for 30 days with no further activity thus it is going to be closed in 7 days. To avoid such a case please consider removing the stale label manually or add a comment to the issue. |
Hello? |
This issue is considered to be stale. It has been open for 30 days with no further activity thus it is going to be closed in 7 days. To avoid such a case please consider removing the stale label manually or add a comment to the issue. |
@amerkay sorry for the delay, we will look into it. |
No worries. Let me know if you need a tester. |
Describe the bug
Error response from X: At least one user identifier must be provided.
Why it's happening: The
ip_address
anduser_agent
are placed at the conversion object level rather than combined identifier following the X docs.See X Docs: https://developer.x.com/en/docs/x-ads-api/measurement/web-conversions/api-reference/conversions
From Docs:
To Reproduce
When I send
ip_address
anduser_agent
properties, this happens.Payload:
Error response from Twitter:
Expected behavior
ip_address
anduser_agent
should be in a single object, not two separate ones:{
"ip_address":"1.0.0.0",
"user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
}
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
See:
rudder-transformer/src/v0/destinations/twitter_ads/transform.js
Line 134 in 275e971
The text was updated successfully, but these errors were encountered: