Upgraded URL, invalid char

2015-05-20 Thread Hudarsono Hu
Hi There, We are testing out upgraded url, but it happened that it doesnt allow some characters, in this case an underscore. We got error saying : UrlError.INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_KEY The problem is that, we wanted the click to be identified in google analytics, so in the

About Upgrade URLs

2015-03-25 Thread Hudarsono Hu
Hi There, Have 2 questions for upgraded urls : 1. If we have tracking template url and final urls, does it means that user will go to the tracking template url first, before being redirect to final url? 2. Could we have different root domain for both tracking url and final url? (ex :

Re: [1-0380000000403] Re: Site suspended customers remain undetectable through API

2013-09-13 Thread Hudarsono
so we can verify. -Kevin On Tue, Sep 3, 2013 at 5:39 AM, adwords-api@googlegroups.com wrote: Hello Hudarsono, Kevin, The status we've discussed should now be available as isLandingPageQualityAcceptable of the QualityInfo: https://developers.google.com/adwords/api/docs/reference/latest

Re: BudgetOrderService.INVALID_CONSTRAINT error

2012-10-12 Thread Hudarsono Hu
, Hudarsono Hu wrote: Hi, Wondering what is wrong with following parameters : operation = { :operator = ADD, :operand = { :billing_account_id = 767028, :spending_limit = { :micro_amount = 64100 }, :start_date_time = 20121005 235959 America/Los_Angeles

BudgetOrderService.INVALID_CONSTRAINT error

2012-10-04 Thread Hudarsono Hu
Hi, Wondering what is wrong with following parameters : operation = { :operator = ADD, :operand = { :billing_account_id = 767028, :spending_limit = { :micro_amount = 64100 }, :start_date_time = 20121005 235959 America/Los_Angeles, :end_date_time =

Inaccurate ads status from API

2012-09-28 Thread Hudarsono Hu
if there is a delay on the API. Even so, this customer has got its ads disapproved since 2 weeks back. Is it bug in the API? Cheers, Hudarsono -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Re: CaptchaRequiredError (Ruby API)

2012-08-06 Thread Hudarsono Hu
HI, Its the same with me. You should migrate to OAuth2 as authentication from ClientLogin. Google limit the number of request per minute if we use ClientLogin. I also still migrating and is experiencing problem with the Ruby Client Library in OAuth2. Hopefully they will answer my email soon.

Where is BuikOpportunityService in v201109

2012-03-06 Thread Hudarsono Hu
In new version v201109, I dont see BuikOpportunityService in documentation. Link to it results in errors. http://code.google.com/apis/adwords/docs/reference/latest/BulkOpportunityService.html -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

How to get keywords quality info

2012-02-27 Thread Hudarsono Hu
Hi All, Note : This is in Sandbox mode. When we submit a keyword, we get return value that contains 'Quality Info. But when we try to run Get on AdgroupCriterionService, we get the return value without qualityinfo. THis is what was returned : entries

Re: How to get keywords quality info

2012-02-27 Thread Hudarsono Hu
, 27 February 2012 04:17:08 UTC-5, Hudarsono Hu wrote: Hi All, Note : This is in Sandbox mode. When we submit a keyword, we get return value that contains 'Quality Info. But when we try to run Get on AdgroupCriterionService, we get the return value without qualityinfo. THis is what

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-14 Thread Hudarsono Hu
same here On Feb 15, 9:10 am, Kevin kevin.matchcr...@gmail.com wrote: I'm getting a similar error too. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Call to AdgroupAdService start failing

2012-02-13 Thread Hudarsono Hu
Hi, May i know what was the problem with request : 0004b8e7e97e7a780a0c98142879 in sandbox ? It resulted in INTERNAL_API_ERROR, although the same code seems to works previously. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Call to AdgroupAdService start failing

2012-02-13 Thread Hudarsono Hu
Oh yes, as addition, it happened when adding text ads On Feb 14, 2:57 pm, Hudarsono Hu hudars...@gopherindonesia.com wrote: Hi, May i know what was the problem with request : 0004b8e7e97e7a780a0c98142879 in sandbox ? It resulted in INTERNAL_API_ERROR, although the same code seems

Re: Campaign budget problem NON_MULTIPLE_OF_MINIMUM_CURREN CY_UNIT

2012-02-05 Thread Hudarsono Hu
Nevermind, I found it. On Feb 3, 10:43 am, Hudarsono Hu hudars...@gopherindonesia.com wrote: Hi, I am using IDR as currency when creating campaign. Just wondering, what is that error really means, coz seems i have setup the campaign correctly, here is the api call ?xml version=1.0

Campaign budget problem NON_MULTIPLE_OF_MINIMUM_CURREN CY_UNIT

2012-02-02 Thread Hudarsono Hu
Hi, I am using IDR as currency when creating campaign. Just wondering, what is that error really means, coz seems i have setup the campaign correctly, here is the api call ?xml version=1.0 encoding=UTF-8? env:Envelope xmlns:xsd=http://www.w3.org/2001/XMLSchema;

Error in getting report on ruby example code

2012-01-26 Thread Hudarsono Hu
Hi, Just wondering, i tried to get a report from sandbox account with API v201109 from ruby code sample. Somehow got 'Bad Credentials Error Does report require some other credentials? Coz the same call to other service apart from report using the same credentials works fine. --