Add FAQ & Troubleshooting section to Destination Actions docs #4193
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
These docs do not currently have a FAQ & Troubleshooting section - added this to cover two scenarios that customers have written in about.
Added a bullet that covers this error along with options for resolving it (creating a new mapping to handle the event being tested or using a test event that matches an existing mapping)
For example, in my own workspace's GA4 destination instance I have two custom event mappings, one generates an event called "event_one", and the other generates an event called "event_two". Both are configured to trigger on an event called "Segment Test Event Name":
By using the destination's event tester, I can see that multiple requests are made to Google, and can cycle through them by clicking the arrows at the top by the "Event Lifecycle" heading:
First request sent for custom event event_one:

Second request sent for custom event event_two:

Merge timing
Related issues (optional)