Re: Ad performance report has no data for html5 ads

2014-01-23 Thread Danial Klimkin
Hello Chirag, Are those template ads? These fields are available for text ads only. -Danial, AdWords API Team. On Monday, January 20, 2014 3:05:19 PM UTC+4, Chirag wrote: > > Hello All, > > I am fetching data for Ad performance report, but for html5 ads i am not > able to get Description lin

Re: Does google-api-ads-java never sunset?

2014-01-23 Thread Danial Klimkin
Hello, Please see this post that describes the sunset schedule for the library: http://googleadsdeveloper.blogspot.com/2013/09/reminder-old-java-library-for-adwords.html -Danial, AdWords API Team. On Tuesday, January 21, 2014 3:27:31 PM UTC+4, lagu2653 wrote: > > But is there no page equi

Re: Google Keyword Volume

2014-01-23 Thread Danial Klimkin
Hello Jason, TIS and TES provides different functionality, please review their descriptions. I am closing this thread as it is from 2010. Please fill free to open a new one should you have any questions. -Danial, AdWords API Team. On Monday, January 20, 2014 11:47:04 PM UTC+4, Jason Kwok w

Re: QuotaCheckError.INCOMPLETE_SIGNUP

2014-01-23 Thread Danial Klimkin
Hello Zaeba, Please make sure you use a developer token from your production (non-test) MCC. You need to set up the billing for this MCC account and accept Terms and Conditions (it is the last step of the billing setup process). -Danial, AdWords API Team. On Monday, January 20, 2014 11:49:2

Re: How do I get monthly search volume for a keyword with php API v201309 ?

2014-01-23 Thread Danial Klimkin
Hello, You need to use RelatedToQuerySearchParameter in this case. https://developers.google.com/adwords/api/docs/reference/v201309/TargetingIdeaService.RelatedToQuerySearchParameter SearchVolume parameter is for limiting list of ideas by volume, it is not applicable here. -Danial, AdWord

Re: Which reports return a "Total" row? (Keywordless category report for example does not)

2014-01-23 Thread Danial Klimkin
Hello Arthur, I don't think this is currently documented. The easiest way would be just to pull one of a type to find out. -Danial, AdWords API Team. On Sunday, January 19, 2014 11:12:53 PM UTC+4, Arthur wrote: > > Until recently I assumed that all reports return a "total" row with > aggreg

Re: AdWords Ad Details like "% Served", "Clicks" etc... Which API call will return these information.

2014-01-23 Thread Danial Klimkin
ot get this information from any of the report > then we need to change our design accordingly. > > I am unable to find this information from all the report definitions. > > Thanks, > Bikram. > > On Wednesday, January 22, 2014 3:24:31 AM UTC-8, Danial Klimkin wrote: >> &g

Re: AdId mismatch in Ad Performance Report

2014-01-23 Thread Danial Klimkin
c the data with respect to google adwords UI. So please > suggest what should I do now. > > Thanks, > Bikram, > > On Wednesday, January 22, 2014 3:20:44 AM UTC-8, Danial Klimkin wrote: >> >> Hello Bikram, >> >> >> The report you are requesting is fo

Re: AdWords API Exception handling in Python

2014-01-23 Thread Danial Klimkin
Hello Martin, It looks like you are excepting a wrong exception class. Let me check with the python library author to confirm. -Danial, AdWords API Team. On Thursday, January 16, 2014 9:45:22 PM UTC+4, Martin wrote: > > Hi, > I am getting the RateExceededError and according to the suggestion

Re: Permission problem

2014-01-22 Thread Danial Klimkin
Hello, It looks like you've authorized as the developer. Normally, you log in as "developer" user when generate client ID and client secret. Please make sure to log off and log in as the AdWords user when generating OAuth2 credentials. -Danial, AdWords API Team. On Sunday, January 19, 2014

Re: AdWords Ad Details like "% Served", "Clicks" etc... Which API call will return these information.

2014-01-22 Thread Danial Klimkin
actly I need to > do get this information. All other information are I am getting from diff > report, but this information I am unable to find out. > > Thanks, > Bikram. > > On Tuesday, January 21, 2014 2:01:24 AM UTC-8, Danial Klimkin wrote: >> >> Hello Bik

Re: AdId mismatch in Ad Performance Report

2014-01-22 Thread Danial Klimkin
ong. > > These are the ad ids which are returned by the report service where as it > is not returned in the above call (3107387353, 3107388613, 3107389063, > 18108856933, 18108885133, 1810493) > > Thanks, > Bikram. > > On Tuesday, January 21, 2014 3:03:03 AM UTC-

Re: Cannot upload offline conversions.

2014-01-22 Thread Danial Klimkin
he gclid > from the url query string) > > Could it be some charset encoding issue? > What should I try to do? > > > Thanks. > > On Monday, January 20, 2014 2:19:42 PM UTC+2, Danial Klimkin wrote: >> >> Hello, >> >> >> This error means the

