Re: How can I enable gzip compression in the java api

2012-12-28 Thread Kevin Winter (AdWords API Team)
in requests/responses being handled all the time with gzip or is it more important that this be toggleable? (i'm trying to determine if theres a reason to not have this on by default). - Kevin Winter AdWords API Team On Wednesday, December 26, 2012 1:02:18 PM UTC-5, Emmanuel Espina wrote: > &g

Re: Get Ad percentange served

2013-01-02 Thread Kevin Winter (AdWords API Team)
Hi hagay, Could you clarify what this number is meant to represent? Impression share <http://support.google.com/adwords/bin/answer.py?hl=en&answer=2497703>sounds similar. - Kevin Winter AdWords API Team On Wednesday, December 5, 2012 10:58:07 AM UTC-5, hagay wrote: > > Hi

Re: How to get the "Effective URL" from the v201109 Ad Performance Report

2013-01-02 Thread Kevin Winter (AdWords API Team)
e same way as joining Ads to Criteria. - Kevin Winter AdWords API Team On Monday, December 10, 2012 6:24:46 PM UTC-5, Vanessa Sabino wrote: > > Hi Erik, > > I'm trying to use this approach, but for me the large majority of criteria > destination URLs are blank. My understand is

Re: How to Get FirstPageCpc from a keyword

2013-01-02 Thread Kevin Winter (AdWords API Team)
vin Winter AdWords API Team On Wednesday, December 12, 2012 4:41:15 PM UTC-5, James Jara wrote: > > HI,guys ,first all thanks for your time.. > > I have a doubt , I need to get the FirstPageCpc of a keyword, at this > moment i have that done.. BUT i always need the adGroupId , >

Re: I randomly get this error [TargetingIdeaError.INVALID_ATTRIBUTE_TYPE @ selector; trigger:'CRITERION']

2013-01-02 Thread Kevin Winter (AdWords API Team)
Hi Mahmudul, TC, CRITERION isn't valid in 201209, you have to use KEYWORD_TEXT. See our v201206 migration guide<https://developers.google.com/adwords/api/docs/guides/migration-v201206>for a list of other changes - I also recommend looking at the v201209 one. - Kevin Winter AdWor

Re: API not pulling data from sub mcc account in google adword

2013-01-02 Thread Kevin Winter (AdWords API Team)
Hi, That error can happen if your developer token is not approved. Please double check in your developer MCC under My Account -> AdWords API Center. - Kevin Winter AdWords API Team On Monday, December 24, 2012 5:45:24 AM UTC-5, Devendra Porwal wrote: > > Hi, > > I used an MCC

Re: Best practice for bulk update of destination URLs

2013-01-03 Thread Kevin Winter (AdWords API Team)
Hi Dorian, Due to the fact that you must create new Ads, it's not possible to do this in an agnostic way. The way you describe (switch statement and logic per type) is how I'd tackle this. - Kevin Winter AdWords API Team On Thursday, December 27, 2012 12:35:06 PM UTC-5, Dorian

Re: Use of new Impression Share Columns

2013-01-03 Thread Kevin Winter (AdWords API Team)
are,Clicks,Impressions 35.12%,18781,372170 Total,18781,372170 - Kevin Winter AdWords API Team On Saturday, December 29, 2012 1:56:50 AM UTC-5, Sajan Maharjan wrote: > > HI, > > We can see in this post that Adwords has added new columns > > > http://googleadsdeveloper.blogsp

Re: Does the AdWords API support authentication via service accounts (OAuth 2.0)?

2013-01-03 Thread Kevin Winter (AdWords API Team)
to obtain a new access token prior to making requests. - Profit by making API calls without any user interaction. The access token is valid for only 1 hour, but the refresh token can be used to obtain new access tokens until it has been revoked. - Kevin Winter AdWords API Team On Saturday, D

Re: Oauth2 questions

2013-01-03 Thread Kevin Winter (AdWords API Team)
periodically (access tokens are valid for 60 minutes), which doesn't require user interaction. Service accounts can also be used to impersonate other users on the domain (hence the need for Google Apps for business). - Kevin Winter AdWords API Team On Sunday, December 30, 2012 3:18:08 PM

Re: System defined unit cap reached

2013-01-03 Thread Kevin Winter (AdWords API Team)
raised upon request, but is rarely done. If a developer uses more than this number of units, they'll get the error mentioned in the original post. - Kevin Winter AdWords API Team On Saturday, December 29, 2012 4:42:24 AM UTC-5, Oliver wrote: > > Hi HK, > > Out of interest, wha

Re: Starting steps

2013-01-04 Thread Kevin Winter (AdWords API Team)
m/p/google-api-ads-java/downloads/list> are also available. - Kevin Winter AdWords API Team On Wednesday, January 2, 2013 1:57:40 AM UTC-5, ashish...@kapsica.com wrote: > > Hi, > > I am completely new to Adword Api forum i want to use Google Adword > Api in java >

Re: What is the maximum number of keywords I can add using SimpleMutateService in a single shot?

2013-01-04 Thread Kevin Winter (AdWords API Team)
Hi, The MutateJobService can submit up to 10,000 operations per request. I've never seen that error before, could you please post more of the stack trace? Are you using the Java client library (and if so, new or old), or something else? - Kevin Winter AdWords API Team On Wedn

Re: Bug in the Documentation

2013-01-04 Thread Kevin Winter (AdWords API Team)
have plenty of code examples showing how to do numerous actions with the API. For example, adding campaigns in java: https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/basicoperations/AddCampaigns.java - Kevin Winter AdWords API Tea

Re: Bug in the Documentation

2013-01-07 Thread Kevin Winter (AdWords API Team)
e https://adwords.google.com/api/adwords/cm/v201209"; xsi:type="ns5:TargetRestrictSetting"> true A list is just a repeated element, i.e. maxOccurs="unbounded" minOccurs="0" - Kevin Winter AdW

Re: Get automatic placement exclusions on ad group level

2013-01-07 Thread Kevin Winter (AdWords API Team)
Report to the UI documentation to correct this. - Kevin WInter AdWords API Team On Sunday, December 9, 2012 8:02:41 AM UTC-5, Zweitze wrote: > > Anyone? > > > Op vrijdag 16 november 2012 15:36:30 UTC+1 schreef Zweitze het volgende: >> >> Searching further, I found the art

Re: API not pulling in sub-MCC

2013-01-14 Thread Kevin Winter (AdWords API Team)
ke API requests to pull data from these accounts. As an aside, if you're pulling a lot of data from these accounts, I strongly recommend you look into AdHoc reporting<https://developers.google.com/adwords/api/docs/guides/reporting> if you haven't already. - Kevin Winter AdWord

Re: Unable to connect to account via new API

2013-01-17 Thread Kevin Winter (AdWords API Team)
dency our library is using, which doesn't provide the required class. - Kevin Winter AdWords API Team On Tuesday, January 15, 2013 8:42:22 AM UTC-5, Stamatina Thomaidou wrote: > > Confirmed also by me. I have the exact same problem. Now I will try only > with OAuth 2.0. > >

Re: Upgrading to v201206

2013-01-23 Thread Kevin Winter (AdWords API Team)
https://adwords.google.com/api/adwords/cm/v201209";>Name >> >> >> >> >> >> We strongly recommend that you use one of our client >> libraries<https://developers.google.com/adwords/api/docs/clientlibraries>as &

Re: Time Zone and Currency question

2013-01-23 Thread Kevin Winter (AdWords API Team)
To add to Danial's response, it's not possible to modify time zone or currency <http://support.google.com/adwords/answer/1704358/?hl=en> after account creation. - Kevin Winter AdWords API Team On Tuesday, January 8, 2013 4:00:16 AM UTC-5, Danial Klimkin wrote: > > Hell

Re: Account Managment

2013-01-23 Thread Kevin Winter (AdWords API Team)
To add to Danial's response, it's not possible to modify timezone or currency <http://support.google.com/adwords/answer/1704358/?hl=en> after account creation. - Kevin Winter AdWords API Team On Monday, January 7, 2013 4:22:45 AM UTC-5, Danial Klimkin wrote: > > Hello Ro

Re: keyword match settings ???

2013-01-23 Thread Kevin Winter (AdWords API Team)
e<**/targetSearchNetwork> true<**/targetContentNetwork> false - Kevin Winter AdWords API Team On Monday, January 7, 2013 10:42:40 AM UTC-5, Noah wrote: > > Hello, > > I'm following, step-by-step, the docum

Re: CustomerSyncService: 1 campaign with a 1 second range causing TOO_MANY_CHANGES error

2013-01-23 Thread Kevin Winter (AdWords API Team)
d the account structure fresh. - Kevin Winter AdWords API Team On Saturday, January 19, 2013 11:46:32 AM UTC-5, Simon wrote: > > I bumped to this problem too. How to do full account sync? > > Thanks. > > On Tuesday, May 3, 2011 2:32:14 PM UTC-7, Eric Koleda wrote: >> >> H

Re: click fraud

2013-01-23 Thread Kevin Winter (AdWords API Team)
Unfortunately, this click fraud detection is not currently separated out in the API. You could download the report a few days apart and diff the numbers to see how they change. - Kevin Winter AdWords API Team On Sunday, January 20, 2013 3:11:28 AM UTC-5, nf7588 wrote: > > Hi, > >

Re: Accessing the account changes - how can I get the email address of the login that made the change?

2013-01-23 Thread Kevin Winter (AdWords API Team)
No plans at this time. - Kevin Winter AdWords API Team On Monday, January 21, 2013 8:55:25 AM UTC-5, Arthur Gerigk wrote: > > are there any plans to include this? > > Am Montag, 23. Januar 2012 19:54:34 UTC+1 schrieb Kevin Winter: >> >> Hi, >> Unfortunate

Re: Create reports filtered on remarketing lists

2013-01-23 Thread Kevin Winter (AdWords API Team)
eria report<https://developers.google.com/adwords/api/docs/appendix/reports#criteria>. You can add a predicate to only see USER_LIST criteria in that report, thereby looking at the performance of remarketing lists. - Kevin Winter AdWords API Team On Monday, January 21, 2013 3:09:16 PM UTC-5, Stephane wrote

Re: Adgroup filtered by clicks

2013-01-23 Thread Kevin Winter (AdWords API Team)
Predicates should be ANDed together when multiple are used. You need to specify a dateRange<https://developers.google.com/adwords/api/docs/reference/latest/AdGroupService.Selector#dateRange>when filtering using a metric such as clicks. Please try adding a date range. - Kevin Winter A

Re: v201209 Logger Example in Google Ads APIs Client Library for Java

2013-01-23 Thread Kevin Winter (AdWords API Team)
one<https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/resources/log4j.properties>) to manage where the log output goes. - Kevin Winter AdWords API Team On Wednesday, January 23, 2013 8:32:04 AM UTC-5, Stamatina Thomaidou wrote: > > Actually we *were* u

Re: Jaxws classes not working on App Engine- java.lang.IllegalAccessException, Reflection not allowed

2013-01-24 Thread Kevin Winter (AdWords API Team)
Hi, I found an open issue on the app engine issue tracker that discusses this: https://code.google.com/p/googleappengine/issues/detail?id=4910 It seems like the primary suspect is including extra jars for jaxws that appengine already provides. - Kevin Winter AdWords API Team On Tuesday

Re: API support for AdWords "Labels" feature?

2013-01-24 Thread Kevin Winter (AdWords API Team)
Hi, We don't have any plans at this time. - Kevin Winter AdWords API Team On Wednesday, January 23, 2013 3:17:28 AM UTC-5, Dorian Kind wrote: > > Hello, > > now that labels are supported in AdWords Script (< > http://googleadsdeveloper.blogspot.ch/2013/01/new-features-

Re: Developer Token Eta

2013-01-24 Thread Kevin Winter (AdWords API Team)
Please contact the Token Review team at adwordsapi-tok...@google.com. - Kevin Winter AdWords API Team On Thursday, January 24, 2013 1:17:02 AM UTC-5, s...@aot.com.au wrote: > > MCC Customer ID: 540-670-9888 > Pending Approval UIpdgmKhLWJmLHG0WbbUww > > Hi Google Adwords Team, &

Re: API Quota Usage Report?

2013-01-24 Thread Kevin Winter (AdWords API Team)
on is making changes. Unfortunately, we don't have any report or mechanism that details API usage for a given developer token. - Kevin Winter AdWords API Team On Tuesday, January 22, 2013 4:40:29 PM UTC-5, John Lister wrote: > > Forgot to add this, alternatively the CustomerSyncService

Re: Payment information and Adwords Script

2013-02-05 Thread Kevin Winter (AdWords API Team)
Hi, The short answer is no, this is not possible. Please check out the AdWords scripts forum <https://groups.google.com/forum/#!categories/adwords-scripts> - this one is for the AdWords API. - Kevin Winter AdWords API Team On Wednesday, January 30, 2013 8:06:50 AM UTC-5, Микки Ми

Re: set the xml parser for oauth2 to ElementTree

2013-02-06 Thread Kevin Winter (AdWords API Team)
yxml). - Kevin Winter AdWords API Team On Friday, February 1, 2013 5:15:21 AM UTC-5, Francesco Della Vedova wrote: > > Hi all, > I am trying to use the python library to connect to my account. > I manage to get through the authentication, but then i get the error > >

Re: Jaxws classes not working on App Engine- java.lang.IllegalAccessException, Reflection not allowed

2013-02-07 Thread Kevin Winter (AdWords API Team)
be end and maven reduces the unknowns. - Kevin Winter AdWords API Team On Thursday, January 24, 2013 2:22:49 PM UTC-5, Tom Chokel wrote: > > Thanks for the response Kevin- you are a legend to us lowly developers. > > I did see that thread but I've been struggling to figure out

Re: Strange inconsistency with soap and client

2013-02-07 Thread Kevin Winter (AdWords API Team)
Id: https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#id - Kevin Winter AdWords API Team On Monday, February 4, 2013 11:50:57 PM UTC-5, Noah wrote: > > Hello, > > I'm working on sending direct SOAP requests to the adwords API using Perl > and Curl. Fo

Re: Google Ads APIs Client Libraries for python 3

2013-02-08 Thread Kevin Winter (AdWords API Team)
Hi Alexandre, No news to report as of yet. We are exploring more long-term options that should allow us to support python3 more easily, but that's pretty far away. - Kevin Winter AdWords API Team On Tuesday, February 5, 2013 11:22:12 PM UTC-5, Alexandre Bourget wrote: > >

