Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
You will always receive all target types for the campaign. There is no way to get only the GeoTargets. Cheers -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group:

Re: Either this object does not exist, or this user does not have permission to access it

2010-04-20 Thread Yacov
I solved the problem. I had the wrong email... On 19 אפריל, 19:20, Yacov yacov.schond...@gmail.com wrote: I am trying the demo Java programs for the first time. I am using the GetKeywordVariations example. The login information is provided in the class my the members email, password,

KeywordTool services does not give enough keywords

2010-04-20 Thread Yacov
I am using the following Java code to obtain a list of keywords: KeywordToolInterface service = new KeywordToolServiceLocator().getKeywordToolService(); SeedKeyword seedKeyword = new SeedKeyword(); seedKeyword.setNegative(false); seedKeyword.setText(keyword);

Re: AdWords API Re: Email/Password refused by authentication service, but allowed in v13

2010-04-20 Thread Zweitze
Thanks for the explanation - the error makes sense now. Funniest thing happened this morning, for one of the previous offending accounts the software got an auth token without problems, but a later call to the (legacy) AccountService produced error 86, The specified account has been blocked due

Could not connect to host SOAP Fault on v200909

2010-04-20 Thread Birckin
Hello. I'm in the process of updating the tool to v200909 from the old v13 using AdWords API PHP Client Library. Setting the things first I've just tried to log into the AdWords account (following the simple Getting started video in the library site) getting a Could not connect to host SOAP

Remaketing list

2010-04-20 Thread Mark
How can I create remarketing list using Adwords API and receive google_conversion_id and google_conversion_label that we paste in our webserver application. Thx Mark -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also

Re: RESPONSE_SIZE_LIMIT_EXCEEDED for AdgroupService

2010-04-20 Thread Maxim Kurapatkin
Got it, thank you -Maxim Hi Maxim, Some of the elements in your request have xmlns=. This is removing the elements from the AdWords cm namespace, so they aren't being seen in the request, resulting in very large responses. Please ensure you namespaces are set correctly. Best, - Eric

Campaign ad extension click to call phone number