Re: The "DESTINATION URL REPORT" is not returning the actual clicked URL and the KeyWord.‏

2014-01-22 Thread Danial Klimkin
Closing as duplicate of: https://groups.google.com/forum/#!topic/adwords-api/5kmhvJIW_ZQ -Danial. On Wednesday, January 22, 2014 5:29:39 AM UTC+4, Bikram Bhuyan wrote: > > Hello, > > For one of our Ad we have defined the destination URL as > "*http://www.xxx.com/landing/gaw//?mt={matchtyp

Re: API developments for Trueview

2014-01-22 Thread Danial Klimkin
Still no news unfortunately. -Danial. On Tuesday, January 21, 2014 4:11:31 PM UTC+4, Thomas Meindl wrote: > > any updates on this? > we need to fetch stats through the adwords reporting api for > youtube/trueview/video ads.. > > On Monday, June 24, 2013 1:57:31 PM UTC+2, Da

Re: How to get account data after user gives grant access to his account

2014-01-21 Thread Danial Klimkin
Hello Larisa, 1. App type depends on how does the user authorizes. With web application you can build a self-service site multiple users can use to quickly authorize your application. Installed application will require a user to send you an auth code manually. 2. Refresh token is enough to ac

Re: RATE_EXCEEDED BillingPerDay

2014-01-21 Thread Danial Klimkin
Hello, "Basic" API access level is limited to 1 operations per day. Please see the rate sheet for more details: https://developers.google.com/adwords/api/docs/ratesheet Operations counter "reset" can happen at different times of the day. 84600 is just a constant we use to report operati

Re: Ad Performance Report Data Granularity

2014-01-21 Thread Danial Klimkin
Hello Bikram, The date range is defined via report selector. You can set dateRangeType to "CUSTOM_DATE" and provide min and max dates for the report. In order to get daily stats, you can add the "Date" column. For more details, please see the exact definition here: https://adwords.google.c

Re: AdId mismatch in Ad Performance Report

2014-01-21 Thread Danial Klimkin
Hello Bikram, What are you comparing these IDs to? I've checked AdGroup 1301383813 and I see ads with the IDs listed under it. -Danial, AdWords API Team. On Saturday, January 18, 2014 5:35:22 AM UTC+4, Bikram Bhuyan wrote: > > Hello, > > We are fetching the Stats from the "Ad Performance Rep

Re: AdWords PHP client library - Errors with AddCampaigns.php and EstimateKeywordTraffic.php

2014-01-21 Thread Danial Klimkin
Hello, It looks like you are making a request against an MCC account. Please create an advertiser sub-account (via UI or the API) and specify it's clientCustomerId in the request. It is not possible to create a campaign in an MCC account. -Danial, AdWords API Team. On Thursday, January 16,

Re: Retrieving keywords search volume through google api.

2014-01-21 Thread Danial Klimkin
Hello Mohammed, This data can be retrieved with TrafficEstimatorService: https://developers.google.com/adwords/api/docs/reference/v201309/TrafficEstimatorService AdWords API is free but please make sure to review terms and conditions: https://developers.google.com/adwords/api/docs/terms

Re: 400 Error when re-authorizing adwords Oauth2.0

2014-01-21 Thread Danial Klimkin
Hello Pere, Do you get the same error if you provide *only* AdWords scope? Can you combine those calls to have a shared refresh token for both GA and AdWords API? -Danial, AdWords API Team. On Thursday, January 16, 2014 12:32:36 AM UTC+4, Pere Kyle wrote: > > Since about the beginning of de

Re: [RateExceededError ]

2014-01-21 Thread Danial Klimkin
I am closing this old thread, please follow up in the duplicate: https://groups.google.com/forum/#!topic/adwords-api/IdEcE48_s7A -Danial. On Monday, January 20, 2014 5:38:45 PM UTC+4, Jürgen Wiest wrote: > > I'm getting the error "[RateExceededError rateKey=level1_plan, rateScope=DEVELOPER,

Re: AdWords Ad Details like "% Served", "Clicks" etc... Which API call will return these information.

2014-01-21 Thread Danial Klimkin
r report. > > Thanks, > Bikram. > > On Tuesday, November 26, 2013 1:54:50 AM UTC-8, Danial Klimkin wrote: >> >> Hello Bikram, >> >> >> 1. Free search links will not be logged in AdWords, so all impressions / >> clicks returned is the AdWords Ads

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-01-20 Thread Danial Klimkin
Hello Paris, Unfortunately, AdParams can not now be retrieved via reports. I will log this as a feature request. You can use predicates to limit the size of the resulting set. -Danial, AdWords API Team. On Friday, January 17, 2014 3:51:42 AM UTC+4, Paris Theofanidis wrote: > > Hi all, > > A

Re: 64-bit support for iOS Conversion Tracking SDK

2014-01-20 Thread Danial Klimkin
Hello Edwin, This group is for questions regarding AdWords API only. Please check with the relevant group / support team. -Danial, AdWords API Team. On Friday, January 17, 2014 1:08:25 PM UTC+4, Edwin Schaap wrote: > > iOS 7 now supports 64-bit devices and I'd like to release 64-bit versions

Re: How to get report data for multiple client accounts in single report?

2014-01-20 Thread Danial Klimkin
Hello Tom, Any API request can be executed against one account only. To get a report for multiple accounts, run one for each of them and combine them on your side. -Danial, AdWords API Team. On Friday, January 17, 2014 12:23:03 AM UTC+4, Tom wrote: > > > Hi All, > > I want to download the

Re: Policy Violation error - Tobacco products?

2014-01-20 Thread Danial Klimkin
Hello, If the policy violation is triggered by an irrelevant product, you can request a manual review. Check the "isExemptable" flag of the error to find out if it is allowed. We have an example on how to request an exemption for each of our libraries, for example for Java: https://github

Re: adwords api: problem with test account

2014-01-20 Thread Danial Klimkin
Hello Anton, Please make sure you have set up the billing and accepted T&C (for the production MCC). "551-554-2773" is not a valid account ID, if still in doubt, please let us know the MCC ID. -Danial, AdWords API Team. On Wednesday, January 15, 2014 5:22:52 PM UTC+4, Anton fr.butch wrote:

Re: Keyword Stats

2014-01-20 Thread Danial Klimkin
Dupe: https://groups.google.com/forum/#!topic/adwords-api/ZbLbpBOclSk On Thursday, January 16, 2014 5:14:56 AM UTC+4, Tom wrote: > > Hi All, > > > I am new to adwords and was wondering how to get keyword level stats like > Clicks, Cost etc without downloading the report. > > I tried using AdGro

Re: Get Location Extension Report

2014-01-20 Thread Danial Klimkin
Hello Sidnei, Location extensions have not yet been replaced with feeds-based ones. They should still show up in the legacy report. Social extensions are not yet supported. -Danial, AdWords API Team. On Friday, January 17, 2014 5:30:16 PM UTC+4, Sidnei Pereira wrote: > > I saw at the followi

Re: Cannot upload offline conversions.

2014-01-20 Thread Danial Klimkin
Hello, This error means the GLCID string provided is not a valid Google Click ID. Did you get the ID from the CLICK_PERFORMANCE_REPORT? -Danial, AdWords API Team. On Thursday, January 16, 2014 1:05:42 PM UTC+4, moshe@888holdings.com wrote: > > > Hi, > > We're using the latest Php Api so

Re: Why do i get Unparseable Gclid error?

2014-01-20 Thread Danial Klimkin
Closing as duplicate of: https://groups.google.com/d/msg/adwords-api/_UrrVodPSRk/zcEU-hEGMbQJ -Danial. On Thursday, January 16, 2014 12:54:46 PM UTC+4, moshe@888holdings.com wrote: > > Hi! > > We are attempting to upload offline conversions to the company's adwords > accounts, but we keep

Re: The difference between the number of transactions in Google Analytics and Conversion per Click in AdWords

2014-01-20 Thread Danial Klimkin
Hello Ksenie, It looks like this is a general product question, not specific to the API. Please check with the general AdWords support in this case: https://support.google.com/adwords/ -Danial, AdWords API Team. On Thursday, January 16, 2014 5:14:55 PM UTC+4, Ksenie wrote: > > Accounts GA

Re: How to integrate google adwords api in php ? Please help me with suitable example.

2014-01-20 Thread Danial Klimkin
Hello Mahfooz, Please see the official PHP client library here: https://github.com/googleads/googleads-php-lib -Danial, AdWords API Team. On Wednesday, January 15, 2014 3:33:53 PM UTC+4, Mahfooz Khan wrote: > > How to integrate google adwords api in php ? Please help me with suitable > ex

Re: Catchable fatal error: Argument 1 passed to GetCampaignStatsExample() ?

2014-01-20 Thread Danial Klimkin
Hello GunS, Please check out the up-to-date examples set available here (for Java): https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201309 or for C#: https://github.com/googleads/googleads-adwords-dotnet-lib/tree/master/exampl

Re: Get the Keyword Stats

2014-01-20 Thread Danial Klimkin
Hello Tom, Stats are no longer available via SOAP services, they can only be obtained from a report. -Danial, AdWords API Team. On Wednesday, January 15, 2014 4:08:16 AM UTC+4, Tom wrote: > > Hi All, > > How can I get the keyword level stats like Max.CPC, clicks,cost etc? I > don't want to

Re: CustomerSyncService Bug? Service not returning added or deleted adExtensions

2014-01-20 Thread Danial Klimkin
Hello Akil, Jake, Takeshi is currently on holidays, I am picking this thread up. Ad extensions (most of them) has recently been migrated to the new feeds infrastructure. As a result, all changes to them are now reported by CustomerSyncService as account-level changes. Please let us know if th

Important: ClientLogin is deprecated, start your migration to OAuth 2.0 now

2014-01-16 Thread Danial Klimkin
Hello All, As previously announced, ClientLogin authorization is deprecated and will *not be supported by AdWords API starting the next API version*. Is your AdWords API client application still using Cl

Re: Missing campaign of type "Shopping - Product Listing Ads"

2014-01-10 Thread Danial Klimkin
performance > reports, such as ACCOUNT_PERFORMANCE_REPORT? > > I've had multiple instances where I'm seeing shopping data omitted from > higher level totals. > > Thanks > > > On Wednesday, December 18, 2013 4:12:12 AM UTC-6, Danial Klimkin wrote: >>

Re: refresh token ruby library

2013-12-30 Thread Danial Klimkin
Hi Blake, Please try config like this: token_hash = { :access_token => ACCESS_TOKEN_FROM_SAMPLE_APP, :refresh_token => REFRESH_TOKEN_FROM_SAMPLE_APP, :issued_at => 1388190331, :expires_in => 3600 } -Danial, AdWords API Team. On Saturday, December 28, 2013 4:44:04 AM UTC+4, Blake

Re: How to add Keywords to AdGroup when creating one?

2013-12-30 Thread Danial Klimkin
Hello Joan, You need to make a separate call to AdGroupCriterionService. Please check out our client libraries, all of them have a large set of examples: https://developers.google.com/adwords/api/docs

Re: How to add custom field into an Adword Entity (ad)?

2013-12-30 Thread Danial Klimkin
Hi Joan, No, custom fields are not supported in the AdWords API. Please use ad ID to join with a local database instead. -Danial, AdWords API Team. On Thursday, December 26, 2013 11:09:39 PM UTC+4, Joan Roig wrote: > > Is there any way to add a custom field into an Ad entity? > > Say I want

Re: Validation failed for [refresh_token] with value []: Either the refresh_token or the access_token is required.

2013-12-30 Thread Danial Klimkin
Hello, You need to configure auth.ini to include configuration details. Please see this article for more details: https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0 -Danial, AdWords API Team. On Thursday, December 26, 2013 9:01:12 PM UTC+4, sa...@keaadvertising.com wrote

Re: Get Percent Served

2013-12-30 Thread Danial Klimkin
Hello Sergey, This UI value it not directly available in the API. You can calculate it on your side though by using AdGroup and ads impression numbers. -Danial, AdWords API Team. On Thursday, December 26, 2013 12:05:13 PM UTC+4, Sergey Levitskiy wrote: > > Hello! > I didn't find any informati

Re: Problem with refresh token in Python

2013-12-30 Thread Danial Klimkin
Hello, Please make sure you are not logged in when opening the auth URL. When prompted, log in as your production AdWords account user. -Danial, AdWords API Team. On Wednesday, December 25, 2013 9:08:58 AM UTC+4, dev...@simpleunion.com wrote: > > Hi there! > > I'm using adwords_examples_pyth

Re: kind of data from google adwords api

2013-12-27 Thread Danial Klimkin
Hello Kano, The majority of the data is available via reports in the API. You can review available reports and fields here: https://developers.google.com/adwords/api/docs/appendix/reports -Danial, AdWords API Team. On Tuesday, December 24, 2013 11:15:14 AM UTC+4, Kano Patel wrote: > > wha

Re: Get info about all Clients without foreah

2013-12-27 Thread Danial Klimkin
Hello Sergey, API supports access only to one account per request, so to retrieve data for all accounts under an MCC you need to do one request per account and merge the data. -Danial, AdWords API Team. On Tuesday, December 24, 2013 1:22:44 PM UTC+4, Sergey Levitskiy wrote: > > > Hello! > I

Re: does adwords api support new keyword/adgroup bid landscape?

2013-12-27 Thread Danial Klimkin
Hello Liushine, No, we don't support this feature in the API currently. -Danial, AdWords API Team. On Thursday, December 19, 2013 12:46:01 PM UTC+4, lius...@gmail.com wrote: > > Hi, > > I am wondering if AdWords has some API supporting new keyword / new > adgroup bid landscape? I noticed tha

Re: Template Ads Preview

2013-12-27 Thread Danial Klimkin
5&width=300&height=250&visibleUrl=www.fbestetik.com&destinationUrl=http://www.fbestetik.com&isExpandable=false&irsKey=-6815749697676771328&hl=tr_TR&ad=31562874196&adGroup=8493013156&ocid=4327336524&s=76&sig=ACiVB_xq5-nlj1evvW9L_3gsp1ThSLCD7Q > &

Re: search campaigns are coming in display network in adgroup performance report

2013-12-27 Thread Danial Klimkin
lease look into the issue and let us help to fix, we are running in very > thin timeline. > > > > Thanks > > Pravesh > > > > *From:* adwor...@googlegroups.com [mailto: > adwor...@googlegroups.com ] *On Behalf Of *Danial Klimkin > *Sent:* Thursday, December 2

Re: Intermittent connectivity issues with API reports server (v201309)?

2013-12-26 Thread Danial Klimkin
Hi MG, I'll check with our DotNet library author who may have a better insight. -Danial, AdWords API Team. On Friday, December 27, 2013 9:15:02 AM UTC+4, AdWordsApiUser wrote: > > I made the change to remove the Continue-100 header from the soap > requests, however, the issue persists. It is

Re: Problem with fetching data for a particular date (Cron job PHP v201309)

2013-12-26 Thread Danial Klimkin
Hello MWA, What is the report type you are running? -Danial, AdWords API Team. On Tuesday, December 24, 2013 9:42:51 PM UTC+4, MWA wrote: > > Hi There, > > I have been using v201306 recently, but now when i am going to migrate to > version v201309, one of the cron jobs that makes use of conve

Re: search campaigns are coming in display network in adgroup performance report

2013-12-26 Thread Danial Klimkin
Hello Pravesh, What are the clientCustomerId and campaign ID in question? -Danial, AdWords API Team. On Tuesday, December 24, 2013 7:29:08 PM UTC+4, Pravesh wrote: > > We are running a search campaign named "" .But when we download Adgroup > Performance report in xml file format, the Search

Re: How can I change report language

2013-12-25 Thread Danial Klimkin
Hello Sergey, All API responses are in English only. It should be possible to substitute column names / footers on the client side for the language of your choice. -Danial, AdWords API Team. On Monday, December 23, 2013 2:42:14 PM UTC+4, Sergey Levitskiy wrote: > > Hi! How can I set report l

Re: Template Ads Preview

2013-12-25 Thread Danial Klimkin
Hello Bora, The AdWords API does not support this feature currently. -Danial, AdWords API Team. On Friday, December 20, 2013 5:50:31 PM UTC+4, Bora Mocan wrote: > > Hi, > > How can i get to preview urls of template ads with AdWords API? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Does PLACEHOLDER_FEED_ITEM_REPORT support zero impression rows?

2013-12-25 Thread Danial Klimkin
etting Disapproved sitelink via this report before. > Do you think the functionality was changed so new such sitelinks do not > come through? > > On Tuesday, December 24, 2013 12:13:40 AM UTC-8, Danial Klimkin wrote: >> >> Hello Slava, >> >> >> Please try u

Re: Does PLACEHOLDER_FEED_ITEM_REPORT support zero impression rows?

2013-12-24 Thread Danial Klimkin
Hello Slava, Please try using v201309. We hope to explicitly publish this information about each report soon. -Danial, AdWords API Team. On Tuesday, December 24, 2013 5:43:36 AM UTC+4, Slava wrote: > > yes, I do send includeZeroImpressions. > > I understand that includeZeroImpressions not su

Re: The URL google returns to access a refresh token does not work, help?

2013-12-24 Thread Danial Klimkin
call I do with > the configured client ends up with and "invalid grant" exception > (oauth2client.client.AccessTokenRefreshError: invalid_grant) > > Any ideas what's causing this and what I'm missing here? > Thanks > > Y. > > On Monday, Decem

Re: Ad performance report does not contain the Content keyword

2013-12-23 Thread Danial Klimkin
Hello Igor, We don't expect any change around this. Can you please send us a request that results in a different response? Any chance you have an older log that demonstrates the old behavior? -Danial, AdWords API Team. On Friday, December 20, 2013 12:19:45 PM UTC+4, sc...@bgenius.com wrote:

Re: How to use api adwords with cron ?

2013-12-23 Thread Danial Klimkin
Hello Sam, It is hard to say from the data provided... Please make sure your cron user has access to the auth.ini file. RefreshToken is required for the library to be able to make a call. -Danial, AdWords API Team. On Wednesday, December 18, 2013 3:19:03 PM UTC+4, Sam wrote: > > Hello, > >

Re: structure report for CriterionUserList

2013-12-23 Thread Danial Klimkin
Hello Greg, The CriteriaPerformance report should be the one you are looking for. Can you please confirm you indeed receive UserList ID as Id in this report? -Danial, AdWords API Team. On Saturday, December 21, 2013 1:24:44 AM UTC+4, GregT wrote: > > Hi, > > For remarketing lists for search

Re: Consolidated Monthly Reports

2013-12-23 Thread Danial Klimkin
Hi Humberto, CampaignPerformance report is always segmented by campaign ID so this is the expected behavior. You can use the AccountPerformance report as suggested above. -Danial, AdWords API Team. On Wednesday, December 18, 2013 11:23:21 PM UTC+4, Humberto Cuadra wrote: > > I've been tryin

Re: How can i Add Campaigns from .CSV file to MCC Account for particular client through .net client library

2013-12-23 Thread Danial Klimkin
Hello aswini balla, You will need to write an application that will parse the csv, generate API operations and execute them. Please see this page on how to get started: https://developers.google.com/adwords/api/docs/guides/working-with-objects -Danial, AdWords API Team. On Tuesday, Decemb

Re: The URL google returns to access a refresh token does not work, help?

2013-12-23 Thread Danial Klimkin
> Y. > > On Thursday, August 1, 2013 4:08:57 PM UTC+3, Danial Klimkin wrote: >> >> Hello Luke, >> >> >> Can you please double-check the client application ID is the "installed >> application" client ID with the OOB redirect URI listed as a

Re: Dynamic Params

2013-12-20 Thread Danial Klimkin
Hello Hanan, Do you mean AdParams? In this case we don't have a hard limit, it is effectively limited by a number of possible combinations. -Danial, AdWords API Team. On Wednesday, December 18, 2013 12:56:43 AM UTC+4, Hanan Zalkinder wrote: > > Hi, > > What is the maximum number of Adwords d

Re: Keyword Performance Report: maxCPC / Bid change history not reported?

2013-12-20 Thread Danial Klimkin
Duplicate: https://groups.google.com/d/msg/adwords-api/QAkjBnQ9Ulg/pOEDTghgLogJ On Monday, December 16, 2013 8:04:32 PM UTC+4, Christian Borck wrote: > > Hi everyone, > > i was wondering if the bid changes are not reported within the API? > I generated a Keyword Performance Report for the last 30

Re: fetching Youtube spend data from adwords API

2013-12-20 Thread Danial Klimkin
Hello Yaniv, This information is not currently available in the API and we currently don't have any estimation. -Danial, AdWords API Team. On Wednesday, December 18, 2013 4:52:29 PM UTC+4, Yaniv Ranen wrote: > > Hi, > > I saw in the forums that extracting youtube data through adwords API isn

Re: "Keyword Performance Report" segmented by "Date": maxCPC bid changes not reported

2013-12-20 Thread Danial Klimkin
Hi Christian, No, it is an attribute, only metrics can have historic values. Please see the reference for each field: https://developers.google.com/adwords/api/docs/appendix/reports There is no way to retrieve this for the past, unless you track the changes and keep the history on your side

Re: Receiving AuthorizationError.USER_PERMISSION_DENIED error after following all setup steps

2013-12-20 Thread Danial Klimkin
Hello, Service account authorization can only be used if your AdWords account is on a google apps domain. In all other cases, please use application or web flows. -Danial, AdWords API Team. On Friday, December 13, 2013 2:25:42 AM UTC+4, leig...@verticalbrands.com wrote: > > I am already us

