Re: Campaign Performance Report - Missing Fields?

2021-05-12 Thread Peter Petrov
I do not have permissions to reply privately to authors (in this group). If I can get in touch with you via email that would be great. You have my email address here so you can drop me an email. I would like to email you an example where fields are omitted in the JSON data that is returned

Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Peter Petrov
Thanks. Yes, I asked since I didn't see that kind of mapping documented. *"The mapping I shared with you earlier is the field mapping between the AdWords API and Google Ads API."* Yes, I understood that, thank you. *"You could simply tell..." * Not really, it's not so simple to tell, since we

Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Peter Petrov
Thanks. So metrics.conversions_from_interactions_rate is what used to be ConversionRate ? The doc you linked to provides mappings from report definition (or say AWQL) field names to new GAQL field names. Correct? What about the field names returned in the JSON data e.g. one requests metri

Report analogues - API v2018089 vs API v6/v7

2021-05-10 Thread Peter Petrov
In the old AdWords report API (v201809) I was pulling these reports CLICK_PERFORMANCE_REPORT GEO_PERFORMANCE_REPORT SEARCH_QUERY_PERFORMANCE_REPORT What are their analogues in the new v6/v7 reporting REST API I want to migrate them to GAQL queries (to API v6/v7). Which resources should I us

Campaign Performance Report - Missing Fields?

2021-05-10 Thread Peter Petrov
In the old AdWords reporting API (*v201809*) I was pulling e.g. a CAMPAIGN performance report (by date) and I had these two fields available (in the data returned back). *avgPosition* *convRate* These fields are *average position* and *conversion rate*. But in the new API (REST) when I look

Re: Reporting API usage

2021-05-04 Thread Peter Petrov
Thank you. I got it working. I am able to pull the report now. On Friday, April 30, 2021 at 3:07:24 PM UTC-4 adsapiforumadvisor wrote: > Hi Peter, > > Thank you for reaching out. Please find my response to your questions > below: > > >1. You are right. You will get the JSON as the r

Re: Reporting API usage

2021-04-30 Thread Peter Petrov
il 30, 2021 at 5:58:44 AM UTC-4 Peter Petrov wrote: > OK, thank you. > > So this guide is about the REST API. > > 1) So I guess this means I will probably get the results back in JSON > format, right? > No option to get back XML or CSV (as in the old API), right? > > In

Re: Reporting API usage

2021-04-30 Thread Peter Petrov
OK, thank you. So this guide is about the REST API. 1) So I guess this means I will probably get the results back in JSON format, right? No option to get back XML or CSV (as in the old API), right? In the old API the format was being controlled by a field passed in with the report definiti

Reporting API usage

2021-04-29 Thread Peter Petrov
I am looking at the "new" (new for me) Google Ads API v6. I am working with the Java client lib version 10.1.0. My job is to get reports... e.g. a campaign performance report. Currently I am using the old AdWords API to get reports. In fact currently I am not using any API objects, I just htt

Re: Optimization scores via API?

2020-10-13 Thread Peter Petrov
Also... are they at the campaign level, client account level or even MCC level? Many thanks in advance. On Tuesday, October 13, 2020 at 9:38:59 AM UTC-4 Peter Petrov wrote: > Hello, > > > > Are these optimization scores available via the AdWords Reporting API?

Optimization scores via API?

2020-10-13 Thread Peter Petrov
Hello, Are these optimization scores available via the AdWords Reporting API? https://support.google.com/google-ads/answer/9061546 https://support.google.com/google-ads/answer/9061547 Regards, Peter -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

REMOVE ME

2012-08-06 Thread Peter Petrov
REMOVE ME On Mon, Aug 6, 2012 at 4:20 PM, Ro wrote: > Hey Kevin, > > I saw in the example that there is a use of *ReportDefinition* - If I use > this object it still free (rate wise) as the adhoc reports? > > Isn't it a part of the *ReportDefinitionService*, which soon will be shut > off? > > Lo

RE: Est. Top Page Bid - Keyword Performance Reports

2011-12-20 Thread Peter Petrov
#keyword_performanc e I don't think it is available through reporting. Just want to make sure. Please let me know. Regards, Peter From: Peter Petrov [mailto:p.a.pet...@gmail.com] Sent: Tuesday, December 20, 2011 2:10 PM To: 'adwords-api@googlegroups.com' Cc: 'p.a.pet..

Est. Top Page Bid - Keyword Performance Reports

