Skip to content
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

Add WhatsApp Business Account ID to Conversions API User Data #306

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

huw
Copy link

@huw huw commented Feb 6, 2025

I’ve outlined in issue #305 that the User Data object in the Conversions API is missing the WhatsApp Business Account ID (whatsapp_business_account_id), which is a required parameter for Business Messaging events with a Click to WhatsApp ID (ctwa_clid).

This PR adds the appropriate parameter. I’ve tested it in my own project and it behaves correctly.

I followed the pattern for how ctwa_clid was added to the project; please let me know if the PR is too sparse and I can flesh out documentation, testing & validation. That said, this PR is sufficient for adding the functionality and I’d prefer to defer anything else to an additional PR.

Fixes #305

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conversions API User Data is missing WhatsApp Business Account ID
2 participants