Re: GEO_PERFORMANCE_REPORT migration

2022-04-12 Thread Kirill Senatrev
I have the same problem during migration process. Could you tell me, please, Did you manage to solve this problem? Thanks in advance! вторник, 8 февраля 2022 г. в 10:42:28 UTC+3, hal...@ebay.com: > Here is the query for Adwords API, when migrate to Ads API i need to query > two resources (geog

Re: GEO_PERFORMANCE_REPORT migration

2022-02-06 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Thanks Jakeia, I could got the same information as you provide in previous mail. My question is i could get below fields in Google Adwords API GEO_PERFORMANCE_REPORT and we need migrate to use Google Ads API before this Apr. according the mapping relationship we could found there have two res

Re: GEO_PERFORMANCE_REPORT Stats are split in 2 location types.

2021-10-26 Thread Matías Dell'Oso
Thank you for the response and the information. El lunes, 25 de octubre de 2021 a las 12:43:45 UTC-3, adsapi escribió: > Hi Matías, > > Thanks for providing us with the requested information. > > Upon checking the AdWords API and Google Ads API logs you’ve provided with > us, it appears that yo

Re: GEO_PERFORMANCE_REPORT Stats are split in 2 location types.

2021-10-25 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Matías, Thanks for providing us with the requested information. Upon checking the AdWords API and Google Ads API logs you’ve provided with us, it appears that you're getting as expected results. Kindly note that the Geo Performance Report from AdWords API was split into two reports in Google

Re: GEO_PERFORMANCE_REPORT Stats are split in 2 location types.

2021-10-25 Thread Matías Dell'Oso
Done, I sent the logs privately. El jueves, 21 de octubre de 2021 a las 4:11:53 UTC-3, adsapi escribió: > Hi, > > Thanks for posing concern to us. > > Could you please provide the following details along with the customer id > for the both AdWords API and Google Ads API so that our team may che

RE: GEO_PERFORMANCE_REPORT Stats are split in 2 location types.

2021-10-21 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for posing concern to us. Could you please provide the following details along with the customer id for the both AdWords API and Google Ads API so that our team may check better? For the AdWords API, provide us the complete SOAP request and response logs, and requestId (Enable loggi

Re: GEO_PERFORMANCE_REPORT Stats are split in 2 location types.

2021-10-20 Thread Matías Dell'Oso
This is the GoogleAds Query Select metrics.ctr,metrics.clicks,metrics.impressions,metrics.cost_micros,geographic_view.country_criterion_id,customer.currency_code,customer.descriptive_name,campaign.id,campaign.name >From geographic_view Where metrics.impressions > 0 AND campaign.id IN (1043477

Re: GEO_PERFORMANCE_REPORT Stats are split in 2 location types.

2021-10-20 Thread Matías Dell'Oso
Sorry this is the actual request (without LocationType) { "reportName": "Report Name", "reportType": "GEO_PERFORMANCE_REPORT", "fields": [ "Ctr", "Clicks", "Impressions", "Cost", "CountryCriteriaId", "AccountCurrencyCode", "AccountDescriptiveName", "Cam

RE: GEO_PERFORMANCE_REPORT includeZeroImpressions

2021-04-12 Thread Google Ads API Forum Advisor Prod
Hi Felipe, The Geo Performance Report doesn't support zero impressions, so any rows containing zero impressions will not return. If you look at its page, you'll see that the "Supports Zero Impressions" for all the fields are False. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Google Ads API Forum Advisor Prod
Hi Maxim, Thank you for the detailed follow up. Unfortunately, in the Google Ads API, when adding segment fields in your query, certain records may be automatically omitted if there aren't any metrics or values associated to those segment fields. As a workaround, you may perform separate reque

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Maxim Mazurov
Hi With AdWords API it was my mistake, so finally I made it work. However, now I also need to get this report type for UAC campaigns and having some troubles validating data. To get the report I am using user_location_view which should return data grouped by location of the user specified in s

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Maxim Mazurov
Hi With AdWords API it was my mistake, so finally I made it work. However, now I also need to get this report type for UAC campaigns and having some troubles validating data. To get the report I am using user_location_view which should return data grouped by location of the user specified in s

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-24 Thread Google Ads API Forum Advisor Prod
Hi Maxim, Could you provide the complete report definition in XML or AWQL format, for your Geo Performance Report request that you mentioned are not returning data? Could you also share sample customer IDs that you used that did not return any results? You may send the requested details using t

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-24 Thread Maxim Mazurov
Hi, This feature is already developed in my code. I am iterating through the whole client account id list, however, I cannot get the geo performance report for active accounts! For example, I can get statistics for those accounts by ad performance report and all of them are visible in Google

RE: GEO_PERFORMANCE_REPORT data loss

2021-03-23 Thread Google Ads API Forum Advisor Prod
Hi Max, Thank you for reaching out to our API support team. In both the AdWords and Google Ads API, extracting reports for all accounts would require you to first perform the below features, to retrieve the client accounts under a MCC/manager account : AdWords API ManagedCustomerService to get

RE: GEO_PERFORMANCE_REPORT is not working for campaigns of type "App"

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi Raviv, Thank you for reaching out. The GEO_PERFORMANCE_REPORT is not one of the available reports for App Campaigns via the AdWords API. Please consider fetching the needed information by querying the geographic_view resource via the Google Ads API. Thanks and regards, Xiaoming, Google Ads

RE: GEO_PERFORMANCE_REPORT get empty

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Vincent, The code example you shared is meant for running reports under all child accounts under an MCC level account. If you are running a report on a single account, please use of the other reporting examples like this one. If you still face issues, please share your full report definition

Re: GEO_PERFORMANCE_REPORT LocationType issue

2020-10-02 Thread denma test
Hi Found the causes, issue in below line ->where('IsTargetingLocation')->in(['true','false']) need to pass as string, i used as true, false constant. On Thursday, October 1, 2020 at 7:29:39 PM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > What is the error you are facing when using this field?

RE: GEO_PERFORMANCE_REPORT LocationType issue

2020-10-01 Thread Google Ads API Forum Advisor Prod
Hello, What is the error you are facing when using this field? Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q25YKvJ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=

RE: GEO_PERFORMANCE_REPORT is not matching against User Locations Report

2020-05-14 Thread Google Ads API Forum Advisor Prod
Hi Angel, Thank you for reaching out! In order for me to further investigate why these discrepancies are occurring, can you please provide your CID and the complete detailed logs of the request and the response from the API? When providing this information, ensure you "Reply privately to author

RE: GEO_PERFORMANCE_REPORT

2019-11-26 Thread Google Ads API Forum Advisor Prod
Hi Wei, Thank you for reaching out to support. Based on the details shared, if the account only contains Universal App Campaigns, these details will not be returned in using Geo Performance Report as it is not supported for this campaign type. You will need to use the supported report types ava

Re: GEO_PERFORMANCE_REPORT

2019-11-25 Thread 'Gaspard Liu' via AdWords API and Google Ads API Forum
Can you please paste the full script you are using? Besides, are you using MCC account ID or user account ID. On Tuesday, November 26, 2019 at 11:08:35 AM UTC+8, wei Cai wrote: > > > I want to get a report group by country ,include click,cost .If I use > CAMPAIGN_PERFORMANCE_REPORT, > I can get

Re: GEO_PERFORMANCE_REPORT returns data per ad group while not adding ad group segment

2019-10-10 Thread Google Ads API Forum Advisor Prod
Hi Tiana, Glad that you were able to resolve the issue! Should you encounter any other issues or have additional concerns regarding the API, feel free to write back and I'll be happy to assist you. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UKMqHd:ref -- -- =~=~=~=~=~

Re: GEO_PERFORMANCE_REPORT returns data per ad group while not adding ad group segment

2019-10-10 Thread Tiana S.
Hi Peter, Thanks for getting back to me! I actually just found out what's going on, not a bug in the API at all. Sorry about that! Thanks for the quick response though, really appreciate it! Best, Tiana On Thursday, 10 October 2019 12:03:57 UTC+2, adsapiforumadvisor wrote: > > Hi Tiana, > > T

RE: GEO_PERFORMANCE_REPORT returns data per ad group while not adding ad group segment

2019-10-10 Thread Google Ads API Forum Advisor Prod
Hi Tiana, To better understand the issue you have described, could you provide your clientCustomerId, the complete report definition you used to generate the report and the generated report file? You may send the requested information privately using the Reply privately to author option. Than

RE: GEO_PERFORMANCE_REPORT, AD_PERFORMANCE_REPORT has no data

2019-06-17 Thread Google Ads API Forum Advisor Prod
Hi, Could you confirm if I understand is correct that you want to retrieve the data of platform and advertising location of Universal App Ads (belongs to Universal App Campaigns type)? If yes, unfortunately, it is currently not possible to get these fields/data in AdWords API. However, specifie

RE: GEO_PERFORMANCE_REPORT doesn't return anything

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, GeoPerformacneReport is not available for Universal App Campaigns. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api https://de

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2019-05-13 Thread Matheus Ogliari
Hello Adwords API Team! > > Is there any update on GEO_PERFORMANCE_REPORT ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscr

RE: GEO_PERFORMANCE_REPORT doesn't return anything

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The GEO_PERFORMANCE_REPORT is not yet available for Universal App Campaigns. Please keep an eye on our blogs for information related to the future releases. Regards, Sai Teja, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2019-03-18 Thread rluo via AdWords API and Google Ads API Forum
Is there any update on GEO_PERFORMANCE_REPORT ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "

RE: GEO_PERFORMANCE_REPORT doesn't return anything

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yulia, Unfortunately, the Geo Performance report is still not available for Universal App Campaigns. Please keep an eye on our blogs

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2019-02-26 Thread Julia Vorobyova
Hi, Is there an update on this topic? Thanks, Yulia четверг, 6 сентября 2018 г., 23:56:42 UTC+3 пользователь Milind Sankeshware (AdWords API Team) написал: > > Hi Andrew, > > Thanks for following up. I am afraid that we don't have any update on the > Geo Performance report for Universal App C

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2018-09-06 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Andrew, Thanks for following up. I am afraid that we don't have any update on the Geo Performance report for Universal App Campaigns. This report is still not available for UAC . Thanks, Milind, AdWords A

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2018-09-06 Thread Andrew Bovey
Hi, Is there an update on this topic to pull metrics for Universal App Campaigns segmented by Geo via the AdWords API? Thanks, Andrew On Monday, March 26, 2018 at 4:53:50 PM UTC+1, Milind Sankeshware (AdWords API Team) wrote: > > Hi Andrew, > > I am Bharani's colleague and will be following u

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2018-03-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Andrew, I am Bharani's colleague and will be following up on this thread as she is unavailable today. We can not comment on when it will be available. Please keep an eye on our blogs

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2018-03-26 Thread Andrew Bovey
Hi Bharani, When will Geo Performance report be able to pull metrics for Universal App Campaigns? Regards Andrew On Monday, November 27, 2017 at 5:36:32 PM UTC, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Andrew, > > To pull campaign metrics from Geo Performance Report >

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Andrew, To pull campaign metrics from Geo Performance Report , you will have to query for the CampaignId

Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-09-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Amit, A gentle follow up on this. If you still have confusions/issues regarding this, kindly provide the information that I asked previously via *Reply privately to author*. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-08-31 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Amit, I am a teammate of Ivan and I will provide support to you. Could you provide your clientCustomerId as well as your report definition for your GEO_PERFORMANCE_REPORT? For the CampaignCriterionS

Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-08-30 Thread shinuad
Hi Oleg, I have implemented GEO_PERFORMANCE_REPORT and getting some location IDs which are not present in google location sheet. Even implemented CampaignCriterionService for location Criterion but getting the same issue. Following are the location ids. 200504 200506 200510 200511 200512 20051

Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-05-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi Oleg, To help us investigate further, could you reply privately (using *reply privately to author* option) with the report definition used as well as the actual generated report for Geo Performance

Re: GEO_PERFORMANCE_REPORT error "String could not be parsed as XML".

2016-05-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Could you please send me the stack trace and complete error message you are getting so that we can see where in the process it's failing? If it was due to not supporting zero impressions, you should have got a ZERO_IMPRESSIONS_REQUEST_NOT_SUPPORTED error. Please send me that information vi

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-16 Thread Josh Radcliff (AdWords API Team)
Hi, *Clicks* for video ads are still counted, but a *Click* does not necessarily translate into a *VideoView* or *Interaction *for those ads -- it merely means a user clicked on the ad. For example, the user may have not actually watched the video ad after clicking. Regarding conversions, if I

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-16 Thread yuval
Hi Again, It's a bit misleading. Your saying that clicks doesn't correlate to videos, but the VIDEO_PERFORMANCE_REPORT has the clicks field in it. Are you sure about it? On Wednesday, November 11, 2015 at 11:13:41 PM UTC+2, Umesh Dengale wrote: > > Hello, > > Thanks for providing the report r

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-12 Thread Umesh Dengale
Hello, The ConvertedClicks field does not correlate to videos. The field Interactions is an inte

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-12 Thread yuval
Thanks! What about converted clicks? It's seems it doesn't work as well for video campaigns. Moreover, are you planning on supporting county (geo) based video views anytime soon? On Wednesday, November 11, 2015 at 11:13:41 PM UTC+2, Umesh Dengale wrote: > > Hello, > > Thanks for providing the

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-11 Thread Umesh Dengale
Hello, Thanks for providing the report request. The Clicks field does not correlate to videos. Typically you want to use the VideoViews

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-10 Thread Umesh Dengale
Hello, Could you provide me *privately* the report request for the GEO_PERFORMANCE_REPORT and clientCustomerId? Just click *Reply privately to author* in the forum when responding. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Geo_Performance_Report getting City Country Region Names

2015-10-09 Thread Anthony Madrigal
Hello, in order to get the location names using the LocationCriterionService, you will need to include the field CanonicalName , *not *canonicalName in your GET selector. We have code exa

Re: GEO_PERFORMANCE_REPORT missing fields

2015-07-09 Thread Umesh Dengale
Hi Anton, We are aware of the problem with the error message you mentioned and we are working on it. You can simply include the CountryCriteriaId field in your request to avoid the error. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: geo_performance_report how to aquire zip code

2015-05-12 Thread Anthony Madrigal
Hi, Yes, there is a way to target the zip code of an area. When running the report, you are going to get the criteria ID for the zip code, which will be different than the actual zip code. If you look at the Geographical Targeting criteria codes