2011-12-20 Thread Peter Petrov
Hello, Is this field (Est. Top Page Bid) available in the new (201109) keyword performance reports or in any other report type (201109) ? http://adwords.blogspot.com/2011/08/top-of-page-bid-estimates.html Reading this http://code.google.com/apis/adwords/docs/reportguide.html#keyword_p

RE: Problem Listing All Client Accounts under MCC

2011-11-17 Thread Peter Petrov
Danial, I sent you a personal email to your google.com email account, please let me know if you got it by replying to it. Thanks. Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

Problem Listing All Client Accounts under MCC

2011-11-08 Thread Peter Petrov
Hello, I am trying to create a program that lists all client accounts that we manage under our main MCC account. I found some sample code on one of your websites which I slightly modified and is attached to this post. I am constantly getting the error attached. In the source code I have

RE: Question - Downloading Reports for Multiple Client Accounts

2011-11-08 Thread Peter Petrov
I don't know why it didn't create a new topic, sorry about that, maybe because I hit "reply" to another email from this group and just changed the subject. Maybe there was some hidden header which made my post go to an existing topic and not create a new topic. OK, when I said 'requesting' and

Question - Downloading Reports for Multiple Client Accounts

2011-11-07 Thread Peter Petrov
Hello, In this blog post here http://adwordsapi.blogspot.com/2011_10_01_archive.html there is a statement saying "We recommend requesting no more than 10 reports concurrently and to use one thread for each concurrent download

Re: Encoding Issues with the Reporting API V201109

2011-11-01 Thread Peter Petrov
I guess you can ignore this one. I figured it out. I believe the answers are: 1) Your data is UTF-8 encoded. 2) You don't escape these as you did (like é) but that's still OK. Regards, Peter On Mon, Oct 31, 2011 at 12:31 PM, Peter Petrov wrote: > Small correction: in 1): &

Re: Encoding Issues with the Reporting API V201109

2011-10-31 Thread Peter Petrov
Small correction: in 1): In UAT-8 this é sign would be the bytes "c3 a9". I meant In UTF-8 this é sign would be the bytes "c3 a9". The two questions are below. Many thanks in advance. On Mon, Oct 31, 2011 at 12:25 PM, Peter Petrov wrote: > Hello, > > I use J

Encoding Issues with the Reporting API V201109

2011-10-31 Thread Peter Petrov
Hello, I use Java. In the old V13 reporting API when scheduling search query report I used to get values like: Query="curtains curtains blinds & shades home décor home" This é is this symbol: http://en.wikipedia.org/wiki/%C3%89 (lower case) In the new API your reference Java implementation says

Re: Google Units And Not Money - V201109 Reporting

2011-10-25 Thread Peter Petrov
Thank you. This helped. On Tue, Oct 25, 2011 at 4:18 AM, Brilliant Media < technologyt...@brilliantmedia.co.uk> wrote: > According to the documentation (see > http://code.google.com/apis/adwords/docs/reportingtopics.html): > > >1. The returnMoneyInMicros header determines which unit money is

Google Units And Not Money - V201109 Reporting

2011-10-24 Thread Peter Petrov
Hello, 1) Can we request the costs to be in Google units and not in real money using the new reporting (version 201109)? 2) The XML report definitions (campaign performance, keyword performance, search query performance) in the AdHoc V201109 reports - do they comply to some XSDs so that we

What If Threads Hang - Java Example

2011-10-17 Thread Peter Petrov
Hello, Looking at http://code.google.com/p/google-api-adwords-java/source/browse/apps/multiple clientreportdownloader/src/

How Do We Detect Errors - Java Example

2011-10-17 Thread Peter Petrov
Hello, Looking at http://code.google.com/p/google-api-adwords-java/source/browse/apps/multiple clientreportdownloader/src/

RE: MultipleClientReportDownloaderMain - Java Example

2011-10-12 Thread Peter Petrov
Thank you. That makes it clear. _ From: Kevin Winter [mailto:kevin.win...@google.com] Sent: Wednesday, October 12, 2011 7:05 PM To: adwords-api@googlegroups.com Cc: p.a.pet...@gmail.com Subject: Re: MultipleClientReportDownloaderMain - Java Example Hi Peter, - ReportDefinitio

MultipleClientReportDownloaderMain - Java Example

2011-10-10 Thread Peter Petrov
Hello, I have a few questions about this example. http://code.google.com/p/google-api-adwords-java/source/browse/apps/multipleclientreportdownloader/src/com/google/api/adwords/reportdownload/MultipleClientReportDownloaderMain.java ● When using this sample code do I create (implicitly) a