Examples

2011-05-05 Thread Naveen
Hii. Where can i find the good examples to use the addword api.. I am developing an application where i will be taking the domine name from the user ,when he clicks submit.i will be showing the statistics of of that domine.. just like keywordspy.com. please tell me where can i find the

Re: Cross-client reporting

2011-05-05 Thread BeUp NL
Please Google guys, This is a *real* issue. Downloading v201101 CrossClient reports is just not working as it should! Regs, Jan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: EntityNotFound.INVALID_ID

2011-05-05 Thread sushanth ramaiah
Hi, Yes, it's the same CampaignId. I use the same client Id for both services (CampaignServiceInterface TrafficEstimatorService). Regards, Sushanth -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

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

2011-05-05 Thread BeUp NL
Hi Anash, Any idea about the delay? We are *realy* stuck on this one. Thnx, Jan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

API - Apility PHP

2011-05-05 Thread tfren...@internet-mit-iq.de
Are there any API v201101 Apility a working class? I think only the Apility v13 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

different values for conversionTrackingPurpose?

2011-05-05 Thread henrik
Hi, I wanted know if you have these information now? Thank you Henrik Hi Tejesh, Unfortunately I don't have this information, but I imagine they are the same or similar as what was provided in v13. Best, - Eric Koleda, AdWords API Team On Feb 3, 4:06 pm, codeninja

TrafficEstimatorService

2011-05-05 Thread sushanth ramaiah
Hi, The TrafficEstimatorService seems to return same keyword estimates irrespective of providing campaign information(campaignId) to the API. I get *Estimated daily cost* which is more than the* Campain daily budget*. Shouldn't it be less than the daily budget? Basically i get the same

Re: API - Apility PHP

2011-05-05 Thread Evgeniy Bogdanov
Hi. Apility were discontinued when v200909 released. For PHP where is other project - http://code.google.com/p/google-api-adwords-php/ It supports all version from v200909 Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: EntityNotFound.INVALID_ID

2011-05-05 Thread Pete Lavetsky (AdWords API Guru)
Can you copy your request header here please? Pete On May 5, 6:02 am, sushanth ramaiah sushanth.rama...@gmail.com wrote: Hi, Yes, it's the same CampaignId. I use the same client Id for both services (CampaignServiceInterface TrafficEstimatorService). Regards, Sushanth --

Re: IMplementing Ad Parameters

2011-05-05 Thread Evgeniy Bogdanov
Hi Peter. To tell you the truth I don't see any huge problem. The main problem here is linking with current ads+keywords and your code. You can link existing ads or create new one. After the you just need to go throw your keywords and check for 'blue', 'red'. For example: Table will should help

RESPONSE_SIZE_LIMIT_EXCEEDED paging does not work URGENT!!!!!!!!!!!!!!!!!!!!!!!

2011-05-05 Thread javeed
Hi All, I am facing a very typical problem. I have 11700 Keywords and i try to get the keyword using AdGroupCriterionService, Initial it throws an exception RESPONSE_SIZE_LIMIT_EXCEEDE. But i know that reason. So i try to add paging to the request. Here is the code.

Re: IMplementing Ad Parameters

2011-05-05 Thread Peter Stannett
Hi thanks for the reply. I am still unsure how this would be implemented effectively for my client. Effectively if I write the script to set the price for blue antique cups to £30 and the amount of stock as 18, and then my clients stock changes to £20 and 10 cups, then my advert would be wrong

Re: RESPONSE_SIZE_LIMIT_EXCEEDED paging does not work URGENT!!!!!!!!!!!!!!!!!!!!!!!

