Get conversions stats

2020-11-05 Thread Accountify Apps
Hi, I am new to Google Ads API and trying to show ads stats on my web page.My requirement is to show Add To Cart ,Purchase and Checkout action stats for deferent category like campaign and ads group. Below is code query I am using $query = "SELECT campaign.id, " . "campaign.n

Re: CUSTOMER_NOT_FOUND

2020-10-22 Thread Accountify Apps
Hi, Thank you for your reply , I am new to Google Adword API also I don't know how to reply author privately. The button Reply to author is disable for me Kindly please guide me how to do this. Thank you On Thursday, October 22, 2020 at 10:42:19 PM UTC+5:30 adsapiforumadvisor wrote: > Hello, >

customer not found

2020-10-22 Thread Accountify Apps
Hi, I am trying to get all the campaign for a ads account but its giving me error CUSTOMER_NOT_ACTIVE but on the other hand if I query for ads stats then It gives me correct response so that means my account is active.I don't know why its giving me CUSTOMER_NOT_ACTIVE error. Any help ? Thank

CUSTOMER_NOT_FOUND

2020-10-22 Thread Accountify Apps
Hi, I am trying to get all of the customers for the account but I am getting the error AuthenticationError.CUSTOMER_NOT_FOUND.After connect I am able to get a valid access token and refresh token but unable to get customers. Previously this was working fine with same account and I am only gett

Adword APi RateExceededError

2020-08-20 Thread Accountify Apps
Hi, I am trying to get report using ReportQueryBuilder below is my code $query = (new ReportQueryBuilder()) ->select([ 'CampaignId', 'CampaignName', 'AdGroupId', 'AdGroupName', 'Id', 'Imp

Re: Upcoming changes to payment account listing for Manager accounts

2020-06-19 Thread Accountify Apps
Hi, Thank you for reply Is there a way in api (either in adword or google ads api ) we can get the amount charged to user for google ads. On Friday, June 12, 2020 at 8:45:40 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Unfortunately, there is no way to do this in AdWords API. However, if

Re: Upcoming changes to payment account listing for Manager accounts

2020-06-11 Thread Accountify Apps
I just want to fetch users latest billing information for ads so that I can show to user in my web that how much pending amount he need to pay for google ads . I assume BudgetOrderService API will give this information can any one suggest which API will provide this info to me? On Friday, Febr

Re: Upcoming changes to payment account listing for Manager accounts

2020-05-26 Thread Accountify Apps
> > Hi, I am trying get all ads billing details for that I am using > BudgetOrderServe and calling its function name getBillingAccounts but its > returning me empty response. > My code is in PHP $session = $this->makeAdwordSession($g_token); $adWordsServices = new AdWordsServices();

Ads Billings

2020-05-25 Thread Accountify Apps
I am trying get google ads billing account details means I am trying to show how much the user owes Google for ads. For this I am using BudgetOrderService of adword Api. My code is $session = $this->makeAdwordSession($g_token, $account['id']); $adWordsServices = new AdWordsServices(); $BudgetO