Regarding Meta Ads API action_attribution_windows parameter, what is the window for skan_click and skan_view? Is it same as default 7-day click-through and 1-day view-through? In the reporting tool, the SKAN attribution only showed value for skan_click, but when using API to get skan_click and skan_view, there are values for both. Why is skan_view ommited in Meta Ads reporting tool? Thanks.

enter image description here

I am trying to set up a facebook messenger chatbot using dialogflow, and when I am trying to integrate both the services, I get this error message

com.google.dialogflow.bots.common.exceptions.BotWasNotStartedException: Code 400: (#100) You must set a Get Started button if you also wish to use persistent menu.

I tried the method referred in this question : get started button for fb messenger in dialog flow (get started button for fb messenger in dialog flow)

but it threw the error when I tried sending a POST request as given in the answer : "error": {"message": "(#100) Requires one of the params: get_started,persistent_menu,target_audience,whitelisted_domains,greeting,account_linking_url,payment_settings,home_url,ice_breakers,platform,title,description,commands", What do I do and how do I proceed from here? Is there a PHP or a JSON code that I must integrate? Or is there something else I can do about it?

Error message in dialogflow while trying to integrate messenger and dialogflow : com.google.dialogflow.bots.common.exceptions.BotWasNotStartedException: Code 400: (#100) You must set a Get Started button if you also wish to use persistent menu.

Error message while trying to send a POST request to set a Get Started button : "error": {"message": "(#100) Requires one of the params: get_started,persistent_menu,target_audience,whitelisted_domains,greeting,account_linking_url,payment_settings,home_url,ice_breakers,platform,title,description,commands",

Goal: I want to provide WhatsApp messaging feature within my android app for my customers to send messages to their customers, and without my customers intervention in terms of any accounts setup/embedded signups for them. Because my customers won't use this feature if they need to invlove in the setup process that Meta docs are suggesting as a solution or tech provider. So I want to use my own setup and WABA account so that my customers can use this feature right way.

My Setup:

  1. Meta developer account is created.

  2. Meta business manager is created.

  3. Meta app is created and linked to business portfolio.

  4. My business verification is successfully completed.

  5. WABA Account is created and my new business phone number is added and Webhooks setup also done.

  6. Access Verification is not done as I am not going to deal or create my customers WABA accounts.

  7. App Review submission is failed as I didn't provide FB Login button and now I think I understood why FB login is needed and now I don't want my customers fb login intervention as it is going to come to the concept of dealing customers WABA accounts in the end.

  8. Added Phone number is in unavailable status, its registration is failing because of on premises api expiration and struggling to do it with Cloud API endpoints like /wabaId/phone_numbers, /request_code, /verify_code etc and now I completely got stuck and confused on how to register business phone number with certificate code and without issues.

Test implementation in the app:

  1. Multiple messaging templates are created and available to use.
  2. We are able to send whatsapp messages using templates created to the mobile numbers added in the test list in development mode.

Problems/Concerns/Queries To achive my goal mentioned above:

  1. Is my goal achievable?
  2. How to register added business phone number using certificate code as per latest docs/changes?
  3. Does it require access verification to register business phone number?

Please help me with my goal and what else I need to do or am I missing anything?

Currently added business phone number is in unavailable status and need to get it to active status.

I am assuming that I don't need to go through access verification and app review process as I'm not going to deal customers individual setup/waba accounts.

I am expecting to use my business phone number id with permanent access token to make graph API /messages calls and send messages to customers of my customers. This will be triggered by my customers through my android app.