Re: get campaign data

2024-06-11 Thread Varinder Sohal
Hi, Thanks for your response! Now I would like to know what changes are needed in following tracking code to track the leads. Right now I'm monitoring conversions and conversions value. gtag('event', 'conversion', {'send_to': '-', 'value': 123.05, 'currency': 'USD' }); On Tuesday, June

Re: get campaign data

2024-06-11 Thread Varinder Sohal
Hi, Thanks for your response! I noticed that in your reply, you're treating conversions and leads as the same thing. However, I believe there's a distinction: conversions refer to those who have actually purchased the product, while leads are those who have shown interest and are willing to

Re: get campaign data

2024-06-11 Thread Varinder Sohal
Thanks! On Tuesday, June 11, 2024 at 11:19:21 AM UTC+5:30 Varinder Sohal wrote: > Hi, > I get the conversions when I increase the recommended budget thank you for > that but now I want to get the revenue. I believe it is appropriate to > consider the conversion value as the rev

Re: get campaign data

2024-06-10 Thread Varinder Sohal
Hi, I get the conversions when I increase the recommended budget thank you for that but now I want to get the revenue. I believe it is appropriate to consider the conversion value as the revenue if not please suggest to me how can I get the revenue Please let me know if you need anything else.

Re: get campaign data

2024-05-23 Thread Varinder Sohal
https://nimb.ws/JL3FY4E Here is the screenshot of ads dashboard. Following is the request method: public static function getGoogleAdCampaigns(GoogleAdsClient $googleAdsClient, int $customerId, $startDate, $endDate) { $googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient();

Re: get campaign data

2024-05-22 Thread Varinder Sohal
Hi, Thank you for this conversation. It has been very helpful. However, I did not get the values when using metrics.conversations. It seems like something might be missing when running the campaign, as it has been showing a value of 0 for the past two months. On Friday, August 11, 2023 at

Re: fetching campaigns detail via google ads php client library.

2024-05-07 Thread Varinder Sohal
Thank you so much for these conversions it helps me a lot but I have another query how can I filter Google ads campaign data with a date range filter? Suppose I want to get last week's clicks, impressions last week's cost, etc. I googled a lot about this but somewhere I read about segments