Re: how to get country code name for campaign geo metrices?

2024-11-26 Thread Arun Kumar
Thanks for the reply, Your answer resolved my query. On Tuesday, November 26, 2024 at 9:04:01 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > Kindly note that some countries/territories are not targetable in Google >

RE: how to get country code name for campaign geo metrices?

2024-11-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Kindly note that some countries/territories are not targetable in Google Ads API, but may appear in reports based on the user's area of interest or physical location. Since "2192" is not available in the geotargeting table but p

How to get country code name for campaign geo metrices?

2024-11-26 Thread Arun Kumar
Hi, I'm collecting campaign geo metrices using geographic_view resource, and from the resource name field I'm picking the country code as campaing geo metrices. e.g `customers/1260650121/geographicViews/2192~LOCATION_OF_PRESENCE` From this picking 2192 as country_code for the matrices data

I want to get country infomation with campaign in table 'location_view', my query as followed

2022-04-11 Thread MY LOVE
SELECT customer.id, campaign.id, campaign.name, campaign.status, metrics.interactions, metrics.cost_micros, metrics.conversions, metrics.ctr, metrics.impressions, metrics.clicks, segments.date, FROM location_view WHERE segments.date BETWEEN '%s' AND '%s' please, thanks! -- -- =~=~=~=~=~=~=~=~

RE: Get country

2019-10-29 Thread Google Ads API Forum Advisor Prod
Hi Artur, Thanks for reaching out. Unfortunately, it is currently not supported to retrieve the country information of a campaign from the keyword_view report in the Google Ads API. However, you would be able to retrieve this information from the geographic_view report by retrieving the resourc

Get country

