Operation is not implemented, or supported, or enabled. error for keyword plan

2022-08-29 Thread vino...@skills-agency.com
For estimation of budget i'm using *Generate forecast metrics . *It was working fine but now its not working when i try to catch the error it gives me below error : ApiException{ "mess

How can i set total budget for display campaign ?

2022-03-16 Thread vino...@skills-agency.com
I'm working on google ads api. My requirement is that, i need to create a display campaign with bidding strategy as Maximize click and i have budget boundary. I want to set total budget and i don't want to set daily budget. So i'm setting bidding strategy like below on *Campaign* class : *'tar

Cannot set total budget on campaign level

2022-03-14 Thread vino...@skills-agency.com
Hi, I'm trying to set bidding strategy as *Maximize clicks *and budget for whole campaign. Below is my code to create a campaign : $budgetResourceName = $this->addCampaignBudget(1.36); // Creates a campaign. $campaign = new Campaign([ 'name' => 'THIL_DISPLAY', 'advertising_channel_type' =>

How to get google user interests in french?

2022-03-14 Thread vino...@skills-agency.com
I'm working on google ads api to get user interests in french. Im using the search query : *$this->googleAdsServiceClient = $this->googleAdsClient->getGoogleAdsServiceClient(); $query = 'SELECT user_interest.user_interest_id,user_interest.name,user_interest.taxonomy_type FROM user_interest OR

Google ads API gives different forecast metrics when compared with UI

2022-02-11 Thread vino...@skills-agency.com
I wanted to get a Avg. CPC and min clicks from the api which should match with the UI. But the results which im getting is different from Google Ads web UI but i have given the same parameters. I wanna know is it normal that we get different result from UI and from api. Also i don't see any o

Re: Minimum and maximum cpc valeu in Generate forecast metrices

2022-02-07 Thread vino...@skills-agency.com
Hi, I wanted the value because i was using minimum cpc and maximum cpc in my project and i got the value from *TrafficEstimatorService. *So i was expecting same values from *G**enerateForecastMetrics *also. On Tuesday, February 8, 2022 at 8:17:58 AM UTC+5:30 adsapi wrote: > Hi Vinothini, > > T

Minimum and maximum cpc valeu in Generate forecast metrices

2022-02-07 Thread vino...@skills-agency.com
Hi, As Adwords api is going to be deprecated i'm converting *TrafficEstimatorService* to *G**enerateForecastMetrics (*Ref* : * https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics *).* I'm getting data properly but my problem is i'm not getting minimum cpc

Re: PHP Working Example of TrafficEstimatorService v201109

2022-01-19 Thread vino...@skills-agency.com
Hi, Im using *TrafficEstimatorService* to find keywords Average CPC based on the location. In my case i want to pass multiple locations (Mostly postal codes). Can someone tell me how can i pass multiple location datas. On Monday, February 8, 2016 at 8:02:15 PM UTC+5:30 Anthony Madrigal wrote: