Re: location extension icon

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hello Tom, Let me clarify, are you having troubles with AdWords API? Unfortunately, this forum is intended for AdWords API discussion. For general questions for AdWords, could you please ask it on the relevant forum? Best, - Takeshi, AdWords API Team On Friday, January 18, 2013 2:50:30 AM

Getting INVALID_CRITERION_ID after account was suspended/reactivated

2013-01-24 Thread technicalblueglass
My developer token was suspended for billing. When it was reactivated four hours later, all keyword requests with location and language params set, return this error: CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0], CriterionError.INVALID_CRITERION_ID @

Ddoes negative keyword on the ad group level return a google id?

2013-01-24 Thread sruly epstein
Does a negative keyword added on the ad group level return a unique google id associated with that specific keyword? And if not, how does one use the delete keyword api without a unique id? Thanks in advance for your help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: If I use creation functionality I must also have all required reporting features?

2013-01-24 Thread info
Anyone? :) Op zondag 20 januari 2013 20:06:47 UTC+1 schreef in...@online-rendement.nl het volgende: Hi, Just to be sure. Because I'm not really sure how to read the RMF doc: If I have any creation functionality in my app, I must also have all required reporting features + required

Re: Find all customers who use adwords api managing their campaigns

2013-01-24 Thread adwords
assuming mysql, I would go with SELECT count(*) as count from CustomerApiUser group by customer_id That assumes the customer_id column is within the CustomApiUser group. On Tuesday, January 22, 2013 8:35:30 PM UTC-5, Sittichai Jiampojamarn wrote: Hi, I'd like to find all customer ids (CIDs)

Developer Token Eta

2013-01-24 Thread sem
MCC Customer ID: 540-670-9888 Pending Approval UIpdgmKhLWJmLHG0WbbUww Hi Google Adwords Team, Weve had API access, but not an dev token in our MCC for over a year now, and I requested a developer Token around the 8th January, however its still sitting at Pending, how can we expidite this

Re: Google APIlity PHP Library for AdWords for v11

2013-01-24 Thread Mathiseelan V
please any one tell us how to use this package to load google advertisement By Mathi On Thursday, 18 October 2007 16:02:54 UTC+5:30, PHP Club wrote: Anybody know about Google APIlity PHP Library for AdWords for v11 https://sourceforge.net/projects/google-apility/ -- --

Token Approval Development Timeline

2013-01-24 Thread Rob Rudnicki
Note that when making this topic I am not asking for expedition of my company's application or clarification of the Token review teams' official review window. I am asking for personal experiences that developers have had with the timeline for token approval. My Integration Services company

Re: CustomerSyncService Bug? Service not returning added or deleted adExtensions

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hello Akil, Thanks for writing in. Do you also have the request/response logs for CampaignAdExtension mutate? I'd like to confirm if that should be included in the CustomerSyncService response. Best, - Takeshi, AdWords API Team On Tuesday, January 22, 2013 1:56:32 AM UTC+9, Akil Burgess

Re: Access to Test Account

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hello, Can you please confirm you have filled in your biling info? If you have, please let us know again. Best, - Takeshi, AdWords API Team On Wednesday, January 23, 2013 11:47:50 AM UTC+9, AcidPAT wrote: I added an Account to our MCC, and filled out the form to make this a Test Account.

Re: Adwords API giving incorrect volume

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hello, Can you please confirm again you are using AdWords API? The version name should be like vMM (such as v201209.) And please let us know what service you are using and elaborate it more what part is wrong? Best, - Takeshi, AdWords API Team On Wednesday, January 23, 2013 7:28:47 PM

Re: Adwords API UNITS used

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hi, AdHoc reports don't cost API units. Basically you can query operation counts you have made using InfoServicehttps://developers.google.com/adwords/api/docs/reference/latest/InfoService . You should specify what Service are you querying (such as CampaignService), but operation counts for

Re: Ddoes negative keyword on the ad group level return a google id?

