Aw: Re: Whats up with AdParamService???

2011-05-24 Thread Pearl Jam
Hi Eric, thanks for reply! Yes, AdParamService.get() returns the correct values. I hope I don´t misunderstand, but here is the requestId of a request to a single adgroup for settings of adparams: requestId=0e200fdc5e7c2df442f1bb92fb18a59e If you meant something else, please let me know. We notic

Re: Whats up with AdParamService???

2011-05-24 Thread kevinm
Hi Eric, Thank you for responding. Here is a request id of one I have a problem with: 8a8ab95abc32b126dc2c38bec5c2624b The value sent was 270, but the default value is showing. Thanks On May 23, 10:45 pm, Eric Koleda wrote: > Hi All, > > I haven't been able to replicate this issue on my own ac

Re: Dynamic Flash Ad

2011-05-24 Thread Mauro Asprea
I think he was asking if a Flash Ad can made external request at runtime (me too!!). There is some confusion because somewhere I read that this can be done, I think maybe in some Double Click api docs? I can't remember really... Where can I find real documentation about the flash based ads? Als

Re: Dynamic Flash Ad

2011-05-24 Thread emmanuel.csant...@gmail.com
Yes, Mauro, That is what I really wanted to know, thank you. I am still trying an answer to this. Thanks 2011/5/24 Mauro Asprea > I think he was asking if a Flash Ad can made external request at runtime > (me too!!). There is some confusion because somewhere I read that this can > be done, I t

Keyword(s) retrieval through Adword Api for a particular Adgroup

2011-05-24 Thread prashant verma
Hi All, I am newbie browsing through adword api, searching for way to retrieve "keyword(s) pertaining to adgroup" through Adgroup API. By keyword I mean the stats also. I found on internet about adgroupcriterionservice (& keyword performance report) and followed below mentioned link http://www.

Re: v201101: Missing dateTimeZone and currencyCode from Account

2011-05-24 Thread Kevin
This issue has already posted on this thread: http://groups.google.com/group/adwords-api/browse_thread/thread/56b105feb6f6680f On May 23, 6:03 pm, Kevin wrote: > Hi, > > Account.dateTimeZone and Account.currencyCode is always null when I'm > trying to get it from ServicedAccountGraph.getAccounts(

Re: Dynamic Flash Ad

2011-05-24 Thread Kevin Winter
Hi, The only dynamic ads the AdWords API supports are Template Ads. This appendix describes the various types of templates you can use: http://code.google.com/apis/adwords/docs/appendix/templateads.html The AdWords API does not allow you to upload arbitrary flash and the templates do not pro

Strange API error when trying to delete image ads

2011-05-24 Thread Showroom Logic
In the API, we have a call that removes image ads using the AdGroupAd mutate service. We are getting this error when trying to remove ads: EntityCountLimitExceeded.ADGROUP_LIMIT @ operations I'm not sure why I would be told there is an ADGROUP_LIMIT error when trying to delete ads? Anybody else

Re: Dynamic Flash Ad

2011-05-24 Thread Showroom Logic
I'm pretty sure you can upload SWF ads via the image ad service, by specifying "FLASH" as the mime type: http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.ImageAd.html Whether that SWF ad can load external content or not, I'm not sure. On May 24, 7:40 am, Kevin Winter wr

Re: v13 reporting taking much longer

2011-05-24 Thread bgraves
It's taking even longer this morning (twice as long, in fact) to pull reports. Is v13 reporting having issues? On May 16, 8:36 am, Kevin Winter wrote: > Hi, >   From time to time, the reporting backend may experience some hiccups due > to maintenance or heavy load which may delay reports slightl

Re: v13 reporting taking much longer

2011-05-24 Thread Kevin Winter
Hi, Can you send an email to kevin.win...@google.com with the CIDs that are affected by this delay? -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

Re: Dynamic Flash Ad

2011-05-24 Thread Kevin Winter
Hi, The Media object is a generic object intended to be reused. Only Images can be used with IMAGE ads. The Media object also has mime types for MSWORD and MSEXCEL but those won't work either. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