2010-04-20 Thread SW
Hi, I would like to set the click to call phone number on the Ad extensions using api. I can set the phone number(business) in the address section of the extension. However, I don't see any fields in the google adwords api v200909 to set the click to call phone. Thanks --

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread dagr8anil
So just to reiterate what you said, we can only retrieve each campaign's targetlist. However, we can not retrieve a each campaign's geotargetlist. Does this also mean we can not access a particular campaign's: 1. AdScheduleTargetList 2. DemographicTargetList 3. GeoTargetList 4.

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
You can send whatever collection of targetlists in the mutate. Those targetlists can be for mulitple campaigns for the same mutate. You don't need to send all targetlists types (Language, Geo, Demograhic etc) at the same time. Let's say you want to update geotargets on 5 campaigns. In that case

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread AdWords API Advisor
Hi, As Peer said, the limitation is that you cannot get *only* the GeoTargetList for a campaign. When using the CampaignTargetService you will always receive all the TargetLists for a campaign, which will always include the GeoTargetList. When performing a mutate however (using the SET

Re: Remaketing list

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
Remarketing lists (or audiences) are not supported in V200909. Even worse, if your adgroup contains and audience then you wont be able to do any calls on that adgroup without getting errors. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread dagr8anil
Ahh i c. But lets say i just wanted to retrieve data for reporting purposes, is their anyway to get a particular campaigns targetlists types (Language, Geo, Demograhic) atrributes. Like for example, what if i wanted to receive a campaign's geotargetlist: CityTarget. Is that possible? I am sorry

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
When it comes to GET then the only selector filter you can set are the campaignIds. There is no way to only receive one type of targets (e.g. geotargets). Also, there is no way to receive only one type of geotargets (e.g. cities). -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you

Re: For AdWordsAPIAdvisor: Can AdWords API be used to get volume data for non-AdWords tools

2010-04-20 Thread AdWords API Advisor
Hi Garry, Unfortunately we cannot provide you with legal advice. Although we strive to make our terms accessible to all users, you may wish to consult with a lawyer familiar with your business if you need guidance beyond our help materials. The AdWords API Terms and Conditions are available

Re: KeywordTool services does not give enough keywords

2010-04-20 Thread AdWords API Advisor
Hi, The KeywordToolService will be sunset this Thursday along with many other v13 services: http://adwordsapi.blogspot.com/2010/04/14-days-left-to-migrate-to-v2009.html You should instead be using the v200909 TargetingIdeaService:

Re: BoomUserList in SE performance reports

2010-04-20 Thread Easy
Hi Eric, can you clarify please a little detail please? Content Network data is reported as one row 'Total Content Targetting'. Aditional rows containing 'BoomUserList' report on placements in the content network. This seems to imply that the data in BoomUserList is reported twice - once as

Re: AdWords API Re: Email/Password refused by authentication service, but allowed in v13

2010-04-20 Thread AdWords API Advisor
Hi, In the v13 version of the API I don't believe the accounts became unlocked automatically, and you needed to fill out this CAPTCHA to unlock them: https://www.google.com/accounts/UnlockCaptcha As for how to emulate the ClientLogin CAPTCHA challenges, the best way to make excessive

Re: Could not connect to host SOAP Fault on v200909

2010-04-20 Thread AdWords API Advisor
Hi, What settings are you using in the settings.ini file? Can you check to make sure that there are no firewall configurations on your server needed to allow this connection? Best, - Eric Koleda, AdWords API Team On Apr 20, 6:39 am, Birckin birc...@gmail.com wrote: Hello. I'm in the process

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread dagr8anil
Maybe i explaining this wrong, I understand what you and the advisor are saying, that it will show all the target types associated using the selector. So if u r using the selector, and say a the selector pulls 1.AdScheduleTargetList 2. DemographicTargetList 3. GeoTargetList 4.

Re: BoomUserList in SE performance reports

2010-04-20 Thread AdWords API Advisor
Hi Ian, I don't believe the data in the BoomUserList rows is counted in the Total Content Targeting, since it is a different kind of targeting. Does this correlate with the data you are seeing? Best, - Eric On Apr 20, 11:37 am, Easy ieba...@gmail.com wrote: Hi Eric, can you clarify please a

IdeaTextMatchesSearchParameter ¿When available?

2010-04-20 Thread axi
When is going to be IdeaTextMatchesSearchParameter available on API, and on different client libraries? Thanks in advance, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group:

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
Each targetlist has a property called targets which contains the array of targets. This property is not available on the abstract TargetList class. It is only available on the specific types, e.g. GeoTargetList.targets:

FAILED_TO_AUTHENTICATE_GOOGLE_ACCOUNT

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
Hi, We are seeing this error FAILED_TO_AUTHENTICATE_GOOGLE_ACCOUNT randomly. The client email is valid, and any subsequent sync operations works just fine. Is this more of an intermittent error where the adwords servers just couldn't authenticate for a brief period of time. I need to know this

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread dagr8anil
so something like this? Dim i As Integer = 0 For Each TargetList As TargetList In CampaignTargetPage.entries Log(GetAdwordsListingsV2009, Campaign target of type = TargetList.TargetListType was found for campaign with ID = TargetList.campaignId) If TargetList.TargetListType =

Targeting possibilities via AdWords API

2010-04-20 Thread henne4711
Hi, at the moment I'm checking out the possibilities of the AdWords API. I recognized, that there are obviously only some of the targeting possibilities supported via the API, like geoTargeting, languageTargeting, networkTargeting, schedule. My question is, if there is a way to control the other

Re: Could not connect to host SOAP Fault on v200909

2010-04-20 Thread Birckin
This is my current settings.ini file: [LOGGING] ; Log directory is either an abosolute path, or relative path to the ; AdWordsUser.php file. PATH_RELATIVE = 1 LIB_LOG_DIR_PATH = ../../../../../../logs [SERVER] DEFAULT_VERSION = v200909 ; Change to https://adwords-sandbox.google.com to work in

EntityNotFound.INVALID_ID when calling InfoService-get

2010-04-20 Thread brettlyman
I am getting an EntityNotFound.INVALID_ID @ selector response back when calling InfoService-get, but as far as I know the selector does not require an ID or an entity. I get the same response when I omit serviceName and methodName. Please let me know what I am missing. request:

Re: EntityNotFound.INVALID_ID when calling InfoService-get

2010-04-20 Thread brettlyman
I actually found my answer in a different thread, that I need to use the account that owns the developer token...after making that change, it works great. On Apr 20, 11:30 am, brettlyman brett.ly...@gmail.com wrote: I am getting an EntityNotFound.INVALID_ID@ selector response back when calling

update ImageAd: NullError.NULL_CONTENT @ operations[0].operand.ad.image.data

2010-04-20 Thread BeeGeez
I am only trying to update the ad.url using the client library with an existing ImageAd. Unfortunately, when I read this ImageAd, the contents of ad.image.data is set to Nothing (using VB.NET). Now when I try to change the ad.url using murtate(), I get an error since the ad.image.data isn't

update ImageAd: NullError.NULL_CONTENT @ operations[0].operand.ad.image.data

2010-04-20 Thread BeeGeez
I am only trying to update the ad.url using the client library with an existing ImageAd. Unfortunately, when I read this ImageAd, the contents of ad.image.data is set to Nothing (using VB.NET). Now when I try to change the ad.url using murtate(), I get an error since the ad.image.data isn't