I would like to send a WhatsApp message from my project. So I use twilio WhatsApp API and I use my own phone number as the sender and link whatsApp Business Account with my Twilio Account. To use my own whatsapp number as business number, I delete my account from whatsapp messenger and use it as business number since error is shown as the image.Please see this link to see image Error image. Everything including sending message from project is ok, but one thing is I can't login to my own number using whatsapp messenger or whatsapp business app. When I try to login to whatsapp messenger or business app, the error show "WhatsApp is temporarily unavailable. Please try again in 1 hour".

My question is

  • I think I need to login to whatsapp business app only since my phone no is registered as business account. is my assumption true?
  • which step do I need to follow to login to whatsapp?

Please help me. Thanks all in advance.

For reference, I follow along the instructions just like the below link. text

If I can't login, how can I manually reply to my customers?

I am trying to build a report that shows metrics such as clicks, impressions and costs per targeted location from Google Ads.

I compare these numbers with Campaigns stats and it does not match. I got lower number from Geo stats actually. On the other hand, in google Ads application, the numbers are the same.

When I compare AdGrup stats with Campaing stats, it is matching for 100 %.

Thanks

I want to understand why there is this discrepancy and how can I solve it.

I'm using Google Analytics to add data to the corresponding and connected Google Ads campaign, visible in the Googla Ads backend.

Connecting Analytics UA with Google Ads worked fine, but the user data delivered by GA4 does not appear in Google Ads.

I connected the new GA4 account with the matching Google Ads account.

The data, that should appear as columns in the Ads campaign data, can be found in the settings for the columns. Go to "Campaigns", then "Columns" - Modify columns - Google Analytics.

Here should appear "% Engaged sessions (GA4)", "Events/session (GA4)", "Avg. session duration (seconds) (GA4)".

In some cases it does, but mostly not. (2 out of 6 it works)

I tried to find differences or similarities to get to the bottom of the problem. Although some of the installations are using GTM and some are not the ones with the problem do not correlate to the one with or without GTM.

Settings and connection in Google Ads and GA4 should be similar as far as I can see. GA4 accounts are listed under the "tools and settings" - "setup" - "linked accounts" in Google Ads.

In "Google Analytics (GA4) & Firebase" - "Manage & Link" I can see a difference in the columns. The accounts with the correct data have the entry "Linked: App and web metrics activated" in Status and an extra column "Apps and web metrics", where it says "Deactivate".

I'm trying to finish my analytics setup and I've got a bit confused what is the best way forward. The end goal is to have tracking setup that enables me to optimize my Google and Facebook campaigns towards approved users instead of just signed up users. Our product has the following funnel:

  1. User visits our website
  2. He signs up for our product using website lead form (at this moment I have user's email, name, phone number etc.)
  3. Based on our evaluation (that can take hours or days) the user is approved or disapproved in our CRM

I want to provide the advertising systems (mainly Google Ads and Facebook Ads) with an information when the user was approved with all the required ids so the system can trace the event back to the ad the user clicked.

I have the following analytical stack that I am working with:

  • Website GTM container
  • Server GTM container (GA4+ UA clients, GA4 + UA + FCAPI tags)
  • Facebook Conversion API implemented in sGTM

What would be the best way in your opinion to implement the tracking of the event that is fired from our CRM when user is approved? I was thinking about using Measurement Protocol to send the event to sGTM/GA4 or Enhanced conversions for leads for Google Ads but neither solutions seems to fit 100 % to my scenario. What would you recommend? Thank you for any inputs.

This code is being used on aws lambda for making Google ads client

try:     googleads_client = GoogleAdsClient.load_from_dict(credentials, version="v11",) except GoogleAdsException as e:     print(f"Google Ads Exception: {e.message}") 

Unfortunately this is running into time out issue even if the time is set to 3 minutes. As there is no error, It is not possible to debug the issue. Any experienced developer can share some tips? Thanks alot