Token usage

2011-04-01 Thread EP
I'm trying to get an idea of how much my API usage will cost and am hoping that someone out there can help. On the rate sheet, getReportFields' per-item cost is listed as 1 per ReportDefinitionField. So, let's say I run a keyword report with 9 fields. I need the data both aggregated and separated

ReportDefinitionService Token Usage

2010-09-12 Thread ADM
On the rate sheet for using the Google API, a mutate(ADD) call for the ReportDefinitionService should only cost 1 token. Returned for that mutate(ADD) call is a ReportDefinition object that contains the ID of the newly created report definition. With this ID one can download the newly created repor

Re: Token usage

2011-04-04 Thread EP
Does anyone have a quick idea on this? Much appreciated in advance. On Apr 1, 2:54 pm, EP wrote: > I'm trying to get an idea of how much my API usage will cost and am > hoping that someone out there can help. > > On the rate sheet, getReportFields' per-item cost is listed as 1 per > ReportDefinit

Re: Token usage

2011-04-04 Thread David Torres
Hi, Defining a report costs 400 per definition and then subsequent downloads of that definition are free. The getReportFields cost of 1 unit is to dynamically fetch the fields associated to a report using ReportDefinition.getReportFields of you already know the fields you want to include in yo

Re: ReportDefinitionService Token Usage

2010-09-15 Thread AdWords API Advisor
Hi, We do not charge when you actually download the report from the reportdownload url. Also, the rates for adding a report definition was changed recently, now it costs 400 units, not 1 unit. All the details for API rates are available on the AdWords API rate sheet available at http://code.googl

Refresh token usage for downloading adhoc reports

2014-08-29 Thread AMAR NAYAK
Hi , I need to download couple of performance reports : Adgroup and Campaign performance report using adhoc reports. I am going through the v201406 documentation and getting confuse over the usage of refresh token . Do we need to use refresh token in adhoc reports ? If yes ,where should I use it

Re: Refresh token usage for downloading adhoc reports

2014-08-29 Thread Josh Radcliff (AdWords API Team)
Hi Amar, You need an OAuth *access token* for any API request, including reporting requests -- see the OAuth2 Guide for an overview of the basic steps for OAuth. If you want to construct reporting requests without a client library

Re: Refresh token usage for downloading adhoc reports

2014-08-29 Thread AMAR NAYAK
Hi Josh, Thanks for your reply. I want to download an adgroup performance report for multiple client accounts under the MCC account. Using client library I saw an example for downloading a report for a particular client account. Is there an example somewhere that shows how to pull reports for mul

Re: Refresh token usage for downloading adhoc reports

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi Amar, You cannot download reports for all accounts under an MCC in one request, but you can take the following approach: 1. Get the list of all accounts under your MCC. See the GetAccountHierarchy.java

Re: Refresh token usage for downloading adhoc reports

2014-09-04 Thread AMAR NAYAK
Thanks a lot Josh! That helped. On Tuesday, September 2, 2014 6:52:48 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Amar, > > You cannot download reports for all accounts under an MCC in one request, > but you can take the following approach: > > 1. Get the list of all accounts under

Query Regarding Developer Token Usage Across Multiple MCC Accounts

2024-03-13 Thread Arunoday Singh
Hello, I trust this message finds you well. As we work on integrating the Google Ads API into our platform, a question has arisen regarding the usage of developer tokens across multiple MCC (My Client Center) accounts. Could you please clarify whether we need a distinct developer token for ea

How to check for token usage and make sure requests are made in a valid account

2020-05-29 Thread Pedro Tanaka
Hello, I am developing a custom application to report click conversions for a google ads account linked to my company using Google AdWords API. The marketing department tells me that no conversions have arrived in the account, but on the other side I see that the requests are successful on my