Re: UserList shared access

2011-05-24 Thread Eric Koleda
Hi Jason, UserLists(aka Audiences in the UI) are not bound to a single campaign, and are therefore shareable across campaigns by default. A CriterionUserList

Re: Dynamic Flash Ad

2011-05-24 Thread Showroom Logic
So you are telling me there is NO way to add a SWF file via the API? I can't create my own SWF file for a product and upload it via the API rather than the client interface? If that's true, any plan on adding it in the future? On May 24, 9:44 am, Kevin Winter wrote: > Hi, >   The Media object is

Ad Performance reports with AdNetworkType1 or 2 fields or predicates, returns empty report

2011-05-24 Thread Alexander Parij
Hi , I think I'm having similar issues to https://groups.google.com/forum/#!searchin/adwords-api/$20adnetworktype1|sort:date/adwords-api/tqgxxQm7REs/qJplXLrnA14J Merely adding AdNetworkType1 in selector or using them as predicate will always return empty report , it's 201108 api. For example a r

Re: Dynamic Flash Ad

2011-05-24 Thread Kevin Winter
Hi, I found this page on the general AdWords support site which documents image ads in more detail: http://adwords.google.com/support/aw/bin/static.py?hl=en&page=guide.cs&guide=28427&topic=28431 -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussi

How can i set the Billing in adwords

2011-05-24 Thread youxizhaopin
I want to use the adwords api to research keywords.But there are nothing in the Billing setting when i choose china as the country set. How can i use the adwords api in china? Please help me. Thanks for your time. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Re: Production v201101: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on AdGroupService.mutate

2011-05-24 Thread Kevin
Hi Eric, It might be coincidental, but hopefully useful for your investigation, that we get this Internal api error whenever we try to set the ad group's keywordContentMaxCpc. It also starting to happen to another account. Request ID: fb77745425be1c123bda28c37f9267b9 -Kevin On May 23, 6:57 pm,

Re: Dynamic Flash Ad

2011-05-24 Thread Mauro Asprea
Thanks Kevin, Do you know where can I find documentation about the flash Ads that can be uploaded (not via the Api) to AdWord? Thanks again ;) On Tue, May 24, 2011 at 3:40 PM, Kevin Winter wrote: > Hi, > The only dynamic ads the AdWords API supports are Template Ads. This > appendix describes

How to find a specific campaign?

2011-05-24 Thread thisisvlad
If i wanted to edit a specific campaign, how would i go about doing that? from what i can tell, the selector can only pull campaigns by id. unfortunately, the adwords UI doesnt show the campaign id anywhere, only the name, right? so, as far as i can tell, the only way to edit the campaign would b

Re: Search query performance report data inconsistency

2011-05-24 Thread jstedman
This problem was actually caused on my side and David Torres was very helpful in tracking down the issue, thanks guys for all your help. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Re: MCC -> List Adwords Accounts

2011-05-24 Thread Pete Lavetsky (AdWords API Guru)
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201008/GetAccountHierarchy.java Pete On May 20, 8:39 am, u_api_user wrote: > Hi Adwords API Team, > > is it possible to receive a list of all adwords accounts assigned to a > mcc via API? > > Thanks for your feedback.

Traffic Estimator Estimated Daily Clicks Not Making Sense

2011-05-24 Thread Bill Edwards
Hi, I've tried putting in the term 'lotion' and the term '$1' into the traffic estimator tool with a max cpc of 1000 and daily budget of 1000. Term: $1 Global Monthly Searches: 210 Estimated Avg. CPC: $1.19 Estimated Ad Position: 1 Estimated Daily Clicks: 4 Term: lotion Global Monthly Searches:

Re: Whats up with AdParamService???

2011-05-24 Thread Eric Koleda
Hi All, Thanks for the extra details. I'll pass this on to the core engineering team and let you know when I have more information. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goog

Re: TV Ads

2011-05-24 Thread Eric Koleda
Hi Pedro, As far as I'm aware you cannot retrieve or update TV ads via the API either. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~