2013-01-24 Thread Oliver
Yes, they do have a unique keywordId. You can get these keywords from the Keyword Performance report specifying isNegative = true. Oliver On Wednesday, January 23, 2013 7:17:39 PM UTC, sruly epstein wrote: Does a negative keyword added on the ad group level return a unique google id

Re: Adwords API giving incorrect volume

2013-01-24 Thread rizo
I am using Google.Api.Ads.AdWords.v201209 Targeting Idea Service I am requesting the volume for the keyword boy watches and it's returning 0 for everything. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: CustomerSyncService Bug? Service not returning added or deleted adExtensions

2013-01-24 Thread Akil Burgess
Hi Takeshi, Thank you for your response. I have attached the logs for a campaignAdExtension mutate operation and then a subsequent CustomerSyncService get operation to this reply. Please let me know if I can provide anything else that may help. Thanks, Akil On Thursday, January 24, 2013

Re: Jaxws classes not working on App Engine- java.lang.IllegalAccessException, Reflection not allowed

2013-01-24 Thread Kevin Winter (AdWords API Team)
Hi, I found an open issue on the app engine issue tracker that discusses this: https://code.google.com/p/googleappengine/issues/detail?id=4910 It seems like the primary suspect is including extra jars for jaxws that appengine already provides. - Kevin Winter AdWords API Team On Tuesday,

PHP GetCampaignsExample fails

2013-01-24 Thread Sahar Rotem
Hi, I am new to PHP and Google Adwords. When I run the GetCampaignsExample I get the following error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'null'] Prior to running the GetCampaignExample I did the following: 1. Created an MCC acount and got a Test Acount customer id. 2.

Re: Empty adType attribute for html5 ad

2013-01-24 Thread j.e.frank
bump (sorry if this is bad forum behavior, I was just hoping to get some response) On Wednesday, January 23, 2013 3:50:46 PM UTC-5, j.e.frank wrote: I'm running into this problem for some new ads we're running. The ad type attribute is blank. I'd love to get it fixed or figure out what to

Re: API support for AdWords Labels feature?

2013-01-24 Thread Kevin Winter (AdWords API Team)
Hi, We don't have any plans at this time. - Kevin Winter AdWords API Team On Wednesday, January 23, 2013 3:17:28 AM UTC-5, Dorian Kind wrote: Hello, now that labels are supported in AdWords Script ( http://googleadsdeveloper.blogspot.ch/2013/01/new-features-in-adwords-scripts.html),

Re: Developer Token Eta

2013-01-24 Thread Kevin Winter (AdWords API Team)
Please contact the Token Review team at adwordsapi-tok...@google.com. - Kevin Winter AdWords API Team On Thursday, January 24, 2013 1:17:02 AM UTC-5, s...@aot.com.au wrote: MCC Customer ID: 540-670-9888 Pending Approval UIpdgmKhLWJmLHG0WbbUww Hi Google Adwords Team, Weve had API access,

Re: API Quota Usage Report?

2013-01-24 Thread Kevin Winter (AdWords API Team)
The CustomerSyncService will indeed return the same changes as in the UI, but it won't explicitly differentiate API actions from UI actions. In general, we recommend that developers track their own api usage. Changing the developer token is a good step to ensure that only your application is

Re: Access to Test Account

2013-01-24 Thread AcidPAT
The problem was only that I was not patient enough :) As my TestAccount had not been approved yet, my request was rejected because my developer token was not yet approved. Once the Test Account as approved (took 24 hours) then the call succeeded. -Thanks On Thursday, January 24, 2013 1:11:57

Approval for Reporting Only API

2013-01-24 Thread AcidPAT
Hey there, We are applying for AdWords API Access, but we are planning on using the API as basically read-only so that we can combine AdWords reporting data with other reporting data in our system. All the data that we need to present is available in the Reporting APIs. However, because we

Re: Access to Test Account

2013-01-24 Thread AcidPAT
Thanks - The problem was only that the Test Account had not yet been approved. Once this happened (roughly 24 hours) then the reporting queries succeeded. On Tuesday, January 22, 2013 6:47:50 PM UTC-8, AcidPAT wrote: I added an Account to our MCC, and filled out the form to make this a Test