AdWords API Re: how to convert v13 to v2009

2010-03-08 Thread TompiT
Well it's not easy to help you as we don't know which services you are using. The first step will be to check exactly what you did with v13 then look at the documentation below to know which services will need to be updated to v200909. http://code.google.com/intl/fr/apis/adwords/v2009/docs/ Here yo

AdWords API Re: localbusiness ad error

2010-03-08 Thread freesystems.t...@gmail.com
Hi, i still not able to publish localbusiness ad. code for notmal text ad publish is // Create text ad. $textAd = new TextAd(); $textAd->headline = $dataArray['name']; $textAd->description1 = $dataArray['desc1']; $tex

AdWords API BulkMutateJobService

2010-03-08 Thread daniel.pl...@gmail.com
I'm confused about the BulkMutateJobService. EntityId.Type says you can specify CUSTOMER_ID. But what is valid value for CUSTOMER_ID? I'm trying to get this working in teh Sandbox, and as far as I can tell, there is no 000-0 ID for the accounts, and I've tried the email address "client_2+",

AdWords API Re: BulkMutateJobService

2010-03-08 Thread daniel.pl...@gmail.com
After playing with the request, I've fixed an error, only to come up with an "UNEXPECTED_INTERNAL_API_ERROR" I still have yet to come up with an answer to the CUSTOMER_ID value, but I'm starting to think in the Sandbox it should be 0. [Mar 08 2010 13:26:36.00 - INFO] POST /api/adwords/job/v2

AdWords API How to get stats for conversionsManyPerClick using V13 Report Service

2010-03-08 Thread raghavarao neelam
Hi, How can i get stats of *conversionsManyPerClick* column using V13 Report service. shall i use *leads (LeadCount)* column in* Report Object *I refer following page http://code.google.com/apis/adwords/docs/developer/adwords_api_report_keyword.html *Please suggest me Answer ASAP* -- -- Reg

AdWords API How i will add AdScheduleTarget to campaign through php client library (v200909)

2010-03-08 Thread Zaheer
How i will add AdScheduleTarget to campaign through php client library (v200909). -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email

AdWords API Campaign Stats

2010-03-08 Thread Mr. Junior
Hi there, I am new to Adwords API. I am using Google Adwords API v13. I want to display all items as they are diplayed in Google Adwords Account (i.e. List of all client Accounts, Clicks, Impressions, Search CTR, Content CTR, Conversion, Conv. Rate & amount spent). Below given is my code. whenev

AdWords API adword soap fault error could not connect host.