2019-10-29 Thread Artur Shalumov
Hi. Ho to get campaign`s country from keyword_view? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Group

Re: Get country from Google Ads API Reports

2019-09-17 Thread Google Ads API Forum Advisor Prod
Hi Alexey, You may see data delays for your reports due to Data Freshness. Metrics such as clicks may not be up to date until 3 hours later. The Geo Performance Report maps to the Geographic report in the UI. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHFeMo:ref -- -- =~=~=~=~

Re: Get country from Google Ads API Reports

2019-09-16 Thread Акулов Алексей
I see. I started to take country information from GeoPerformance report. I map this data to CampaignPerformance report. I can see data delay in GeoPerformance report. When exact click is visible in CampaignPerformance, that doesn't mean I can see that in GeoPerformance. So I can't map country c

Re: Which API can get Country Data ?

2019-09-10 Thread Google Ads API Forum Advisor Prod
Hello, This looks to be an issue on our side. I'll have the team look into it and let you know when the issue is resolved. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHFuda:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdev

Re: Which API can get Country Data ?

2019-09-09 Thread sky zhao
*Error Message:* {[ { "errorCode": { "queryError": "UNRECOGNIZED_FIELD" }, "message": "Unrecognized field in the query: 'geographic_view.country_criterion_id'." } ]} 在 2019年9月6日星期五 UTC+8下午11:33:09,adsapiforumadvisor写道: > > Hello, > > You should be able to get this data for your locations by usin

Re: Which API can get Country Data ?

2019-09-09 Thread sky zhao
When I Use the query to get data ,it cause a error . [image: TIM图片20190910125525.png] 在 2019年9月6日星期五 UTC+8下午11:33:09,adsapiforumadvisor写道: > > Hello, > > You should be able to get this data for your locations by using the > following query: > > SELECT > geographic_view.country_criterion_

RE: Which API can get Country Data ?

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hello, You should be able to get this data for your locations by using the following query: SELECT geographic_view.country_criterion_id, geographic_view.location_type, metrics.clicks, metrics.cost_micros FROM geographic_view Let me know if you still have issues. Regards, Anthony Google Ads API

Which API can get Country Data ?

2019-09-05 Thread sky zhao
I want to get a report for country ,include click num,cost money . but when i use geographic_view, I can't get the data. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Get country from Google Ads API Reports

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, you won't be able to get this data using the API since the Geo Performance Report is aggregated at the country/territory level. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHFeMo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Get country from Google Ads API Reports

2019-09-04 Thread Акулов Алексей
Hi, If I will download data from Geo Performance Report - how than I can map those to KEYWORDS_PERFORMANCE_REPORT to recognize keyword by corresponding country? Thanks среда, 4 сентября 2019 г., 18:55:24

RE: Get country from Google Ads API Reports

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hello, If you are using AdWords API, you will need to run the Geo Performance Report to get performance data on countries. For Google Ads API, you will need to run a report on the geographic_view level. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHFeMo:ref -- -- =~=~=~=~=~=~=~

Get country from Google Ads API Reports

2019-09-04 Thread Акулов Алексей
Hi Community, I'm using ADGROUP_PERFORMANCE_REPORT, KEYWORDS_PERFORMANCE_REPORT, CAMPAIGN_PERFORMANCE_REPORT to generate necessary reporting from Google Ads API. I need to get *country* attribute from these reports. Does that possible? T

RE: Get country name for Geo Performance Report

2019-02-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Alexey, Some countries or territories are not targetable in AdWords but may appear in reports based on the user's area of interest or physical location. Looks like the mentioned ids 2192 and 2364 belongs to the restricted territories mentioned here

Get country name for Geo Performance Report

2019-02-25 Thread Alexey Ohorzin
Hello. My Geo Performance Report has rows with CountryCriteriaId equals to 2192 and 2364. And I can't get LocationCriterion by this IDs. Why? How to get country names of this rows? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to Get Country Name for Implement Geo Performance into Map using Geo Performance Report Type

2017-06-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Vaibhavi, The Geo Performance Report does not have a field that will give you the name of the country. You will need to use the LocationcriterionService

How to Get Country Name for Implement Geo Performance into Map using Geo Performance Report Type

2017-06-06 Thread vaibhavi
Hi, Using the API (version 201702) I'm downloading Geo performance report with the "CountryCriteriaId" field selected. But I need Country Name to Implement Geo Performance into MapWhich Attribute Used for that ? or How to Use Locationcriterionservice with API Example ? -- -- =~=~=~=~=~=~=

How to Get Country Name for Implement Geo performance into map

2017-06-06 Thread v
Hi, I m Using API (Version 201702) Implement Geo Performance Report using CountryCriteriaId.its return ID But i need Country name to implement map using reportwhich attribute used for that ?? How to use Locationcriterianservice using API Example ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Get Country name for Implement Geo Performance into Map

2017-06-06 Thread vaibhavi
Hi, Using the API (version 201702) I'm downloading Geo performance report with the "CountryCriteriaId" field selected. But I need Country Name to Implement Geo Performance into MapWhich Attribute Used for that ? or How to Use Locationcriterionservice with API Example ? -- -- =~=~=~=~=~=~=

How to get Country name for implement Geo Performance Report into map

2017-06-06 Thread vaibhavi
Hi, Using the API (version 201702) I'm downloading geo performance report with the "CountryCriteriaId" field selected. But I need is a way to implement map using country name..how its possible with API ? How to use LocationCriterionservice with API Example ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How To get Country,Zipcode,postalcode,State and DMA code from geo_criteria_id

2014-03-31 Thread Josh Radcliff (AdWords API Team)
dnesday, March 26, 2014 5:33:45 PM UTC-4, Veera Reddy wrote: > > Hi, > > We are trying to get Country,Zipcode,postalcode,State and DMA code from > geo_criteria_id(which comes from BidRequest). As per the documentation, We > can retrieve from canonical hierarchy but we were not

How To get Country,Zipcode,postalcode,State and DMA code from geo_criteria_id

2014-03-27 Thread Veera Reddy
Hi, We are trying to get Country,Zipcode,postalcode,State and DMA code from geo_criteria_id(which comes from BidRequest). As per the documentation, We can retrieve from canonical hierarchy but we were not able to get the Zipcode and DMA(metro code) code from that file and here is the link to