BUG: ip_address
and user_agent
should be in a single identifiers object. Error: At least one user identifier must be provided
#3909
Labels
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: