Payment / Billing

2022-11-29 Thread Binu Mathew
I like to know two things. 1) when an account is connected to our app using Google Ads API., can we change the billing details of the account to our Payment Details? Any code samples for that? 2) How can we find a keyword's Top bidding amount using Google Ads API? Any code samples for that? -

Get Account level Data from google ads

2023-02-21 Thread Binu Mathew
Is there any way we can get account wise data of google ads, suppose say i have two account , i need to get data like click, impression, which keyword got the impression etc on every day in that particular period ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Get Account level Data from google ads

2023-02-22 Thread Binu Mathew
Hello Sherwin Thank you for your reply, can you share an example where I can get details of a campaign, just one. which provide me data of clicks and impression for last 30 days not combined but per day basic ? Regards On Wednesday, 22 February 2023 at 17:04:49 UTC+5:30 Google Ads API Forum

How to add Youtube Asset to Performance Max Asset Group ?

2023-02-22 Thread Binu Mathew
Hello Any idea How to add Youtube Asset to Performance Max Asset Group ? In PHP? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

How to get PPC by Device for Maximum Time Period by each day of a campaign ?

2023-03-03 Thread Binu Mathew
Hello How we can get click by Device for Maximum Time Period by each day of a campaign ? Is there any Google Ads Query Language for that? Can you show me a sample ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=

Re: How to get PPC by Device for Maximum Time Period by each day of a campaign ?

2023-03-23 Thread Binu Mathew
*Can you show us a sample* On Thu, Mar 23, 2023 at 5:22 PM Google Ads API Forum Advisor wrote: > Hi Binu, > > With regard to your concern, you may utilize the Campaign Criterion report > , > then refer to campaign_crite

Re: How to get PPC by Device for Maximum Time Period by each day of a campaign ?

2023-03-24 Thread Binu Mathew
Hello Thank you for quick your response when a user give a campaign id, it should show campaign details like name ctr cpp cost clicks by age group clicks by gender clicks by country total clicks, total spend, avg cpc, conversions, avg cpm, avg ctr, avg cpp actions clicks by devices and list of its

how can i get which age range i am getting this response?

