Skip to content

Commit 6772461

Browse files
authored
Update src/connections/sources/catalog/libraries/website/javascript/faq.md
1 parent 9f8a052 commit 6772461

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/website/javascript/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ If you need this functionality, you have a couple of options:
141141
**Use downstream tools**: Many analytics platforms, like Google Analytics, can automatically handle IP-to-geolocation conversion.
142142
**Use a third-party API**: Alternatively, you can use third-party services like Geolocation API to convert IP addresses to geolocation data. Afterward, you can pass this information as a trait in Identify calls or as a property in Track calls to Segment. This allows you to manage geolocation data according to your specific needs, though it will likely require engineering resources.
143143

144-
## My payload is populating incorrectly
145-
There is not a guaranteed order that parameters are populated, your payload should still be ingested as long as all neccessary parameters are included.
144+
## Why is my payload populating incorrectly?
145+
Payload parameters aren't populated in a guaranteed order. Your payload should still be ingested as long as all necessary parameters are included.

0 commit comments

Comments
 (0)