How can we get CPC when CPA is set at Campaign Level URGENT!!!! Issue

2011-05-06 Thread javeed
HI all, I am working on bidding issues. I have few thousands of campaigns and out of those few are haing CPA bidding type. And ofcourse we can get CPA using AdGroupService at bidding level. My Question is, i want to know CPC value for each keyword for those AdGroups which is set CPA. I know we

Re: Can You Retrieve 'Other search terms' Via API?

2011-05-06 Thread BlueBird
Hi David, Is there a way to download this CSV file to my Webserver or computer automatically. Br Bilal On Apr 6, 3:58 pm, David Torres wrote: > Hi, > > Unfortunately the 'other search terms' row is not available in the API > reports. > > Best, > > -David Torres - AdWords API Team -- =~=~=~=~=

Defining Keyword - Bid / Position Preference

2011-05-06 Thread meet
hi, Is it possible to define Keyword following pattern : *keyword text* followed by anything *Bid information* followed by anything *URL *followed by anything *position reference* * * example : cat**0.05**http://www.abcdef.com***#1-10. I am coming up with this sort of question a

Re: Get Ad headline, desc1, desc2, etc.

2011-05-06 Thread Pete Lavetsky (AdWords API Guru)
$selector = new AdGroupAdSelector(); $selector->adIds = array( $adIds ); $page = $adGroupAdService->get($selector); if (isset($page->entries)) { foreach ($page->entries as $adGroupAd) { printf("Ad with id '%s', type '%s', and status '%s' was found. \n", $adGroupAd->ad->id, $ad

adgroupslimit per request

2011-05-06 Thread Pearl Jam
Hi, how many adgroups can be mutated in a single request? I can´t find any information... Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~

Re: Trying to Make ACCOUNT_PERFORMANCE_REPORT

2011-05-06 Thread Ron Jacobson
Thanks for the response. I took what you said into account and changed the file as follows (Date,Cost,Impressions) and I'm getting the same result: LogDefaults(); $reportDefinitionService = $user->GetReportDefinitionService('v201101'); $adGroupId = (float) 'HIDDEN'; $startDate = '20110501';

Re: Can You Retrieve 'Other search terms' Via API?

2011-05-06 Thread Eric Koleda
Hi Bilal, You can write a script that downloads the report, and then set it up in a cron job to run daily. However there is no way to have our servers automatically push the data to you. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Multiple API Keys

2011-05-06 Thread Eric Koleda
Hi, To expand on what Mike said, it's against our policies for a company to have more than one developer token. A single developer token can be used to modify many accounts, so this shouldn't pose any problems for your application. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~

Re: Syncronous report found, use DownloadReport() instead. Cross Client Reporting

2011-05-06 Thread Eric Koleda
Hi Jan, We're still working on getting the backend ready, and we hope to have it released by the end of the month. We apologize for the delay. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adword

New to API, Which Password

2011-05-06 Thread Dannie Stanley
What email address and password do I put in auth.ini. I am an outside developer and I do not wish to put my own Gmail account credentials in a plain text file on the server. We already have a developer token according to the "AdWords API Center" Thank you, Dannie -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adwords API v201008 returns BLANK REPORT

2011-05-06 Thread Eric Koleda
Hi Claudio, Looking at report definition 64860708, it seems like you are using the incorrect ID in your predicate: https://adwords.google.com/api/adwords/cm/v201008"; xsi:type="ns1:Predicate"> AdGroupId IN -1592713828 As you can see the ID is a negative number, and doesn't cor

Re: Examples

2011-05-06 Thread Eric Koleda
Hi Naveen, The GetRelatedKeywords example that Evgeniy linked to uses the TargetingIdeaService, which provides this information. More information about the TIS is available here: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html Best, - Eric Koleda, AdWord

Re: AdWord API - Developer token Pending approval for over 2 weeks - help!

2011-05-06 Thread Eric Koleda
Hi Kyle, Unfortunately I don't have any estimates at the moment for how long it will take to work through the backlog. I apologize for the inconvenience. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: ht

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-06 Thread Eric Koleda
Hi Joshua, I had to delete your last post because it contained your developer token. You may want to reset your developer token in the AdWords API Center to ensure no one else has access to it. In the future it is enough to simply post the request ID of the response. Best, - Eric Koleda, AdW

Problem of getting list of client accounts in sandbox. Please help! Run out of ideas...

2011-05-06 Thread Alex
Hi everybody, I am trying to get a list of client accounts in sandbox using the following ruby code serviced_account_srv = @adwords.service(:ServicedAccountService, :v201101) graph = serviced_account_srv.get(selector) accounts = graph[:accounts] accounts ? accounts.select { |account| !account[:c

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-06 Thread jchan
Thanks for the information. Here's the SOAP request again since in this case there was no request ID returned. _ Thu May 05 11:50:25 2011 REQUEST: http://schemas.xmlsoap.org/soap/ encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ZSI="htt

State/Province list for Location Extension

2011-05-06 Thread einter...@gmail.com
Hi, I am working on application to support Location Extension. Questions I have is to get all drop down values of state/province. Apparently, these value are different from Geographical Targeting Do you know where I can get th

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-06 Thread Eric Koleda
Hi Joshua, I've looked into the logs and from what I can tell these errors were due to a temporary outage in the service. I haven't seen any occurrences today, are you still seeing the issue? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discus

Re: "Other domains" figure is not included in Automatic Placement Report

2011-05-06 Thread Eric Koleda
Hi pkatragadda, As far as I know there still isn't a row for this data in the AUTOMATIC_PLACEMENTS report. You can figure out what the value is though, be subtracting the sum of the rows in the report from the total display network traffic for your account. You can get the total display netwo

Does API provide info on ad position, location, and time for a keyword?

2011-05-06 Thread Ted
I would like to have ad position, location, and time besides the keyword data. Which WebService does return that info? Currently we are using TargetingIdeaService to get competition and Seach Volume; TrafficEstimatorService to get average CPC data. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Developer Token Still Returns "Fake" Sandbox Data

2011-05-06 Thread Austin Houser
So I was recently approved for the Adwords API Developer Token. I integrated this token into my "working" sandbox application that utilizes the TargetingIdeaService. The problem is even though I am posting the information to https://adwords.google.com/api/adwords/o/v201101/TargetingIdeaServic

Re: How can we get CPC when CPA is set at Campaign Level URGENT!!!! Issue

2011-05-06 Thread jstedman
I have no experience with CPA bids, but you might try getting the AverageCpc for the keyword. Definitely use a large enough date range to ensure that you have enough clicks to get a good average. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

Why creation of duplicate Ads is allowed in an AdGroup?

2011-05-06 Thread DJAIN
Hi There, I was just wondering what could be the reason to allow creation of multiple exact same Ads within an AdGroup. If i have 2 exact same ads within my adgroup, they will keep on rotating but there won't be any real difference when an Ad is served, so why it is allowed? Looking forward fo