As a developer i would like to test WhatsApp Business API integration.. I am looking for a way to test WhatsApp Business API end points is there any way to test in a short and easy way without Verifying business account and using base-64 certificate as mentioned at Whatsapp Business API Getting Started at below URL, https://developers.facebook.com/docs/whatsapp/getting-started

Does anyone know why GoogleMobileAds still has UIWebView in it? I installed the latest version of GoogleMobileAds (7.60.0) but when I run grep -r UIWebView Pods/ it detects that GoogleMobileAds has UIWebView

If I read the documentation here that GoogleMobileAds has removed all references to UIWebView since version 7.55.0 then why it still appear?

I've tried to reinstall, pod deintegrate, pod update but it still has UIWebView

I was trying to integrate a web application with google analytics. I successfully integrated but when I was trying to get google adwords metrics ga:costPerConversion and ga:ROAS , I was getting incorrect data.

I am unable to fix this issue like why the api data not matching with google adwords dashboard data?

It will be great if anybody could help me with this issue?

Is there any metrics or way to get the total conversions of a google ads??

Having a Website www.example.com and a WebApp myapp.example.com with the following configuration:

  • Both the Website and the WebApp use the Firebase JS SDK for tracking analytics events using the same Firebase config (= they track in the same linked Web+App GA Property)
  • The Website contains the landing page where people from Google Ads land
  • The Website has a regular <a ...> link to the WebApp (myapp.example.com)
  • Conversion events are set up in the WebApp for tracking
  • The GA Property is correctly linked to Google Ads and Conversions are imported correctly in Google Ads

The user flow this issue is about is: Google Ad -> Landing page on www.example.com -> navigates to myapp.example.com -> conversion on myapp.example.com

The situation is now that tracking works from both domains and conversions are also tracked in GA, meaning: if I view the "Conversions" Report, I see the conversions for these events. Also if I set the attribution selector for a specific event to "Google Ads preferred last click" , I can see that some conversions are attributed to the Google Ads campaigns.

But Google Ads does not recognize these conversions and shows the message "No recently tracked conversions" for these events even after waiting several days.

When switching the Attribution model in GA to "Cross-channel last click" for the conversion, the medium cpc (as it is displayed with the attribution model "Google Ads preferred last click" applied) is replaced by referral and campaign information is no longer available.

So I guess this is where the conversion tracking for Google Ads breaks and that's the reason why Google Ads does not detect the conversions correctly: because they happen on the "referral" from www.example.com and not directly from the initial Google Ads referral - even though Google Analytics can attribute the conversions correctly when setting the attribution model as mentioned above.

For regular GA using analytics.js, as far as I know there is a specific setup possible using the options {'allowLinker': true} and ga('linker:autoLink', ['example-2.com'] ); (as described in this documentation).

But for Firebase JS SDK, I could not manage to find any information how to setup cross-domain (even though it's only about subdomains in this case) tracking correctly so Google Ads still attributes the conversions correctly to the domains.

What needs to be done with this setup so that conversion tracking in Google Ads works correctly with the given setup using Firebase JS SDK?