Re: `generate_access_token': AdsCommon::Errors::OAuth2VerificationRequired (AdsCommon::Errors::OAuth2VerificationRequired)

2013-12-19 Thread Danial Klimkin
Hi, For OAuth2 authorization you need a verification code in order to obtain the refresh token. Please see this code as an example: https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201309/misc/setup_oauth2.rb -Danial, AdWords API Team. On Thursday, Decem

Re: Combine Managed and Automated placements reports

2013-12-19 Thread Danial Klimkin
Hi Rakesh, Managed reports are returned by placement performance report (combined with auto placements): https://developers.google.com/adwords/api/docs/appendix/reports#placement The unique ID is the "Id" field. -Danial, AdWords API Team. On Tuesday, December 17, 2013 9:00:51 AM UTC+4, R

Re: Intermittent connectivity issues with API reports server (v201309)?

2013-12-19 Thread Danial Klimkin
Hi MG, >From our side, we haven't caught any alerts. Most likely it was limited to your ISP / network as we had no other reports of the issue. -Danial, AdWords API Team. On Tuesday, December 17, 2013 9:50:02 AM UTC+4, AdWordsApiUser wrote: > > We've been noticing intermittent connectivity is

Re: Does PLACEHOLDER_FEED_ITEM_REPORT support zero impression rows?

2013-12-19 Thread Danial Klimkin
Hi Slava, Did you try to send a report request with includeZeroImpressions set to 'true'? You'll get a relevant error if it is not supported. -Danial, AdWords API Team. On Tuesday, December 17, 2013 10:56:22 PM UTC+4, Slava wrote: > > Anyone? > > On Monday, December 16, 2013 3:46:48 PM UTC-8

Re: using location extension for mobile image ad

2013-12-19 Thread Danial Klimkin
Hi, >From the API side, yes, you can add one. As per looks, please check with the general AdWords support and also check out this article: https://support.google.com/adwords/answer/2404180 -Danial, AdWords API Team. On Thursday, December 12, 2013 10:17:28 PM UTC+4, ssAdword wrote: > > Hi,

Re: excluding placements / negative criteria - by Mobile application

2013-12-19 Thread Danial Klimkin
Hello Berry, Unfortunately no, this feature is not publicly available and we are not adding any new users to the list currently. The only alternative is to use the UI. -Danial, AdWords API Team. On Wednesday, December 11, 2013 7:32:17 PM UTC+4, Berry Tsakala wrote: > > Few weeks ago i asked

Re: lat/lon of clicks

2013-12-19 Thread Danial Klimkin
Hi, No, this data it not available to AdWords. You can find the available fields here: https://developers.google.com/adwords/api/docs/appendix/reports#click -Danial, AdWords API Team. On Thursday, December 12, 2013 10:32:07 PM UTC+4, ssAdword wrote: > > Hi, > > I wonder whether the analyt

Re: Get AdGrupoId with MediaId

2013-12-18 Thread Danial Klimkin
Hello Sara, MediaIds are used to identify objects uploaded by MediaService. They can be associated with one or more Ads. You can find which ones by pulling all image ads, checking there IDs and whan ad groups there are in. -Danial, AdWords API Team. On Thursday, December 12, 2013 4:38:11 PM

Re: serving mobile image ad

2013-12-18 Thread Danial Klimkin
Hello, Ads can not be platform-targeted to mobile only with AdWords. You can set a mobile preferred flag which can affect the delivery (but not guarantees it). Beta features are available to a limited list of users only. -Danial, AdWords API Team. On Friday, December 6, 2013 3:42:21 AM UTC+

Re: How to get Campaign subtype?

2013-12-18 Thread Danial Klimkin
Hello Zweitze, You are correct, campaign type is available as NetworkSettings. Campaign subtypes are not yet available in the API. -Danial, AdWords API Team. On Thursday, December 12, 2013 6:20:55 PM UTC+4, Zweitze wrote: > > Hi all, > > Subject says it all. In the AdWords web interface, on

Re: Is it possible to get approved developer token for use of AdWords API without having the final product ?

2013-12-18 Thread Danial Klimkin
Hello Vitaly, Please see this post: https://groups.google.com/forum/#!topic/adwords-api/rp0HFwu-E0M There is a link to a form you can fill out to get any review-related question answered. -Danial, AdWords API Team. On Wednesday, December 18, 2013 1:21:42 AM UTC+4, Vitaly D wrote: > > Hel

Re: API Approval still pending

2013-12-18 Thread Danial Klimkin
Hello, Please see this post: https://groups.google.com/forum/#!topic/adwords-api/rp0HFwu-E0M There is a link to a form you can fill out to escalate the review. -Danial, AdWords API Team. On Thursday, December 12, 2013 2:52:23 AM UTC+4, stu...@redsharkllc.com wrote: > > We applied for API

Re: Missing campaign of type "Shopping - Product Listing Ads"

2013-12-18 Thread Danial Klimkin
; > thanks you for your response, glad to hear that. Could you be more > specific about > how far in the future will you be able to deliver this? > > Thank you very much, > Miro > > On Thursday, December 12, 2013 7:51:47 PM UTC+1, Danial Klimkin wrote: >> >> Hel

Re: Placement performance report returns no data

2013-12-18 Thread Danial Klimkin
Hello Pierre-Luc, It sounds like we are looking at different campaigns. What are the clientCustomerId you are using? What's the campaign name? -Danial, AdWords API Team. On Wednesday, December 18, 2013 2:01:36 AM UTC+4, Pierre-Luc Soucy wrote: > > Hi Danial, > > Thanks for looking into this.

Re: Production account QuotaCheckError.INCOMPLETE_SIGNUP, billing entered and terms accepted

2013-12-18 Thread Danial Klimkin
Hi Derrick, The developer token for this account has not been approved yet. You can only access test accounts using it, a request against a production account will result in this error. -Danial, AdWords API Team. On Thursday, December 12, 2013 10:36:17 PM UTC+4, Danial Klimkin wrote

Re: Difference between AccountDescriptiveName and CustomerDescriptiveName

2013-12-12 Thread Danial Klimkin
Hello Arthur, AccountDescriptiveName will be the same as CustomerDescriptiveName when the latter is not null. Otherwise, it will return the company name if it is available. -Danial, AdWords API Team. On Thursday, December 5, 2013 10:48:48 PM UTC+4, Arthur Gerigk wrote: > > what is the diffe

Re: Trying to access to adword API with salesforce

2013-12-12 Thread Danial Klimkin
Hello, It is most likely the error message is correct -- you use an invalid access token. Please make sure this is the access (not refresh) token which is still valid, generated for correct (AdWords) account and requested for AdWords scope. Also, please avoid posting tokens on the forum as th

Re: Problems migrating to v201306/309

2013-12-12 Thread Danial Klimkin
Hello Mike, The demo application was recently updated to use v201309, please pull the new version here: https://github.com/googleads/google-api-ads-ruby Also, make sure you've upgraded to the latest library version that supports v201309. Stats are no longer available in services, please us

Re: Test

2013-12-12 Thread Danial Klimkin
Passed. -D. On Thursday, December 12, 2013 2:53:30 AM UTC+4, Harry wrote: > > Just a test to see if I am visible... > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adw

Re: Missing campaign of type "Shopping - Product Listing Ads"

2013-12-12 Thread Danial Klimkin
Hello All, This new campaign type is not yet available in the API. We are working to introduce them in the future. -Danial, AdWords API Team. On Monday, December 9, 2013 7:27:50 PM UTC+4, Miro Kruzliak wrote: > > Hello, > > I'm trying to get statistics using Campaign Performance report type,

Re: a begginers question (sorrry) on Adparam

2013-12-12 Thread Danial Klimkin
Hello Zodora, Yes, AdParams is exactly the solution here, please see this guide for the reference: https://developers.google.com/adwords/api/docs/guides/ad-parameters -Danial, AdWords API Team. On Wednesday, December 4, 2013 12:32:15 PM UTC+4, Zodora wrote: > > Hi, > > One of our clients,

Re: Where is my mistake? Please help.[AdError.INVALID_AD_TYPE @ operations[0].operand.ad

2013-12-12 Thread Danial Klimkin
Closing as duplicate. -Danial. On Thursday, December 5, 2013 12:56:59 AM UTC+4, karima Mechergui wrote: > > Hi, i like add new keywords , i try to do this way : > > http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:v20="https://adwords.google.com/api/adwords/cm/v201309";> > > >

Re: How to create MCC Test Account

2013-12-12 Thread Danial Klimkin
Hi Carol, It is only possible to have only one AdWords account per Google account. Please use a different account (another gmail address) for creating the test MCC account. -Danial, AdWords API Team. On Friday, December 6, 2013 12:42:05 AM UTC+4, car...@onlineshoes.com wrote: > > I am tryin

Re: ServiceAccountantManager replacement in v201309

2013-12-12 Thread Danial Klimkin
Answered in the duplicate thread: https://groups.google.com/d/msg/adwords-api/Xi8Ta4ICGb0/BEiU9aulzMsJ -Danial. On Thursday, December 5, 2013 11:26:09 PM UTC+4, r...@oanda.com wrote: > > > Apologies if this is duplicatecannot see the question I posted 30+ > mins ago. > > In the process o

Re: What is the replacement in v201309 for com.google.api.adwords.lib.ServiceAccountantManager

2013-12-12 Thread Danial Klimkin
Hello, Units are no longer used for billing as the API is now free, so this field was removed. -Danial, AdWords API Team. On Thursday, December 5, 2013 10:30:36 PM UTC+4, r...@oanda.com wrote: > > Hi, > > I am migrating a project to AdWords API v201309 where API calls have been > broken sin

Re: TrueView In-Search and the AW API

2013-12-12 Thread Danial Klimkin
Unfortunately, still not. -Danial. On Monday, December 9, 2013 5:25:48 AM UTC+4, Fabien Guiraud wrote: > > Hi, > > Still not available? > > Thanks > > Fabien > > Le lundi 8 octobre 2012 14:29:25 UTC+2, Danial Klimkin a écrit : >> >> Hello Brian, >&g

Re: Production account QuotaCheckError.INCOMPLETE_SIGNUP, billing entered and terms accepted

2013-12-12 Thread Danial Klimkin
Hello Derrick, What is your MCC clientCustomerId (shown on the top right corner in the UI)? -Danial, AdWords API Team. On Monday, December 9, 2013 9:22:33 PM UTC+4, Derrick Pelletier wrote: > > I am trying to use my developer token with a live production account and > I'm getting the error:

Re: Placement performance report returns no data

2013-12-12 Thread Danial Klimkin
Hello Pierre-Luc, This request limits the placements to one campaign ID. I can see no placements exist in this campaign, so no output is expected. -Danial On Monday, December 9, 2013 8:36:28 PM UTC+4, Pierre-Luc Soucy wrote: > > Hi, > > We're trying to get placement statistics for our clien

Re: Ruby Report Utils 'Missing Client Information' error

2013-12-12 Thread Danial Klimkin
ds same as SOAP]', > "returnMoneyInMicros"=> true > } > Im trying to make the Post with mechanize > require 'open-uri' > require 'mechanize' > agent=Mechanize.new{|a| a.ssl_version, a.verify_mode = 'SSLv3', > OpenSS

Re: Edit ad device preference (management functionality) M.18

2013-12-10 Thread Danial Klimkin
Hi Tom, Please check with the policy team on all RMF questions via: https://services.google.com/fb/forms/apicontact/ -Danial, AdWords API Team. On Monday, December 9, 2013 3:10:42 PM UTC+4, tomfl...@gmail.com wrote: > > Hi, > > I am working on the management functionality, though M.18, t

<    4   5   6   7   8   9   10   11   12   13   >