Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-07-30 Thread Sage Lewis
So just to confirm, setting up sandbox accounts is not possible at the moment? Knowing that will help me from going insane :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords

Re: @kevin >> sandbox account initialization logic didn't properly initialize accounts (and assigned them zeros).

2012-07-30 Thread Sage Lewis
For the record, I believe this is my issue too. I'm using Ewan Heming's sandbox script and am getting this error: Customer ID: 0 Customer ID: 0 Customer ID: 0 Customer ID: 0 Customer ID: 0 Fatal error: Uncaught SoapFault exception: [soap:Server] [AuthorizationError.USER_PERMISSION_DENIED @ ] i

Duplicate Location Error

2012-07-30 Thread Ben
I have a really strange problem when uploading locations through the AdWords Editor. I will upload a batch of 1,000 locations (either ZIPs or a mix of ZIPs and radii with coordinates). When I do "Check Locations", a whole bunch of them come up as duplicates, and neither one of them will upload.

v201206 CampaignService CANNOT_MODIFY_CONTENT_CONTEXTUAL when targetContentContextual field set

2012-07-30 Thread MeatPopSci
We are trying to implement a Campaign setting, specifically * KeywordMatchSetting,* and are running into an ERROR: [TargetError.CANNOT_MODIFY_CONTENT_CONTEXTUAL @ operations[0].operand.networkSetting] Thinking this was related to network targeting I tried all possible combinations:

Re: VideoCampaigns and VideoAds / YouTube Promoted Videos

2012-07-30 Thread Reed
Hi - is there an update on this topic, re API support for YouTube videos? Or information on when there might be support? I'm thinking primarily from the reporting side of things, rather than the campaign management side. thanks reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Fast rebiding

2012-07-30 Thread Emelia
Hi , I have Campaign 50 000 keywords , i use to update (UpdateKeyword.cs) bidAmount = ((adGroupCriterion as BiddableAdGroupCriterion).bids as ManualCPCAdGroupCriterionBids).maxCpc.amount.microAmount; But to update 5 keywords it take 3-4 hours to update all. , i need change bid 2- 4 times

Re: MUST_USE_CONCRETE_ADEXTENSION: Cannot add sitelinks

2012-07-30 Thread Senthil KS
Anyone? Thanks! On Monday, July 30, 2012 2:11:03 AM UTC-7, Senthil KS wrote: > > Hi, > > I am not sure what I am doing wrong. I am setting the > CampaignAdExtension.setAdExtension to SitelinksExtension. I am still not > able to create sitelinks. When I look at the Soap request, the Operand >

Re: Discrepancies between adwords web interface and API

2012-07-30 Thread Kevin Winter
Hi Tom, I tried to reproduce your results by requesting a report as you described - I got the same in API and UI. Could you please post your ReportDefinition XML so I can reproduce more exactly? - Kevin Winter AdWords API Team On Monday, July 23, 2012 10:32:40 AM UTC-4, kzimmermann wrote: >

Question about adParam GET/SET best practices

2012-07-30 Thread marc
AdParam Get/Set best practices I am running a script that updates the AdParams for a campaign once a day. There are potentially 90,000 adgroups that could be updated daily. This takes forever, when it works without some sort of error occurring. I was wondering if anyone had some tips on best

Re: Where is the v201206 Java client library?

2012-07-30 Thread Kevin Winter
To follow up with what Jim said, we're also publishing a "dependencies" tarball that includes all the jars necessary to use the AdWords API with the new library: http://code.google.com/p/google-api-ads-java/downloads/detail?name=adwords-axis-examples-1.6.0-dependencies.tar.gz This could be used

Re: Error "The user configured in the account is invalid" when using MCC api login access

2012-07-30 Thread Kevin Winter
Hi, We still haven't seen this error before. Can you please indicate what service and version you are using? Providing sanitized logs or a RequestId would also be helpful. - Kevin Winter AdWords API Team On Thursday, July 26, 2012 2:11:52 PM UTC-4, lazartefederico wrote: > > Hello, i have t

Re: Getting error "!!!1|||-1|||Unexpected exception???" while using adhoc report service

2012-07-30 Thread Kevin Winter
Hi Chirag, Given the volume of successful reports, an error once every ten days is quite low. Unfortunately, our logs don't extend back 10 days. The next time this happens, could you please email me off-list with the clientCustomerId and the ReportDefinition XML you used? I'd like to try to

Re: How to use "local search trends" (usa) via google api

2012-07-30 Thread Kevin Winter
Hi Chirag, To the best of my knowledge, it's not possible to obtain local monthly search trends via the AdWords API. - Kevin Winter AdWords API Team On Thursday, July 26, 2012 2:42:21 AM UTC-4, Chirag wrote: > > Hi Kevin, > > Thanks for reply. > So any other way to get local search trends. Is

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-30 Thread Kevin Winter
Hi VijayRaj, I think that at this point this is a client-library-specific issue - could you please file an issue on the project issue tracker with your stacktrace and a quick description of your environemnt? We're still looking into this, but having it on the issue tracker will keep the libr

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-07-30 Thread Kevin Winter
Hi E, Unfortunately, we don't have a public issue tracker for these types of issues (but we do for client-library-specific issues). We hope to have the fix out shortly. - Kevin Winter AdWords API Team On Wednesday, July 25, 2012 4:43:02 PM UTC-4, elroyskimms wrote: > > Thanks. The v201109_1

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-07-30 Thread Kevin Winter
Hi Sander, I apologize, we recently re-tested and found there is something preventing the proper creation of new accounts. We've asked the core engineers to investigate but we do not have an ETA or workaround at this time. - Kevin Winter AdWords API Team On Wednesday, July 25, 2012 4:04:33

Re: Get New Campaigns Only

2012-07-30 Thread Brandon Parise
Thanks for the clarification! Don't know why it took me this long but I can use our local list of campaigns as an inverse selector: predicates []= new \Predicate('CampaignId', 'NOT_IN', array($list)); ?> Brandon On Monday, July 30, 2012 11:28:10 AM UTC-4, Kevin Winter wrote: > > To clarify, I

Re: What are the arguments passed in getOrdersByContactName(arg0, arg1, arg2, arg3, arg4, arg5) function in dartapi_13.6.09?

2012-07-30 Thread Kevin Winter
Hi Saravana, I'm sorry, but you have the wrong forum. This forum is for discussing the AdWords API. - Kevin Winter AdWords API Team On Tuesday, July 24, 2012 8:26:50 AM UTC-4, saravana E wrote: > > Hi, > > I am Saravana and i am using Dartapi_13.6.9 jar file for retrieving the > data from da

Re: Is it possible to have the same AdExtensionId for AdExtensions in different Accounts?

2012-07-30 Thread Kevin Winter
Hi Akil, I don't believe there is any guarantee that AdExtensionId will be globally unique. It should be unique within a single client Account, but I cannot make any promises that it will always be globally unique. - Kevin Winter AdWords API Team On Monday, July 23, 2012 8:24:19 AM UTC-4, Ak

Re: The easiest way to get AccountDescriptiveName in v201206

2012-07-30 Thread Kevin Winter
Hi, The ManagedCustomerService can be used to obtain the Name field, which is the value supplied when the MCC links the client account. The GetAccountHierarchy code example included with the client libraries demonstrates how to use this service and field. Please note that as of the time I w

Re: Get New Campaigns Only

2012-07-30 Thread Kevin Winter
To clarify, I meant to say that ordering of IDs is not guaranteed and should not be relied upon. Please don't make any assumptions about IDs other than that they are unique. - Kevin Winter AdWords API Team On Monday, July 30, 2012 11:19:01 AM UTC-4, Kevin Winter wrote: > > Hi Brandon, > Camp

Re: How can I be sure when to download API report by GMT of the client?

2012-07-30 Thread Kevin Winter
Hi, I wrote the blog postreferred to. We've since converted it to a Help Center article with updated information: https://support.google.com/adwords/bin/answer.py?hl=en&answer=2544985 - Kevin Winter AdWords API Team On Mond

Re: Get New Campaigns Only

2012-07-30 Thread Kevin Winter
Hi Brandon, Campaign IDs are roughly incremental. That is, a campaign created a year ago will have a lower ID than the one created today (to the best of my knowledge). However, this is guaranteed. We do guarantee that IDs will be unique, but with no constraint on ordering. In general, ther

Re: API developer token taking crazy long

2012-07-30 Thread max
We have now had a reply from google saying that our application has been rejected because we do not have enough performance data. This confuses me as i am applying for a developer token in order to pull data for my clients, i dont run any PPC campaigns so of course i dont have any data. In orde

Re: Keywords Performance Report - Including sub accounts

2012-07-30 Thread cvDeveloper
OK. Thank you so much and have a nice day ! On Monday, July 30, 2012 12:40:15 PM UTC+3, Dorian Kind wrote: > > Hi, > > you'll have to separately download a report for every sub-account by > setting the corresponding clientCustomerId in your report request. > Cross-client reports are unfortunate

Re: Keywords Performance Report - Including sub accounts

2012-07-30 Thread cvDeveloper
OK. Thank you so much and have a nice day ! On Monday, July 30, 2012 11:37:20 AM UTC+3, cvDeveloper wrote: > > Hi there, > > I'm using the "C# Client Library" version "v201109_1" to get the "Keywords > Performance" Report. > I can't manage to include the sub account for the master account for wh

Retrieving keyword match type in v201206 Java lib

2012-07-30 Thread Sephora
I am currently trying to migrate my Java Application to the AdWords API v201206 (from v201109) and encounter problems when trying to get the search volume of a keyword with a specific match type (broad, phrase, exact). There doesn't seem to be an option/searchParameter to set the match type whe

Re: Keywords Performance Report - Including sub accounts

2012-07-30 Thread Dorian Kind
Hi, you'll have to separately download a report for every sub-account by setting the corresponding clientCustomerId in your report request. Cross-client reports are unfortunately not possible anymore. Hope this helps, cheers Dorian On Monday, July 30, 2012 10:37:20 AM UTC+2, cvDeveloper wrote:

MUST_USE_CONCRETE_ADEXTENSION: Cannot add sitelinks

2012-07-30 Thread Senthil KS
Hi, I am not sure what I am doing wrong. I am setting the CampaignAdExtension.setAdExtension to SitelinksExtension. I am still not able to create sitelinks. When I look at the Soap request, the Operand contains the campaign id but empty tag for AdExtension. I am using 201109 version of the ap

Keywords Performance Report - Including sub accounts

2012-07-30 Thread cvDeveloper
Hi there, I'm using the "C# Client Library" version "v201109_1" to get the "Keywords Performance" Report. I can't manage to include the sub account for the master account for which I'm requesting the report for. Is there any way to include the sub accounts to the report ? Thanks ! -- =~=~=~=

Re: Using the Sandbox with the Ruby Library

2012-07-30 Thread Danial Klimkin
Hello Richard, Your configuration looks ok to me. I suggest to run this example to initialize the sandbox: http://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201206/basic_operations/get_campaigns.rb After first run, you can make this request to find out account

Re: Not able to schedule adword campaign

2012-07-30 Thread Anash P. Oommen
Hi, This is an AdWords question, could you please ask it at https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 27 July 2012 20:56:45 UTC+5:30, scrapcar wrote: > > Hi all just started campaign, have followed instructi

Re: How to see v201206 Campaign.settings states in the AdWords UI?

2012-07-30 Thread Anash P. Oommen
Hi Jim, ReadTimeBiddingSetting is meant for AdxBuyer API, and cannot be used for AdWords campaigns. TargetRestrictSetting corresponds to Flexible reach for Display networks. See http://support.google.com/adwords/bin/answer.py?hl=en&ctx=tltp&answer=2575708 for details. Cheers, Anash P. Oomme