Re: Rest Api call for "Search Keyword" and "Ad final url"

2022-07-15 Thread gadsm wiley
Ya sure. Please find the screenshot below On Thursday, July 14, 2022 at 3:36:43 PM UTC+5:30 adsapi wrote: > Hi Saurav, > > This is Carmela from the Google Ads API team. Thank you for getting back > to us. > > Could you please provide a screenshot of the Google Ads UI showing > the dimension "

Re: Rest Api call for "Search Keyword" and "Ad final url"

2022-07-13 Thread gadsm wiley
Hi Team, I am able to access ad_final_url. But still not able to find the dimension "search Keyword" . Can you please provide attribute name for it. Thanks Saurav On Wednesday, July 13, 2022 at 10:52:41 PM UTC+5:30 adsapi wrote: > Hi Saurav, > > Here's our REST API recipes for reports >

Rest Api call for "Search Keyword" and "Ad final url"

2022-07-13 Thread gadsm wiley
Hi Team, Please provide the details to pull *"Search Keyword" *and *"Ad final url" * for restapi call. For ex : for device I am using below query: select segments.device from ad_group Thanks Saurav -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

Rest Api call to pull Campaign Status from an account

2022-07-12 Thread gadsm wiley
Hi Team, When I am trying to pull campaign status from rest api call using query, I am getting data discrepancy. The possible values in report are eligible (limited), eligible(learning) etc but from my rest call i was using campaign.status where eligible values are missing, It has values like (

Re: Not able to find attribute for cost

2022-06-27 Thread gadsm wiley
Hi Team, Cost_micros is the correct attribute for cost as the description for cost_micros is The sum of your cost-per-click (CPC) and cost-per-thousand impressions (CPM) costs during this period. The Cost i am looking for is sum of Spend during this period. Thanks Saurav On Monday, June 27,

Not able to find attribute for cost

2022-06-27 Thread gadsm wiley
Hi Team, I am trying to build a pipeline to pull data from Google Ads. The attributes i need to pull are Campaign, Adgroup, Cost, Clicks and Impression. I am able to build the query for all fields except Cost. Please help me in adding Cost (i.e Sum of Spend ) attribute. Please find the query t

Re: Curl command to pull mentioned dimensions and metrics

2022-06-24 Thread gadsm wiley
Hello Team, I have a request where i am building a pipeline to pull data from Google Ads to our local environment. In body section i need to pass the dimension an metrics for which data needs to be pulled. In Google Ads docs i found we need to pass it in form of query. So when i am trying to add

Curl command to pull mentioned dimensions and metrics

2022-06-24 Thread gadsm wiley
Hi Team, I am building a pipeline to pull data from Google ads to our environment with rest call. I am able to fetch few metrics and dimensions using campaign table and Keyword_view but not able to pull other. Please provide some inputs to proceed. Data Ad group Day Account Campaign Campa