2023-03-27 Thread Binu Mathew
How to get age range from *SELECT metrics.clicks,ad_group_criterion.age_range.type,metrics.conversions, metrics.cost_micros FROM age_range_view WHERE campaign.id = X* Now I am getting { "clicks": 0, "cost": 0, "conversions": 0, "ageType": {} }, { "clicks": 0, "cost": 0, "conversions": 0, "

How to find Top Campaign in an account using GAQL?

2023-03-27 Thread Binu Mathew
How to find Top Campaign in an account using GAQL? *Top 10 based on * Amount Spent Cost Per Website Conversion Actions Action Rate % -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How can we add Youttube video assets to google performance ads?

2023-05-08 Thread Binu Mathew
I am trying to add youtube video to assets of a google performance ads using following php code $i = 1; foreach ($youtubeURLs as $youtubeURL) { $operations = array_merge($operations, self::createYoutubeVideoAsset( $customerId,

Re: how can we add youttube video assets to google performance ads?

2023-05-08 Thread Binu Mathew
Thank you for your response. Do you have a code sample to share with me? On Mon, 8 May 2023, 7:16 pm Google Ads API Forum Advisor, wrote: > Hello Binu, > > Welcome to Google Ads API Support team. Thank you for reaching out to us. > > We do have sample code for creating assets here ( > https://d

How to add Audience to a Search Campaign

2023-05-18 Thread Binu Mathew
Hello, I have a couple of questions regarding adding an audience to a search campaign. Firstly, when I attempt to add an audience to a campaign using PHP, how can I do so? I have used the following code: $audienceSetting = new AudienceSetting(['use_audience_grouped' => true]); $adGroup1 = new A

What is campaign.*setting in RMF

2023-10-25 Thread Binu Mathew
Hello in RMF its said that we need to have edit facility in our Full-service Tool, Can you tell us what all settings should we add in edit facility Any sample code to do edit and update campaign ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlead

Re: what is campaign.*setting in rmf

2023-10-27 Thread Binu Mathew
Hello Thanks for your reply Basically my question had two section Hello in RMF its said that we need to have edit facility in our Full-service Tool, Can you tell us what all settings should we add in edit facility On Friday, 27 October 2023 at 15:24:31 UTC+5:30 Google Ads API Forum Advisor wro

How to Update Status of Keyword

2023-10-29 Thread Binu Mathew
Hello How can we Pause / enable / remove keyword any code sample with PHP? Its is required in RMF, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Re: how to update status of keyword

2023-10-30 Thread Binu Mathew
Hi Thanks for your reply, but the problem is its not an Keyword Plan right? its a keyword in the adgroup. for as per the RMF we need to have Pause / enable / remove keyword using ad_group_criterion.status which is a required field (M.140) I dont think KeywordPlanAdGroupOperation

Re: what is campaign.*setting in rmf

2023-10-30 Thread Binu Mathew
Hello My Tool Create Search,Display and Performance Max Campaigns,Ad Group and Ads. Its is also use to create Report on performance. Just need to know what all settings of the campaign i need to have in the update functionality thats all On Monday, 30 October 2023 at 14:18:02 UTC+5:30 Google A

What is Callout feed placeholder Extension Setting Services Feed Services ?

2023-10-30 Thread Binu Mathew
Hello Can you please help me with following RMF requirements ( C.75) *Callout feed placeholder* 1. What is Callout feed placeholder ?? 2. How can we create one at the account level using PHP ? *Extension Setting Services* 1. What is Extension Setting Services ?? 2. How ca

Cant find Callout In Account Level

2023-10-31 Thread Binu Mathew
Hi I created Callout using following Code $asset = new Asset([ 'name' => $data->callout_name, 'type' => AssetType::CALLOUT, 'callout_asset' => new CalloutAsset(['callout_text' => $data-> callout_text]) ]); // Creates an asset operation.

UserInterst Not adding to Campaigns

2021-10-23 Thread Binu Mathew
Hello When I try to add a UserInterest, I am getting the following error 61700784, RequestId: "Vcrte0UiVrR6n5GS6cTNeg", IsFault: 0, FaultMessage: "None" [2021-10-23T16:18:53.166929+00:00] google-ads.WARNING: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v7.serv

Re: UserInterst Not adding to Campaigns

2021-10-23 Thread Binu Mathew
Its developed using PHP On Saturday, 23 October 2021 at 21:55:16 UTC+5:30 Binu Mathew wrote: > Hello > > When I try to add a UserInterest, I am getting the following error > > 61700784, RequestId: "Vcrte0UiVrR6n5GS6cTNeg", IsFault: 0, FaultMessage: > "None&quo

When I try to add a UserInterest, I am getting the Invalid user interest criterion error

2021-10-24 Thread Binu Mathew
Hello When I try to add a UserInterest, I am getting the following error 61700784, RequestId: "Vcrte0UiVrR6n5GS6cTNeg", IsFault: 0, FaultMessage: "None" [2021-10-23T16:18:53.166929+00:00] google-ads.WARNING: Request made: Host: " googleads.googleapis.com", Method: "/google.ads.googleads.v7.serv

Re: UserInterst Not adding to Campaigns

2021-10-26 Thread Binu Mathew
Hello Still getting error, but it work for some User Interests which have parent ID 0 Method Name: /google.ads.googleads.v7.services.AdGroupCriterionService/MutateAdGroupCriteria Host: googleads.googleapis.com Headers: { "x-goog-api-client": "gl-php\/7.4.19 gapic\/ gax\/1.7.1 grpc\/1.38.0"

Re: UserInterst Not adding to Campaigns

2021-10-27 Thread Binu Mathew
Any Example available ? any Language is fine, I checked and didnt find any I working in PHP On Wednesday, 27 October 2021 at 09:12:33 UTC+5:30 adsapi wrote: > Hi Binu, > > Thank you for providing updates to your concern. Please refrain from > posting generate logs on your end to the public foru

Re: UserInterst Not adding to Campaigns

2021-10-27 Thread Binu Mathew
$googleAdsRow->getUserInterest()->getAvailabilities(); Returning NULL On Wednesday, 27 October 2021 at 13:37:17 UTC+5:30 Binu Mathew wrote: > Any Example available ? any Language is fine, I checked and didnt find any > > I working in PHP > > On Wednesday, 27 October 2021

How to retrieve location name and radius from LocationViews Return Resource Name?

2021-11-12 Thread Binu Mathew
Hello, I am using PHP to get Resource name of Location I used in LocationViews Here are same of Resource Name i am getting back from Google. customers//locationViews/15081569942~2528 customers/ /locationViews/15081569942~1006886 customers/ /locationViews/15081569942~9299329 customers/

Cant find the Languages set to a Campaign

2021-11-12 Thread Binu Mathew
Hi All Here is the code i use get languages set to an individual campaign $language_query='SELECT language_constant.id FROM campaign_criterion'; if ($id !== null) { $language_query .= " WHERE campaign.id= $id "; } $response =$googleAdsServiceClient->searchStr

Re: How to retrieve location name and radius from LocationViews Return Resource Name?

2021-11-12 Thread Binu Mathew
Hello Yes I got the Location views with ID, customers//locationViews/15081569942~2528 customers/ /locationViews/15081569942~1006886 customers/ /locationViews/15081569942~9299329 customers/ /locationViews/15081569942~1455913396779 In which customers/ /locationViews/15081569942~14559

Re: Cant find the Languages set to a Campaign

2021-11-12 Thread Binu Mathew
Any Information Available ?? On Friday, 12 November 2021 at 22:28:00 UTC+5:30 Binu Mathew wrote: > Hi All > > Here is the code i use get languages set to an individual campaign > > $language_query='SELECT language_constant.id FROM campaign_criterion'; &g