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 : track

MANUAL_CPC is not supported in v201402?

2014-06-13 Thread Hudarsono Hu
Hi There, We got an error message saying "BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED" when we tried to create "MANUAL_CPC" bid using BidStrategyService? Here is the soap request : SOAP request: https://adwords.google.com/api/adwords/cm/v201402/BiddingStrategyService header

Re: BudgetOrderService.INVALID_CONSTRAINT error

2012-10-12 Thread Hudarsono Hu
tober 4, 2012 5:03:45 AM UTC-4, Hudarsono Hu wrote: >> >> >> Hi, >> >> Wondering what is wrong with following parameters : >> >> operation = { >> :operator => "ADD", >> :operand => { >>

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
Hi, We found some strange issue. We have some customers which ads have been disapproved after few days of running with "Site Suspended" status. It was seen on our MCC. But every time we try to update ads status through the API, the API still return "FAMILY_SAFE". I am not sure if there is a d

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.

Re: Can't retrieve campaign device and language targets both in Production and Sandbox

2012-04-17 Thread Hudarsono Hu
Sorry, forget it, I just found it to have been migrated to CampaignCriterionService<http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-CampaignCriterionService> Thanks. On Tuesday, April 17, 2012 4:35:49 PM UTC+7, Hudarsono Hu wrote: > > > Hi, >

Can't retrieve campaign device and language targets both in Production and Sandbox

2012-04-17 Thread Hudarsono Hu
Hi, I tried to get campaign target by using CampaignTargetsService, but the return was meaningless, which only contain campaign id itself without any platform and language target information. Here is the soap in sandbox : http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XM

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: ht

Re: How to get keywords quality info

2012-02-27 Thread Hudarsono Hu
rionService > > On Monday, 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 wh

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 : http://www.w3.org/2001/XMLSchema-instance"; x

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-14 Thread Hudarsono Hu
same here On Feb 15, 9:10 am, Kevin 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 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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 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 to

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: http://adwords

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 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 > > > http://w

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 http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="https://adwords.googl

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. -- =~=~=~=~=~=~=~