How can I get budget, campaign type and bid strategy type of campaign ?

2023-09-17 Thread Khushal Nayani
Hello there, I am using google ads php client library for fetching campaign details. I want to fetch some of these following details with campaign query. Details are 1. Budget 2. Campaign type 3. Bid Strategy Type 4. Status 5. Target CPA My current query is SELECT campaign.id, campaign.name, ca

Assign dynamic customer ids in the getCampaigns.php

2023-09-15 Thread Khushal Nayani
I am using google ads API for viewing campaign data in my web application. Here i want to dynamically assign customer id for viewing data. But in get campaign file customer id is a constant. How can i change customer id as a normal private variable ? Here is the code from getCampaigns.php file

Google Ads API Php client library, Where to place google_ads_php.ini file in server ?

2023-09-09 Thread Khushal Nayani
I am using Google Ads PHP client library to fetch campaign data in web application. Everything is working fine in localhost but when I hosted project on server various error where found due to the mismatch in path of google_ads_php.ini file. Error are below PHP Fatal error: Uncaught InvalidArg

Fetching campaigns detail via google ads php client library.

2023-09-05 Thread Khushal Nayani
I am trying to create a web application where my clients can view their campaign data. I am using Google Ads PHP Client Library for this application. Done installation as per given instructions. Took Ge