2011-05-05 Thread Pete Lavetsky (AdWords API Guru)
for (AdGroupCriterion adGroupCriterion : criterionPage.getEntries()) { // } Pete On May 5, 10:25 am, javeed javeed.s...@gmail.com wrote: Hi All, I am facing a very typical problem. I have 11700 Keywords and i try to get the keyword using AdGroupCriterionService, Initial it throws an

Re: Getting error trying to download available fields as csv file

2011-05-05 Thread Eric Koleda
Hi, This sounds like an error with your browser. Can you try in another browser? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: How to use BulkMutateJob Service to create 800 Text Ads

2011-05-05 Thread Eric Koleda
Hi Gowri, Adding ~800 text ads is best done with the AdGroupAdService. The BulkMutateJobService is intended for running thousands of operations at a time. Please double check your logic to ensure you aren't exceeding the ad group limits. Best, - Eric Koleda, AdWords API Team --

Re: IMplementing Ad Parameters

2011-05-05 Thread Evgeniy Bogdanov
You just need to store values in database. For example in such table: product | price | count | ad group id | keyword id | date. Every time when your script will get new merchant feed it should compare current price and database value. If they differs you just need to update parameters in

Re: IMplementing Ad Parameters

2011-05-05 Thread Peter Stannett
Hi thanks for your help. I understand all that which is one thing! However it sounds like it is out of my limited php skill set. One to leave for the future I think, Thanks again Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Cross-client reporting

2011-05-05 Thread Eric Koleda
Hi All, As an update, the v13 report truncation issue was resolved earlier this week. Let us know if you see this behavior come up again. In regards to v201101 cross-client reports, we recognize that there is a problem right now, but the functionality is not yet officially released and we

Re: Adwords API v201008 returns BLANK REPORT

2011-05-05 Thread Claudio Carballal Abarzúa
Hi Anash, 64860708, 64850348, 64859268 are 3 reports definition ids of the client adw_c...@adfirst.com.ar with the campaign number : 75232308. I ask to google API the client information for 25/04/2011. I hope this is information is helpful. Thanks, On 3 mayo, 15:18, Claudio Carballal

Re: Cross-client reporting

2011-05-05 Thread Ikke
Hi, Do you know when it will be released? Just like my start post was saying, is the release date a matter of days,weeks or months? I will be very pleased if you can answer this question. On 5 mei, 16:57, Eric Koleda eric.kol...@google.com wrote: Hi All, As an update, the v13 report

Re: Examples

2011-05-05 Thread Naveen
Thank you very much for the replyy... But What i mean to ask is.. i had run the code provided in the above links.. But i need to get the data which https://adwords.google.com/o/Targeting/Explorer?__u=10__c=10ideaRequestType=KEYWORD_IDEAS#search.none is showing Like if i enter a

Re: Understanding of API pricing

2011-05-05 Thread LaunchBit
Got it -- thanks, Evgeniy. On May 5, 9:57 am, Evgeniy Bogdanov bogda...@tagan.ru wrote: Hi. Yes, you're right. Except one small thing. Value will be rounded to the nearest integer. I.e. for 1 keywords you will get not 5.1 (5+0.1) but 6 (round(5+1)) API units. Regards, --

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

2011-05-05 Thread Up Spin Software, LLC
Any updates on this? I read on other posts that there is a back log of applications that the AdWords teams is working through. If that is the case, can someone from the AdWords team provide an estimate as to how long it will take for an application to be reviewed? Thanks again, Kyle --

Re: Cross-client reporting

2011-05-05 Thread Eric Koleda
Hi, I don't have an exact date, but it is likely within a month or so. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Just auto being returned for displayNetworkMaxCPC

2011-05-05 Thread jstedman
As of today pulling an AdGroup report using v201101 results in just auto being returned for displayNetworkMaxCPC, up through yesterday I was getting auto: 1.0 or some other numeric value after auto, so I had been parsing out the numeric and using that for my reports, it seems kinda late to be

Get Ad headline, desc1, desc2, etc.

2011-05-05 Thread lowlevelbass
Hello all. I'm fairly new to the AdWords API so please be kind. I was wondering if there is a way to pull ad information (headline, desc1, desc2, etc.) by the creative id. The only way I can currently find to get this information is to get all the campaigns, get all the ad groups and then get

TargetingIdeaSelector - Paging maximum number of results value

2011-05-05 Thread Up Spin Software, LLC
I am currently developing against the API Sandbox since my developer token is pending approval. That said, I have a question about the maximum value you can set for the numberResults for the Paging object specified for the TargetingIdeaSelector. In the Sandbox, no matter what value I specify

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

2011-05-05 Thread Pete Lavetsky (AdWords API Guru)
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/GetAllAds.php Pete On May 5, 12:44 pm, lowlevelbass gregory.paul.ba...@gmail.com wrote: Hello all. I'm fairly new to the AdWords API so please be kind.  I was wondering if there is a way to pull ad

Inconsistency in values returned for automated bids

2011-05-05 Thread jstedman
As of today pulling an AdGroup report using v201101 results in just auto being returned for displayNetworkMaxCPC, up through yesterday I was getting auto: 1.0 or some other numeric value after auto, so I had been parsing out the numeric and using that for my reports. Has the behavior with that

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

2011-05-05 Thread jstedman
I use the Java API mostly, but I think the issue your having is something I went through recently, CreativeID has become AdID, if you use the AdGroupAd service you can use a selector with a filter on the AdID(which used to be CreativeID but is actually field id as far as the selector is concerned)

Re: Certain keywords returning 0 search volume

2011-05-05 Thread Jason Tan
I noticed that at least some of the keywords that were returning 0 data previously are now returning the correct data. Do you know if this problem has been completely fixed? Thanks, Jason On Mar 15, 4:37 pm, Eric Koleda eric.kol...@google.com wrote: Hi Jason, I don't have any update yet, but

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-05 Thread jchan
Hello everyone, I've recently been working with a new adwords account and I've been getting a InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@8f692e after using CustomerSyncService.Get on the Campaigns in this account. The error pops up on different campaigns at

Question about Traffic Estimator Service figures

2011-05-05 Thread Donald
Hi, I've been trying out the example code to view the traffic estimator service figures. My adwords account is configured to use INR as the currency. Here's a sample result that I managed to obtain: Results for the keyword with text 'dog breeds' and match type 'EXACT': Estimated average CPC:

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

2011-05-05 Thread lowlevelbass
Pete, Thanks for the response. However, this is not what I'm looking for unless I'm missing something. I want to pass an Ad's id, which would return the headline, description1, description2, etc. The GetAllAds requires an Ad Group Id. Isn't there a way to grab a single ad based on it's

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

2011-05-05 Thread lowlevelbass
Thanks for your help jstedman. I'm digging into the docs you provided. No luck yet, but I'm getting closer with your help. Thanks for your quick response. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Trying to Make ACCOUNT_PERFORMANCE_REPORT

2011-05-05 Thread Ron Jacobson
I run the following to see the available fields for an account_performance_report: php GetReportFields.php The report type 'ACCOUNT_PERFORMANCE_REPORT' contains the following fields: - AccountCurrencyCode (String) - AccountDescriptiveName (String) - AccountTimeZoneId (Integer) - AdNetworkType1

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-05 Thread jchan
Here's the actual relevant soap log. Thanks. _ Thu May 05 11:50:25 2011 REQUEST: SOAP-ENV:Envelope xmlns:SOAP-ENC=http://schemas.xmlsoap.org/soap/ encoding/ xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; xmlns:ZSI=http://www.zolera.com/schemas/ZSI/;

Re: Trying to Make ACCOUNT_PERFORMANCE_REPORT

2011-05-05 Thread jstedman
Ron, Imps is not a valid field for the ACCOUNT_PERFORMANCE_REPORT, neither is Spend actually. Your printout of the field listing is incomplete, but I am assuming that the rest of it just didn't make it to the forum. For quick reference you could always use this page: