Re: how i can generate keywords_performance_report via the google ads api?

2023-09-21 Thread thom
Google ads UI also empty data. I think API is okay, but google ads UI not show the shopping performance view data. Thanks & Regards. Thom. On Thu, Sep 21, 2023 at 2:31 AM Google Ads API Forum Advisor wrote: > Hi, > > Thank you for getting back to us. > > I understand that you want to get the

Re: how i can generate keywords_performance_report via the google ads api?

2023-09-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back to us. I understand that you want to get the report for shopping_performance_view. Kindly note that the Google Ads API mirrors the Google Ads UI. Whatever data or feature shows up on the Ads UI, the API should have the same. To assist you better, please provide

Re: how i can generate keywords_performance_report via the google ads api?

2023-09-20 Thread thom
Sure, but it doesn't log anything and the api return the 200 response, but empty result. $googleAdsServiceClient = $session->getGoogleAdsServiceClient(); $query = "SELECT segments.product_item_id, segments.product_title, metrics.clicks, metrics.cost_micros FROM shopping_performance_view WHERE

Re: how i can generate keywords_performance_report via the google ads api?

2023-09-15 Thread thom
Thank you for the update. I've figure out the adwords report, but we are getting empty records from shopping performance view query and i am not sure why we are getting empty records. the customer id that i am using is 7175571818 Thanks & Regards. Thom. On Mon, Sep 4, 2023 at 4:09 PM Google

Re: how i can generate keywords_performance_report via the google ads api?

2023-09-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Thom, Thank you for the reply. You may also try the ad_group (https://developers.google.com/google-ads/api/fields/v14/ad_group) report to get this, as the campaign report is one of its attributed resources. You may try the below sample query for this: SELECT campaign.id,

Re: how i can generate keywords_performance_report via the google ads api?

2023-09-05 Thread thom “devbot”
Your sample query doesn't include the adgroupdid and name, etc. On Tuesday, September 5, 2023 at 5:32:35 AM UTC-4 thom “devbot” wrote: > Thanks, but how i can get the adgourp id and name, maxCPC for campaign > report? > > On Monday, September 4, 2023 at 4:09:54 PM UTC-4 Google Ads API Forum >

Re: how i can generate keywords_performance_report via the google ads api?

2023-09-05 Thread thom “devbot”
Thanks, but how i can get the adgourp id and name, maxCPC for campaign report? On Monday, September 4, 2023 at 4:09:54 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for coming back to us. I hope you are doing well today. > > With regards to your concern, see the information

Re: how i can generate keywords_performance_report via the google ads api?

2023-09-04 Thread thom “devbot”
Thanks! Here is a UI code that need to pull the data from the performance. For google ads performance report: $selector->setFields( array( 'CampaignId', 'Impressions', 'Clicks', 'Cost', 'CpcBid', 'FinalUrls', 'Id', 'AdGroupId', 'SearchTopImpressionShare', 'SearchAbsoluteTopImpressionShare',

Re: how i can generate keywords_performance_report via the google ads api?

2023-09-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your response. Before we can provide the proper guidance for the MAX CPC that you want to get, can you provide us first a screenshot of your UI un-cropped so we can better check the data that you want to query? This message is in relation to case

Re: how i can generate keywords_performance_report via the google ads api?

2023-09-01 Thread thom “devbot”
Thank you for the updates, but how can I get the MAX CPC value from that reporting query? I did not find the proper fields for this. On Friday, September 1, 2023 at 6:31:26 AM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > > > Thank you for raising your concern to the Google Ads API

How i can generate KEYWORDS_PERFORMANCE_REPORT via the google ads api?

2023-09-01 Thread thom “devbot”
Hi Googile team, i am migrating the google adwords api to the ads API and seems SHOPPING_PERFORMANCE_REPORT and KEYWORDS_PERFORMANCE_REPORT is deprecated and i was checking the proper api to migrate. but i am stuck with the current Reporting API. How i can get the Max CPC value and how i can