Re: AdParams don't show up, neither the default nor the insertion text

2013-02-08 Thread Kevin Winter (AdWords API Team)
Hi Thomas, Test accounts won't serve ads. Can you elaborate on what you're doing and where you are looking? - Kevin Winter AdWords API Team On Thursday, February 7, 2013 3:45:35 PM UTC-5, Thomas Jez wrote: > > Hi, > > When I set an Ad description as "{param1:tolle

Re: AdParams don't show up, neither the default nor the insertion text

2013-02-08 Thread Kevin Winter (AdWords API Team)
Hi Thomas, Unfortunately AdParams are still not supported via the AdWords API. Currently they can only be retrieved and modified via the AdWords API and AdWords scripts. - Kevin Winter AdWords API Team On Friday, February 8, 2013 11:36:59 AM UTC-5, Thomas Jez wrote: > > Hi Kevin, &g

Update for v201206 sunset

2013-02-08 Thread Kevin Winter (AdWords API Team)
The sunset for v201206<http://googleadsdeveloper.blogspot.com/2012/10/adwords-api-v201209-launch-including.html> of the AdWords API has been postponed to March 25th<https://developers.google.com/adwords/api/docs/sunset-dates> . - Kevin Winter AdWo

Re: AdParams don't show up, neither the default nor the insertion text

2013-02-08 Thread Kevin Winter (AdWords API Team)
Hi Thomas, Your two options at this time are the Ad Preview Tool<https://adwords.google.com/d/AdPreview/>and showing them the live ad. - Kevin Winter AdWords API Team On Friday, February 8, 2013 4:39:12 PM UTC-5, Thomas Jez wrote: > > Hi Kevin, > > Am Freitag, 8. Februar 2

Re: Update for v201206 sunset

2013-02-12 Thread Kevin Winter (AdWords API Team)
om/adwords/api/community/aw-announcements> . - Kevin Winter AdWords API Team On Tuesday, February 12, 2013 2:02:12 PM UTC-5, cefc wrote: > > Kevin, > > Can I suggest that someone also post this annoucement to the Ads Developer > Blog? > > Christian > > On Friday, Feb

Re: AdParams don't show up, neither the default nor the insertion text

2013-02-12 Thread Kevin Winter (AdWords API Team)
Hi Thomas, Unfortunately, the Ad Preview tool will only display ads for accounts that are eligible to serve. Test accounts won't serve ads and will not have their ads appear in the preview tool. - Kevin Winter AdWords API Team On Friday, February 8, 2013 5:20:57 PM UTC-5, Thomas Jez

Re: Error creating a copy of an existing Template Ad

2013-02-13 Thread Kevin Winter (AdWords API Team)
ate(ADD) (with your account details removed), it would help understand exactly the path your code is taking and help troubleshoot. - Kevin Winter AdWords API Team On Wednesday, February 6, 2013 8:08:16 AM UTC-5, pete wrote: > > I'm trying to create a TemplateAd via the API by using t

Re: USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE on a TestAccount

