US$0.25* per 1000 API unit means?

2011-08-17 Thread Raheel
Hi, Please let me know what does US$0.25* per 1000 API units. means if I want to: Create an account Create a Campaign Create an Ad Group Create a Text Ad Add Keywords 2000/ ad group Update an account Update a Campaign Update an Ad Group Update a text ad Update a Keyword Update a Keyword CPC Upda

getBulkKeywordIdeas not returning all requestedAttributeTypes

2011-08-17 Thread David S
Hello, My requestedAttributeTypes look like this: $selector->requestedAttributeTypes = array('CRITERION', 'GLOBAL_MONTHLY_SEARCHES', 'TARGETED_MONTHLY_SEARCHES', 'AVERAGE_TARGETED_MONTHLY_SEARCHES', 'COMPETITION', 'EXTRACTED_FROM_WEBPAGE'); And when I make a call to get() all of those attributes

Re: AdGroupAdService not retrieving all the ads

2011-08-17 Thread Eric Koleda
Hi All, In this case I believe the ads aren't returned because they are of a deprecated type. There isn't a page in our documentation that lists this, but it's also the first time I've heard of someone still using that ad type. We don't maintain a list of known bugs, but if you have any quest

Re: AdGroupAdService not retrieving all the ads

2011-08-17 Thread timp
Is there any list of "exceptions" on data not being returned? [Or incorrectly returned?] If there isn't, can google make an official compilation? Or just a list of known bugs. I will look for that now. The headache I went through coping with incorrect documentation, and the many exceptions

external data

2011-08-17 Thread timp
Hey there, The account managers in our company asked for something sort of interesting. I've looked for it, can't find it. Maybe I've overlooked it. They are looking to set external arbitrary text attributes for campaigns via the Adwords UI. So for instance, a manager would mark so and so ca

Install google-api-adwords-perl on Windows 7 Active Perl v5.12.4

2011-08-17 Thread James
Hi, I'm trying to install the google-api-adwords-perl on Windows 7 with ActivePerl v5.12.4. Some of the dependencies like Cache::Memory and SOAP::WSDL are not available on PPM and will not install with cpan shell under command prompt with admin privs. Has anyone managed to use the perl api with A

Re: Customer Sync Service sandbox timeout issue

2011-08-17 Thread timeless
Yes, I am having the same problem with the sandbox. Hopefully this gets resolved soon. On Aug 16, 11:45 am, andrew branco wrote: > i am trying to use the customersync service in the sandbox and i keep > getting timeout errors and unexpected internal API errors, however when i > used my productio

Re: dotnet api and sitelinks

2011-08-17 Thread Pete Lavetsky (AdWords API Guru)
Si, This should help you out: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201101/AddSiteLinks.cs Pete On Aug 17, 4:13 am, Paigey wrote: > Hi Pete, > > Thanks for the info! I'll look into using arrays. Would you be able to > point me in the direction o

Re: when will the adwords api support tablet targeting

2011-08-17 Thread Eric Koleda
Hi Jin, We are working on a blog post that will cover the tablet targeting options and how they are represented in the API. Unfortunately there is no quick answer, but look for the blog post soon. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: OAuth support - please finish the job

2011-08-17 Thread Matt
Eric, Thank you for the reply. I was hoping we were just doing something wrong. We'll find a solution or workaround, and that may just be to stick with ClientLogin until OAuth is available for report downloading. Thanks, Matt On Aug 16, 6:29 pm, Eric Koleda wrote: > Hi Matt, > > Unfortunately th

InfoSelector returns wrong data

2011-08-17 Thread rkk
Hi I tried to find out how many api units I use per single service/method/ operation. For example, for reportdefinitionservice I run two similar calls for ADD and SET operators API returned exactly the same values either for ADD and SET operators. Similar situation happened for some other services

Re: Account Access

2011-08-17 Thread Kevin Winter
Hi, Thanks for the feedback, I'll be sure to pass it on to the team. - Kevin Winter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: RMF

2011-08-17 Thread ArthurW
Addendum, my software is targeted for SEO and SEM agencies. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

Application for Developer token was rejected

2011-08-17 Thread Plexop
Hello, Our application for Developer token was rejected, we can't see the reason so it doesn’t make sense to reapply. * How can I see the reason for the rejection? * I didn’t find a way to contact Google regarding this problem. Thanks in advance for the answer, we are young start

AttributeType.KEYWORD removed in latest version?

2011-08-17 Thread Elena Neuschild
Hi. :) Like so many people before me, I would like to retrieve the (average) targeted monthly searches for a number of keywords (using C# in the .NET client). I have so far succeeded in submitting a keyword array to the TargetingIdeaService and receive Type_AttributeMapEntries with the key At

RMF

2011-08-17 Thread ArthurW
Do I understand correctly that if my software, that is currently being developed, should be able to add (negative) keywords to user selectable groups that the RMF requirements are in full effect? This would seriously increase the development time. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: [Docs] selecting UserListMembershipStatus for Criterion in CampaignCriterionService

2011-08-17 Thread Danial Klimkin
Hello Wilrik, The field is available as 'UserListStatus'. I will log a request to correct the documentation. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

Re: Account Access

2011-08-17 Thread Tony
Hi there thanks for the reply, is there any way of getting this put into a future version of the API? If you have many accounts and many MCC's it becomes extremely hard to audit who has access to what, and it would be really helpful to be able to know which new users have been added and other chan

Re: dotnet api and sitelinks

2011-08-17 Thread Paigey
Hi Pete, Thanks for the info! I'll look into using arrays. Would you be able to point me in the direction of any examples in C#? Kind regards Si On Aug 11, 1:52 pm, "Pete Lavetsky (AdWords API Guru)" wrote: > Hi, > > Whatever array of Sitelinks you set on the SitelinksExtension is what > gets