Re: Internal Server Error While Creating Campaign

2010-05-05 Thread PayLoadz
Hi, It returned me only in the response "The remote server returned an error: (500) Internal Server Error." Thanks On May 5, 9:35 pm, AdWords API Advisor wrote: > Hi, > > Can you post the SOAP XML response that is returned? > > Best, > - Eric Koleda, AdWords API Team > > On May 5, 5:40 a

Re: Is there any relationship between Position preference (on UI) of Campaign and the ManualCPCAdGroupCriterionBids' PositionPreferenceBids?

2010-05-05 Thread PPL
Thank you Eric, So we can not control the Position Preference of Campaign as well as the positionPreferenceBids of ManualCPCAdGroupCriterionBids from API at this moment? Thanks and best regards, PPL On May 6, 12:07 am, AdWords API Advisor wrote: > Hi PPL, > > The positionPreferenceBids field of

BulkMutateJob - CustomerJobKey -Error

2010-05-05 Thread shriny
I am getting the following error when the customerjobkey is set in BulkMutateJob DUPLICATE_JOB_KEY_FOR_CUSTOMER How to use this value, we need to set a unqiue id to identify the job Have anyone tried this? Thanks Shriny -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: PAYLOAD_STORE_UNAVAILABLE

2010-05-05 Thread AdWords API Advisor
Hi Charles, Thanks for letting us know, I've passed on this information to the core engineering team for further follow up. Best, - Eric On May 5, 10:15 am, Charles wrote: > Eric, > > Just to follow up, now we are receiving the payload error on > submission of a job.  Although this is rare, jus

Country and Territory Code | Carrier

2010-05-05 Thread Federico Gaule
Hi, I was looking for a list of the available Country codes for Mobile Ads. The link in the v2009 documentation appears to be broken (404) http://code.google.com/apis/adwords/v2009/docs/reference/adwords_api_countries.html United Kingdom [VodafoneT-MobileO2 Orange 3] I'm rec

Re: Uploading media via API

2010-05-05 Thread AdWords API Advisor
Hi Don, The v201002 version of the API was published for early testing of some new services and is not yet ready to be used. We will announce on the blog and forum when new version, services, or features become available for general use. Best, - Eric On May 4, 3:08 pm, Don Spaulding wrote: > T

Re: How to get Volume (statistical information) about Keywords.

2010-05-05 Thread AdWords API Advisor
Hi Joseph, You need to modify the following line: selector.setRequestedAttributeTypes(new AttributeType[] {AttributeType.KEYWORD}); to be: selector.setRequestedAttributeTypes(new AttributeType[] {AttributeType.KEYWORD, AttributeType.AVERAGE_TARGETED_MONTHLY_SEARCHES}); This will add an add

Re: may i write the translation for the Migrating from v13 to v2009 page ?

2010-05-05 Thread AdWords API Advisor
Hi Mattia, Unfortunately we can't host your translated content due to technical limitations. However, feel free to host the content on your own site and send us a link when its ready. We'd be happy to tweet about it on @adwordsapi so people notice it. Please review this for more information on

Re: Cannot resolve 'ns1:CampaignOperation' as a QName

2010-05-05 Thread AdWords API Advisor
Hi Satish, Please see my response on your previous thread: http://groups.google.com/group/adwords-api/browse_thread/thread/89b78a95fdffd5bc/ Best, - Eric Koleda, AdWords API Team On May 4, 7:47 am, Satish Mantri wrote: > Advisory team and Forum Members, > Just installed aw_api_php_lib_2.1.0

Re: TrafficEstimatorService result is always 0

2010-05-05 Thread AdWords API Advisor
Hi, What does the SOAP XML request and response look like for this request? Best, - Eric Koleda, AdWords API Team On May 4, 6:20 am, "shailendra.si...@infoahore.biz" wrote: > Hi, >      I am calling TrafficEstimatorService for estimate of keyword as > givenhttp://code.google.com/p/adwords-api-j

Re: Boomuserlist Question

2010-05-05 Thread AdWords API Advisor
Hi Lars, A "boomuserlist" criterion corresponds to remarketing list in the AdWords web interface: http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=173945 http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=166488 Remarketing lists aren't currently exposed in the Ad

Re: v2009 Monthly Search Volume Example

2010-05-05 Thread AdWords API Advisor
Hi Fred, This can be done using the TargetingIdeaService: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html An example of how to use this service with the PHP client library is available here: http://code.google.com/p/google-api-adwords-php/source/browse/t

Re: Internal Server Error While Creating Campaign

2010-05-05 Thread AdWords API Advisor
Hi, Can you post the SOAP XML response that is returned? Best, - Eric Koleda, AdWords API Team On May 5, 5:40 am, PayLoadz wrote: > Please reply regarding this problem > > On May 4, 4:27 pm, PayLoadz wrote: > > > > > > > Hello Everyone, > >                   When I tried to create campaign ser

Re: How can i get the stats for "All Placements"

2010-05-05 Thread AdWords API Advisor
Hi Daniel, This information is returned in a row as "Total - Content Targeting". Please see the following thread for more information: http://groups.google.com/group/adwords-api/browse_thread/thread/3e1b2ef5264e5aac/ Best, - Eric Koleda, AdWords API Team On May 4, 6:10 am, Daniel wrote: > H

Re: Is there any relationship between Position preference (on UI) of Campaign and the ManualCPCAdGroupCriterionBids' PositionPreferenceBids?