2013-02-13 Thread Kevin Winter (AdWords API Team)
Hi Cristi, We're looking into whether we can expose this for test accounts. - Kevin Winter AdWords API Team On Friday, February 8, 2013 11:06:00 AM UTC-5, Cristi Mihailescu wrote: > > Hello, > > I'm using v201209 .NET Client Libraries with the ClientId 186-121-2518 ( >

Re: ow to execute the following code

2013-02-13 Thread Kevin Winter (AdWords API Team)
Hi, This forum supports the AdWords API - that project is unrelated. - Kevin Winter AdWords API Team On Friday, February 8, 2013 11:37:07 AM UTC-5, questionsp...@gmail.com wrote: > > how to execute the following code .Please help me out > > how to configure in netbeans or ec

Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-02-13 Thread Kevin Winter (AdWords API Team)
ess is the functional equivalent of a service account. Simply request an access token (using the refresh token obtained in the one-time setup) each time your automated process runs and you should be good. - Kevin Winter AdWords API Team On Friday, February 8, 2013 11:58:51 AM UTC-5, Márton

Re: SAXParseException when Migrating from ReportUtils::downloadReport to ReportDownloader.downloadReport

2013-02-13 Thread Kevin Winter (AdWords API Team)
load from is misconfigured. - Kevin Winter AdWords API Team On Friday, February 8, 2013 1:40:40 PM UTC-5, Charlie Saunders wrote: > > Hi everyone, > > I'm new to this forum and topic, so please forgive me if I have posted > this in the wrong location or if this is a very newb

Re: Can ad extensions be attached to ad groups, or is it campaigns only?

2013-02-13 Thread Kevin Winter (AdWords API Team)
Hi, No updates at this time for changes with respect to enhanced campaigns and ad extensions. - Kevin Winter AdWords API Team On Monday, February 11, 2013 2:03:16 AM UTC-5, Baptiste LE GAL wrote: > > Is this changing with the new enhanced campaigns update? > Being able to ad Extensio

Re: Error when publishing an ImageSearchAd ( TemplateId = 190 ) with a TestAccount

2013-02-15 Thread Kevin Winter (AdWords API Team)
Hi Cristi, We're currently looking into this. - Kevin Winter AdWords API Team On Wednesday, February 13, 2013 12:27:14 AM UTC-5, cristi mihailescu wrote: > > Hello, > > I'm using v201209 .NET Client Libraries with the ClientId 186-121-2518 ( > which is a Test Account

Re: Geo performance report countries list

2013-02-15 Thread Kevin Winter (AdWords API Team)
Hi, The Geo performance report tells you how your performance is in various geographic regions. The geotargeting appendix lists all the targetable locations. In this case, Iran and Myanmar are not targetable - you can't target them via the UI either. - Kevin Winter AdWords API Tea

Re: Getting list of customers managed by an MCC

2013-02-15 Thread Kevin Winter (AdWords API Team)
Hi Dino, 1) Yes, but you'll need to create it and request it to be made a test account seperately. 2) Not at this time. 3) See this guide: https://developers.google.com/adwords/api/docs/guides/managingaccounts - Kevin Winter AdWords API Team On Wednesday, February 13, 2013 7:34:21 AM

Re: campaign default bid

2013-02-15 Thread Kevin Winter (AdWords API Team)
Hi, Currently in the AdWords API, you can only set default bids at the AdGroup level - it's not possible at the campaign level. - Kevin Winter AdWords API Team On Wednesday, February 13, 2013 12:26:10 PM UTC-5, u...@taykey.com wrote: > > Hi all, > > When creating a campaign

Re: Error creating a copy of an existing Template Ad

2013-02-15 Thread Kevin Winter (AdWords API Team)
Hi Pete, I'm asking some of the core engineers to look into this. It appears that variationSpecificFieldOverrides is an internal field that's not currently exposed/used in the AdWords API - I don't know why the server seems to think it's required. - Kevin Winter

Re: SAXParseException when Migrating from ReportUtils::downloadReport to ReportDownloader.downloadReport

2013-02-15 Thread Kevin Winter (AdWords API Team)
rn up your log level and get more details about the report download. - Kevin Winter AdWords API Team On Friday, February 15, 2013 10:10:47 AM UTC-5, Charlie Saunders wrote: > > Hi Kevin, > > Thanks for your response. > > Yes- specifically adwords-api-8.8.0.jar, using the packages i

Re: Geo performance report countries list

2013-02-15 Thread Kevin Winter (AdWords API Team)
ld assume this uses fairly standard country names (the english versions, presumably). - Kevin Winter AdWords API Team On Friday, February 15, 2013 2:15:24 PM UTC-5, Amitay wrote: > > I see... > In that case, where can I find the full list of country codes + country > names? >

Re: SAXParseException when Migrating from ReportUtils::downloadReport to ReportDownloader.downloadReport

2013-02-15 Thread Kevin Winter (AdWords API Team)
oad attempts? Is it repeatable? - Kevin Winter AdWords API Team On Friday, February 15, 2013 2:40:42 PM UTC-5, Charlie Saunders wrote: > > Hi Kevin, > > Thanks again for your help. > > Here are the Google API imports I have. > > import com.google.api.ads.adwor

Re: USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE on a TestAccount

2013-02-20 Thread Kevin Winter (AdWords API Team)
Hi Cristi, It appears that this ad template has been deprecated (to prevent it being created anymore). We'll be updating the documentation to reflect this. - Kevin Winter AdWords API Team On Wednesday, February 13, 2013 5:04:28 PM UTC-5, Kevin Winter (AdWords API Team) wrote: > >

Re: Error when publishing an ImageSearchAd ( TemplateId = 190 ) with a TestAccount

2013-02-20 Thread Kevin Winter (AdWords API Team)
Hi Cristi, I responded in your other thread<https://groups.google.com/d/msg/adwords-api/ORYwDBvqWIE/oavtonK4E68J> that this template has been deprecated and we'll update the documentation to reflect this. - Kevin Winter AdWords API Team On Wednesday, February 20, 2013 6:00:

Re: USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE on a TestAccount

2013-02-20 Thread Kevin Winter (AdWords API Team)
ing on google images has been deprecated and removed from the UI as well. - Kevin Winter AdWords API Team On Wednesday, February 20, 2013 2:52:37 PM UTC-5, cristi mihailescu wrote: > > Hi Kevin, > > I see, this templateId ( = 190 ) is now obsolete. > > This means we cannot publish

Re: Error creating a copy of an existing Template Ad

2013-02-27 Thread Kevin Winter (AdWords API Team)
ently possible to copy these template ads. For now, we can only commit to supporting the template types documented here: https://developers.google.com/adwords/api/docs/appendix/templateads - Kevin Winter AdWords API Team On Tuesday, February 26, 2013 7:28:22 AM UTC-5, pete wrote: > &g

Reminder: Basic and Standard access to AdWords API taking effect

2013-03-01 Thread Kevin Winter (AdWords API Team)
We’ve updated the RATE_EXCEEDED<https://developers.google.com/adwords/api/docs/troubleshooting#RateExceededError.RATE_EXCEEDED>error handling section of our troubleshooting guide to include information about errors that those with Basic access may see.* * * *- Kevin W

Re: Display Network Destination URLs - which is served?

2013-03-04 Thread Kevin Winter (AdWords API Team)
Hi all, The order defined here for bids: http://support.google.com/adwords/answer/2580293 Also affects which destination URL is shown. If the bid dimension used has a destination URL, that is used, otherwise the default (non-criteria-specific) URL is used. - Kevin Winter AdWords API Team

Re: GDN data in Ad Performance Report KeywordID 3000000 - When is this record absent?

2013-03-04 Thread Kevin Winter (AdWords API Team)
Hi Grace, It's out understanding that the KeywordID 300 ("Content" keyword) will appear when there are metrics for keywords on the display network. The "AdNetworkType1" field will tell you whether the row is for display or search. - Kevin Winter AdWords API Tea

Re: Campaign performance report beta feature feild not returned with V201209

2013-03-04 Thread Kevin Winter (AdWords API Team)
Hi Chirag, Please contact <http://support.google.com/adwords/answer/8206?hl=en> your CSR or Account Manager. - Kevin Winter AdWords API Team On Thursday, February 28, 2013 1:02:31 AM UTC-5, Chirag wrote: > > Hello John, > > Thanks for reply. > > Where i can register as

Re: Applied for a test account over a week ago

2013-03-04 Thread Kevin Winter (AdWords API Team)
This has been made a test account. - Kevin Winter AdWords API Team On Friday, March 1, 2013 10:22:36 AM UTC-5, da...@clickjolt.com wrote: > > Sure thing Anash. > > Test Account ID: 282-577-6904 > > Here's the MCC account ID also if you need it: > 741-875-2032 > &g

Re: Applied for a test account over a week ago

2013-03-04 Thread Kevin Winter (AdWords API Team)
Hi, This can't be a Customer ID: 484-489-60731 It has five digits in the last group rather than 4. I can't find a record that any account ID starting with 484-489 has been requested as a test account. - Kevin Winter AdWords API Team On Friday, March 1, 2013 2:55:20 PM UTC-5, Sh

Re: AdFormat field in Search Query Performance report causing BetaError

2013-03-04 Thread Kevin Winter (AdWords API Team)
n? Could you also let me know what other fields you are requesting? Its possible the error message is incorrectly identifying AdFormat as the culprit. - Kevin Winter AdWords API Team On Friday, March 1, 2013 8:14:27 PM UTC-5, Jonathan Wu wrote: > > This just started happening today for searc

Re: Display Network Destination URLs - which is served?

2013-03-05 Thread Kevin Winter (AdWords API Team)
Hi Grace, The url I was referring to is the destinationUrl available in all Ads: https://developers.google.com/adwords/api/docs/reference/v201302/AdGroupAdService.Ad#url - Kevin Winter AdWords API Team On Tuesday, March 5, 2013 9:15:37 AM UTC-5, Grace Chu wrote: > > Hi Kevin, > &g

Re: targeting ideas api question, TargetingIdeaService

2013-03-06 Thread Kevin Winter (AdWords API Team)
Hi Albert, Ewan is right - the SEED keyword will not be returned in an IDEAS request (you'll need to make a separate STATS request for it). - Kevin Winter AdWords API Team On Sunday, March 3, 2013 12:22:47 PM UTC-5, Ewan Heming wrote: > > Hi, > > I don't think that'

Re: Check for Access Level

2013-03-08 Thread Kevin Winter (AdWords API Team)
If you make a request with an approved token against a live (non-test) account and the SOAP Header indicates the number of operations is 0, you have standard access. Those with basic access will see the number of operations of their 10k daily that request used. - Kevin Winter AdWords API Team

Re: Upgraded Sitelinks

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi Ori, The new FeedItem placeholder report lets you see performance on a per-item basis: https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item - Kevin Winter AdWords API Team On Thursday, February 28, 2013 1:56:17 AM UTC-5, Ori Arditi wrote: > > Hello &

Re: geotargeting (proximity) via python client

2013-03-08 Thread Kevin Winter (AdWords API Team)
-python/source/browse/trunk/examples/adspygoogle/adwords/v201302/targeting/add_campaign_targeting_criteria.py> . - Kevin Winter AdWords API Team On Monday, March 4, 2013 5:54:59 PM UTC-5, Tomer wrote: > > I'm trying to find examples on how to set a geo-location target for a >

Re: Segmentation by Campaign in KEYWORDS_PERFORMANCE_REPORT

2013-03-08 Thread Kevin Winter (AdWords API Team)
- so one row per keyword per Ad Group. I believe campaign is just a red herring here. There's no way to suppress this behavior. Our general recommendation is to identify each keyword by its AdGroupId + KeywordId, not just the KeywordId. - Kevin Winter AdWords API Team On Tuesday, March

Re: I have requested two accounts to be transferred in test accounts but nothing happens.

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi, It looks like both of these were designated test accounts. Email confirmation is sent to the contact email provided on your Developer MCC account - make sure this email address is monitored. - Kevin Winter AdWords API Team On Tuesday, March 5, 2013 11:29:49 AM UTC-5, Ivelin Vasilev

Re: Test account

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi, Test account requests are usually processed within 1-2 business days. Please either send me the CustomerId you submitted or try to make a request against this account. - Kevin Winter AdWords API Team On Tuesday, March 5, 2013 3:32:04 PM UTC-5, ad...@infiniteprofitsolutions.com wrote

Re: ApiError.trigger not set when DUPLICATE_CAMPAIGN_NAME is thrown

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi Mariusz, Thanks for the report. I'll see if we can get this field populated in the error. - Kevin Winter AdWords API Team On Wednesday, March 6, 2013 11:07:25 AM UTC-5, Mariusz wrote: > > Hi, > > I have noticed that when creating new campaign with dupli

Re: No response on test account after 2 inquiries?!

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi, 765-119-2928 has been designated a test account. Currently, we require billing information and Terms and Conditions to be accepted in order to make requests against the AdWords API. - Kevin Winter AdWords API Team On Wednesday, March 6, 2013 1:00:51 PM UTC-5, googl...@icrossing.com

Re: Getting a blank "Adwordss API Center" Screen?

2013-03-08 Thread Kevin Winter (AdWords API Team)
We're looking into this. - Kevin Winter AdWords API Team On Tuesday, March 5, 2013 8:24:11 AM UTC-5, Oliver wrote: > > I'm seeing a blank screen when I go to the "Adwords API Center" screen > (see attached). Anyone knows why this is happening or where I can g

Re: DeviceTypeSearchParameter deprecated in v201302? And what alternative?

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi Joe, Due to the Enhanced Campaign changes, it's not possible to target specific devices any more, making it unnecessary to get keyword suggestions for specific devices. - Kevin Winter AdWords API Team On Thursday, March 7, 2013 4:34:34 AM UTC-5, Joe Meadway wrote: > > We&#

Re: Java client library v8.8.1 / v201209 : Connection reset

2013-03-08 Thread Kevin Winter (AdWords API Team)
e if you want a fresh start. - Kevin Winter AdWords API Team On Thursday, March 7, 2013 8:40:35 AM UTC-5, TompiT wrote: > > Hi there, > > Since few days now (approximatively a week) we're experiencing random > exceptions with the Adwords API (v201209). > > Our code and ha

Re: Test Account

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi, 484-896-0371 has been made a test account - please try making a request against it. - Kevin Winter AdWords API Team On Thursday, March 7, 2013 11:28:25 AM UTC-5, Shruti Habbu wrote: > > Hi, I had applied my Client ID: 484-896-0371 to be a test account more > than a week ago.

Re: Applied for a test account over a week ago

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi, I just replied in the other thread - 484-896-0371 is a test account. - Kevin Winter AdWords API Team On Thursday, March 7, 2013 11:38:41 AM UTC-5, Shruti Habbu wrote: > > Customer ID - 484-896-0371 > > On Monday, March 4, 2013 11:53:36 AM UTC-5, Kevin Winter (AdWords API &

Re: Get all keywords for Campaign

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi, This code example does exactly that: https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201302/BasicOperations/GetCampaigns.php - Kevin Winter AdWords API Team On Thursday, March 7, 2013 12:24:18 PM UTC-5, Ivan Panteleev wrote: > > How can I get all keywor

Re: Check for Access Level

2013-03-11 Thread Kevin Winter (AdWords API Team)
Hi Oliver, Correct. Test accounts have a significantly higher limit - 100k or 1M as far as I remember. Both Test accounts and Basic access tokens will see the operation count, Standard tokens will see 0 operations. - Kevin Winter AdWords API Team On Saturday, March 9, 2013 3:00:14 AM UTC-5

Re: Test Account

2013-03-11 Thread Kevin Winter (AdWords API Team)
484-896-0371 is also a test account now. - Kevin Winter AdWords API Team On Friday, March 8, 2013 5:07:07 AM UTC-5, Tomasz Sierpiński wrote: > > We has the some problem. Our MMC ID: 570-481-2665, and client accout for > convert: 256

Re: I have requested two accounts to be transferred in test accounts but nothing happens.

2013-03-12 Thread Kevin Winter (AdWords API Team)
a test account) or fail (against a non-test account). - Kevin Winter AdWords API Team On Friday, March 8, 2013 2:29:38 PM UTC-5, Kevin Winter (AdWords API Team) wrote: > > Hi, > It looks like both of these were designated test accounts. Email > confirmation is sent to the c

Re: Test Account

2013-03-12 Thread Kevin Winter (AdWords API Team)
964-685-4569 is a test account. - Kevin Winter AdWords API Team On Monday, March 11, 2013 10:45:55 AM UTC-4, ADT wrote: > > Hi, we have also applied for a test account, some weeks ago and still got > no reply, yet. The MCC id is 827-630-7614 and the account to convert is >

Waiting to hear about your test account?

2013-03-12 Thread Kevin Winter (AdWords API Team)
unt" field in v201302: https://developers.google.com/adwords/api/docs/reference/v201302/ManagedCustomerService.ManagedCustomer#testAccount - Kevin Winter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsa

Re: [5-5936000000608] [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-03-14 Thread Kevin Winter (AdWords API Team)
We're currently investigating this - it appears an incorrect configuration may have been applied on our servers. - Kevin Winter AdWords API team On Thursday, March 14, 2013 10:24:01 AM UTC-4, Traffic Estimate wrote: > > Hello Takeshi, > > thanks for your support. I check the b

Re: unexpected error: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''

2013-03-14 Thread Kevin Winter (AdWords API Team)
Hi all, We're currently investigating this. - Kevin Winter AdWords API Team On Wednesday, March 13, 2013 11:08:29 AM UTC-4, Pau Gargallo wrote: > > Hi, > > I'm having the same problem. We have been using the API for the last 4 > months and today we started gett

Re: Getting QuotaCheckError.INCOMPLETE_SIGNUP

2013-03-14 Thread Kevin Winter (AdWords API Team)
We're currently investigating this. - Kevin Winter AdWords API Team On Wednesday, March 13, 2013 6:26:28 AM UTC-4, Pau Gargallo wrote: > > Hi, > > (I do not know if this is the right place to ask the question. Please > redirect me if needed) > > Since today, we are g

Re: [5-5936000000608] [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-03-15 Thread Kevin Winter (AdWords API Team)
This shouldn't be happening anymore. Please let us know if it does. - Kevin Winter AdWords API Team On Thursday, March 14, 2013 11:03:05 AM UTC-4, Kevin Winter (AdWords API Team) wrote: > > We're currently investigating this - it appears an incorrect configuration > may h

Re: unexpected error: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''

2013-03-15 Thread Kevin Winter (AdWords API Team)
This shouldn't be happening anymore. Please let us know if it does. - Kevin Winter AdWords API Team On Thursday, March 14, 2013 11:05:37 AM UTC-4, Kevin Winter (AdWords API Team) wrote: > > Hi all, > We're currently investigating this. > > - Kevin Winter > AdWor

Re: Waiting to hear about your test account?

2013-03-25 Thread Kevin Winter (AdWords API Team)
ccount (-9979) - 945-772-2971 - is now a test account - Kevin Winter AdWords API Team On Tuesday, March 12, 2013 5:15:57 PM UTC-4, Kevin Winter (AdWords API Team) wrote: > > Test accounts are generally marked as such within a business day or two - > you don't need to wait for the

Re: Remarketing and DSA c sharp code example

2013-03-25 Thread Kevin Winter (AdWords API Team)
Hi, Dynamic Search Ads are still in the beta program - you'll need to be a member to create or report on this type of Ad. Several new reports were added, including some for DSA: https://developers.google.com/adwords/api/docs/appendix/reports#keywordless-query - Kevin Winter AdWords API

Re: Java Client Library 'Old' Deprecated - details?

2013-03-25 Thread Kevin Winter (AdWords API Team)
- Kevin Winter AdWords API Team On Tuesday, March 19, 2013 3:46:53 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: > > Hi Chris, > > Yes, that's what the message means. We won't add support for new API > versions (i.e. versions that are released after v201302) or major fe

Re: [5-5936000000608] [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-03-25 Thread Kevin Winter (AdWords API Team)
945-772-2971 is a test account - make sure you target it by setting the clientCustomerId header to this CID - otherwise the request will target the account being authenticated with, which won't work for an unapproved token. - Kevin Winter AdWords API Team On Tuesday, March 19, 2013 12:38:

Re: [8-5218000000566] Enhanced Campaigns; Retrieving bid adjustment data

2013-03-25 Thread Kevin Winter (AdWords API Team)
only accept a subset. If we accepted a numerical value, the only indication of the limited values would be in documentation, which is less explicit than an enum. - Kevin Winter AdWords API Team On Thursday, March 21, 2013 3:05:27 PM UTC-4, Reed wrote: > > Thanks for the response, but I'

Re: CustomerSyncService and newly introduced Feed objects

2013-03-25 Thread Kevin Winter (AdWords API Team)
Hi Gintaras, We don't currently have a way to synchronize changes to feeds in v201302, but we hope to add such support in a future release. - Kevin Winter AdWords API Team On Thursday, March 21, 2013 11:50:12 AM UTC-4, Gintaras Strazdas wrote: > > Hi, > > with v201302 API

  1   2   >