2010-03-08 Thread silvester
hi i am trying to get all campain but got strucked due to soap exception. i am using php ver. 5.3.1 SoapFault Object ( [message:protected] => Could not connect to host [string:Exception:private] => [code:protected] => 0 . [ids] => [campaignStatuses] => [statsSelector] => [paging] =

AdWords API API not working in php5.3.1 version in server

2010-03-08 Thread silvester
Hi, The Adwords api script is working perfectly in my local server which is XAMPP and the phpversion is 5.3.1. But when uploaded to the server which is php version is 5.3.1, iam experiencing the soap error as follows SoapFault Object ( [message:protected] => Could not connect to host Can any one

AdWords API cost,cpc,cpm and costPerConv values in response XML

2010-03-08 Thread Elad
H'ya I'm using AW api to generate and download Keyword / Placement reports. I then parse the XML for my application. My problem is that the values for cost related fields are returned very big and they do not seem to reflect the real cost. For example, if I use the api to download the xml the c

AdWords API Fatal error: Access level to AdsSoapClient::__construct() must be public

2010-03-08 Thread Terry Truong
I loaded the api into my server and started the addcampaign.php example file and got this error: Fatal error: Access level to AdsSoapClient::__construct() must be public (as in class SoapClient) in /var/www/html/common/api2009/src/Google/Api/Ads/Common/Lib/ AdsSoapClient.php on line 497 I didn't

AdWords API BulkMutateService: Always PENDING

2010-03-08 Thread Emegé
I'm having some issues with BulkMutateJobService. I'm running some integration tests against the sandbox and my jobs are always PENDING and never seem to be completed. I wonder if I have some chance to stop or erase my current queue to avoid having this problem. Let me know if you have any solutio

AdWords API Invalid headers for 'https://adwords.google.com', but not adwords-sandbox.google.com ?!

2010-03-08 Thread Jonathan Blake
Hi everyone, I seem to be having an issue and haven't managed to find any solutions on google so far. I'm using the new Adwords API (v200909), and everything works great if I use the adwords-sandbox. domain. As soon as I try switching to adwords.google.com, I get "Invalid headers for 'https://adwo

AdWords API How to get a Geographic report splitted into days?

2010-03-08 Thread Tom
Hi there, I want to create a Geographic report with the help of the API. But somehow there is no way to aggregate the data on a daily basis. When I create a Geographic report manually then the result have a 'date' column. The columns are:

AdWords API The meaning of AD status

2010-03-08 Thread Nicky
HI, I tried to find out the following Ad status' meaning but failed. Could you explain the below 5 statuses in detail when each status are showed? AUTO_GENERATED NOT_READY_FOR_APPROVAL SUSPICIOUS FORBIDDEN DISABLED Thank you -- You received this message because you are subscribed to the Goog

AdWords API http://code.google.com/apis/adwords/ - Developer registration problems

2010-03-08 Thread james
Hi, We have an Adwords account and would like to make use of the Adwords API. From online documentation (http://code.google.com/apis/adwords/) it seems we have to register for a developer token, but the 'Register as a developer' takes a while to load and then redirects to https://adwords.google.co

AdWords API Rotation of text Ad

2010-03-08 Thread alexis.rouss...@gmail.com
Hi, I have a lot of campaign and groups and sometimes i have the same keyword in diffrent groups and different campaign. And i would like to Post text ads in a regular way. Ihave been in the paramters of the campaign, but it's still the "best" text Ad which is shown. Is there any problem or somet

AdWords API Re: All placed keywords of particular website

2010-03-08 Thread AdWords API Advisor
Hi, By default keyword performance reports will not include keywords that did not receive any impressions over the time frame of the report. If you want to include these keywords as well then you need to set the DefinedReportJob.includeZeroImpression field to "true". http://code.google.com/ap

AdWords API Perl API Support.

2010-03-08 Thread Rick
We've been using the perl api for v13, and are trying to use the v2009 api. However, the perl api appears broken, and we're just not getting any response from google about when, or even if, it will be fixed. What will happen on April 22, then? Will the v13 calls be turned off, in spite of the fac

AdWords API Re: Keyword Suggestion

2010-03-08 Thread AdWords API Advisor
Hi, Can you provide a sample SOAP XML request and response that demonstrates this problem? Best, - Eric Koleda, AdWords API Team On Mar 4, 6:54 am, Dotslash wrote: > I have been using v200909 for some time now to get keyword suggestions > with the monthly search counts > but now, I am receiving

AdWords API Re: AdGroupCriterionService returns criteria that I don't see on Google AdWords website

2010-03-08 Thread AdWords API Advisor
Hi Scott, The keyword in question is "best auckland to christchurch", and exists in your ad group but in the DELETED state. In the API this status is held in the BiddableAdGroupCriterion.userStatus field: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.Biddabl

AdWords API Re: Bulk Keyword Processing Way too Slow - What am I doing wrong?

2010-03-08 Thread AdWords API Advisor
Hi Mike, There are no existing best practices around how large a BulkMutateJob should be. The synchronous services currently allow for up to 5000 operations per request, although that limit is subject to change in the future. So for batches of only a few thousand operations it would most likely

AdWords API v2009: Unable to get a list of ad groups for a given campaign id

2010-03-08 Thread abhijat
While trying to get a list of ad groups by campaign id using v2009 AdGroupService we get the following error response. EntityNotFound.INVALID_ID @ selector; trigger:'CampaignId: 33290390'. Any pointers on where I might be going wrong? Here is some information that might be useful: ===

AdWords API Re: conversionOptimizerEligibility in v200909

2010-03-08 Thread AdWords API Advisor
Hi Peer, In the v200909 API the only way to determine if the campaign is eligible for conversion optimizer is to use a bidding transition operation against the campaign while setting the validateOnly header on the request to true. Essentially this will simulate switching the campaign to conversio

Re: AdWords API Connectivity Issues

2010-03-08 Thread AdWords API Advisor
Hi Gerard, It appears that you dealt with this issue offline with another member of the AdWords API Team and that the network connection is working again. If you have any further problems please let us know. Best, - Eric Koleda, AdWords API Team On Mar 4, 6:12 pm, Gerard wrote: > Further detai

AdWords API "Application Pending" SOAP response, developer token is Valid please advise

2010-03-08 Thread Dhammiko
Hello all, I have a question about my API developer key. When I log into the adwords MCC my developer token has a green 'Valid' tag next to it. I downloaded some perl API code from the adwords repository and configured it with my MCC login and password and keys. I tried going into the MCC and re

AdWords API Re: UserStatus of deleted BiddableAdGroupCriterion.

2010-03-08 Thread AdWords API Advisor
Hi, This is the intended behavior of the REMOVE operator. The result of removing an AdGroupCriterion will be: - Complete removal of the AGC if it never received any impressions. - The AGC will remain but in the DELETED status if it ever received any impressions. Best, - Eric Koleda, AdWords API

AdWords API Re: get status of campaign, adgroup, ad etc

2010-03-08 Thread AdWords API Advisor
Hi, The AdWords API returns these entities with the following status fields: Campaign.status => Manual Status (http://code.google.com/apis/adwords/ v2009/docs/reference/CampaignService.Campaign.html#status) Campaign.servingStatus => Serving Status (http://code.google.com/apis/ adwords/v2009/docs/

AdWords API Re: AdGroupCriterionService returns criteria that I don't see on Google AdWords website

2010-03-08 Thread sco...@hot.co.nz
Hi Eric, Outstanding, thank you. This is exactly what I was looking for. Kind regards, Scott Ferguson On Mar 9, 7:43 am, AdWords API Advisor wrote: > Hi Scott, > > The keyword in question is "best auckland to christchurch", and exists > in your ad group but in the DELETED state.  In the API this

AdWords API Re: Developer token returning 'application pending' despite MCC saying 'valid' please advise

2010-03-08 Thread AdWords API Advisor
Hi Christopher, The application token is no longer required when using the API, and new signups for the API are not given an application token. However, since you applied for an application token before this change, and your application token wasn't approved yet, and you were passing it with your

AdWords API Re: Difference between startDay-endDay and aggregation type

2010-03-08 Thread AdWords API Advisor
Hi, The startDay/endDay controls the time frame that stats should be aggregated for. The aggregationType controls how the data is consolidated into rows. A "Daily" aggregation means that each keyword/ ad/etc will get one row for each day, over the timespan. Best, - Eric Koleda, AdWords API Team

AdWords API Re: localbusiness ad error

2010-03-08 Thread AdWords API Advisor
Hi, LocalBusinessAds cannot be created using the v200909 API: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.LocalBusinessAd.html "Represents Legacy Local Business Ad Legacy LBAs can be deleted or paused/unpaused, but are not editable." Best, - Eric On Mar 8, 7:3

AdWords API Re: XML_STREAM_EXC faultcode

2010-03-08 Thread AdWords API Advisor
Hi, Your SOAP XML request appears valid, and when I run it myself I don't receive any problems. Are you using the PHP client library (as indicated by the user agent) or are you posting the XML directly using curl? Best, - Eric Koleda, AdWords API Team On Mar 6, 1:12 pm, slloyd wrote: > Can som

AdWords API Re: BulkMutateJobService

2010-03-08 Thread AdWords API Advisor
Hi Daniel, In production environment you can obtain your customer id in the AdWords web interface. For the sandbox environment this id can only be obtained by using the v13 AccountService.getAccountInfo() method. Best, - Eric Koleda, AdWords API Team On Mar 8, 10:05 am, "daniel.pl...@gmail.com"

AdWords API Re: How to get stats for conversionsManyPerClick using V13 Report Service

2010-03-08 Thread AdWords API Advisor
Hi, I believe you want to use the column Transactions, which is the same as "Conversions (many-per-click)" in the AdWords web interface. Best, - Eric Koleda, AdWords API Team On Mar 5, 12:33 am, raghavarao neelam wrote: > Hi, > > How can i get stats of *conversionsManyPerClick* column using V13

AdWords API The meaning of Ad status

2010-03-08 Thread 김현정
HI, I tried to find out the following Ad status' meaning but failed. Could you explain the below 5 statuses in detail when each status are showed? AUTO_GENERATED NOT_READY_FOR_APPROVAL SUSPICIOUS FORBIDDEN DISABLED Thank you -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrat

AdWords API Re: Keyword Suggestion

2010-03-08 Thread Dotslash
The code is not the problem. from around the 1st to about the 5th of March I was receiving zeros as previous month search counts. After that I slowly started seeing values that seemed plausible for the keywords. Is there a period that you guys upload the new stats? On Mar 8, 8:44 pm, AdWords API