2010-05-05 Thread AdWords API Advisor
Hi PPL, The positionPreferenceBids field of ManualCPCAdGroupCriterionBids will only be used is position preference is enabled at a campaign level. Similarly, the column for position preference will not show up in the Keywords tab unless the feature is enabled at a campaign level. Best, - Eric On

Re: Intermittent Failure to fetch WSDL in Google PHP API

2010-05-05 Thread AdWords API Advisor
Hi, >From your description it sounds like you are creating a new AdGroupService in each iteration of your loop. Every time you create a service it needs to fetch the WSDL, and you could be that you are being temporarily blocked due to excessive requests to this WSDL. We recommend that you create

Re: Resurrect Deleted Campaign

2010-05-05 Thread AdWords API Advisor
Hi Pete, Campaigns and ad groups can be resurrected at any time by setting their status to ACTIVE. To resurrect a keyword you simply need to re- ADD it to the ad group. Ads cannot be resurrected at all. This is consistent with the AdWords web interface. Best, - Eric Koleda, AdWords API Team O

Re: follow-up question on retrieving maxCPC data

2010-05-05 Thread AdWords API Advisor
Hi Tom, The v200909 TargetingIdeaService does not return CPC estimates. Currently that information is only available using the v13 TrafficEstimatorService. A new version of TrafficEstimatorService is in the works, and more information is available in this thread: http://groups.google.com/grou

Re: Google Grants account: getting API access

2010-05-05 Thread AdWords API Advisor
Hi Anna, The "AdWords API Center" tab is only available in MCC accounts. You cannot create an MCC account using the same email address that is already used for an standard AdWords account. Please specify a new email address when creating the MCC account. Best, - Eric Koleda, AdWords API Team O

Re: I allways obtain an error executing the GetAllCampaigns.php example

2010-05-05 Thread AdWords API Advisor
Hi, This error is usually returned when there is a mistake with the email or password you specified. The AdWords API sandbox can be used with any Google account, such as a GMail account. Please double check your credentials or perhaps try another account. Best, - Eric Koleda, AdWords API Team

Re: Unable to install aw_api_php_lib

2010-05-05 Thread AdWords API Advisor
Hi, Please ensure you are using the newest version of the library, 2.1.0. If the problem continues please open a bug on the issue tracker of the project: http://code.google.com/p/google-api-adwords-php/issues/list Best, - Eric Koleda, AdWords API Team On May 3, 10:42 am, oscprofessionals wro

Re: Need advice on the right way to delete Campaigns.

2010-05-05 Thread AdWords API Advisor
Hi Bruce, You can delete a campaign by setting its status to DELETED, but you are correct that there is no way to completely remove a campaign from your account. As for how to handle name conflicts, we generally recommend solution #1. You don't need to add a timestamp to the campaigns as they ar

Re: PAYLOAD_STORE_UNAVAILABLE

2010-05-05 Thread Charles
Eric, Just to follow up, now we are receiving the payload error on submission of a job. Although this is rare, just wanted to bring that to your attention as well. Thanks, Charles On Apr 26, 4:52 pm, Charles wrote: > Hi Eric, > > Well, we added an extra 10 second wait, and it's working most of

Deleted elements

2010-05-05 Thread Tomas Carini
Hi all, I'm having some doubts about the the way of managing deleted elements. As far as I can see, Campaign and Ad groups dont support the remove operator, we need to mark them with status DELETED. Ads and keywords should be deleted with the remove operator (performs a physical deletion?). My que

Deleted Elements

2010-05-05 Thread Tomas Carini
Hi all, I'm having some doubts about the the way of managing deleted elements. As far as I can see, Campaign and Ad groups dont support the remove operator, we need to mark them with status DELETED. Ads and keywords should be deleted with the remove operator (performs a physical deletion?). My que

Getting a Report, after v13 sunset

2010-05-05 Thread nuub
Dear all, I am a newbie in using AdWords API. I would like to develop a PHP code for account reporting (not more, for the time being). As far as I have understood, v13 is still needed for ReportService. Here is my config: PHP Version 5.3.2 & apility v13. I also have v200909 ready and workin

GUI for v2009 ?

2010-05-05 Thread xr
Dear all, is a GUI foreseen for v2009 (similarly to Agua for v13, which is now deprecated and not working anymore if I am right) ? Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

v200909 "PHP Warning: date() It is not safe to rely on the system's timezone settings."

2010-05-05 Thread xr
Dear all, I am trying the AdWords API v200909 with the PHP 5.3.2 (aw_api_php_lib_2.1.0). Each time I run a script from the example/ folder, I get PHP warnings like this one: PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone

Keyword Density Based on URL

2010-05-05 Thread jd_jason
I would like to recreate this functionality from google into our website. https://adwords.google.com/o/Targeting/Explorer?__u=10&__c=10&stylePrefOverride=2#search.none!ideaType=KEYWORD&requestType=IDEAS I'm still new with the API. I use PHP and have modified the code from the exam

CampaignTargetService NetworkTargetList

2010-05-05 Thread Marry Hasanova
Hi, In the documentation of CampaignTargetService/ type NetworkTarget about "targets" field says "An empty list means all networks are targeted". I successfully send and empty list. When I login in https://adwords.google.com none of the options on "Campaign Settings, Networks settings" are chosen

Re: Internal Server Error While Creating Campaign

2010-05-05 Thread PayLoadz
Please reply regarding this problem On May 4, 4:27 pm, PayLoadz wrote: > Hello Everyone, >                   When I tried to create campaign service to add > Campaign  it always gives me a return code 500 > "Internal Server Error". Please Help I am using c#.net with noclient > library for v200909