Re: Support HD solution image for image ad?

2016-08-10 Thread maxSonic Sun
Hi, I think this feature is heavily used by most of the adwords customer. So will it go into production in the next few months? On Thursday, August 11, 2016 at 2:50:00 AM UTC+8, Vishal Vinayak (Adwords API Team) wrote: > > Hi, > > We have added this enhancement to the feature request list but w

Support HD solution image for image ad?

2016-08-09 Thread maxSonic Sun
Hi, I tried to create the HD solution image ad for an all feature display campaign, but failed. However, in the UI page of adwords, that is a description saying that the HD solution is supported. But in the api document, unlike the one in template ads, there is no way to set the dimension

anyway to choose ios > 8.0?

2016-08-09 Thread maxSonic Sun
Hi, According to the adwords document https://developers.google.com/adwords/api/docs/appendix/mobileplatforms, it seems that I can only select ios > 7.0 ? Anyway to choose a larger version number? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

need to set bidding scheme when using target cpa?

2016-05-20 Thread maxSonic Sun
Hi, I was trying to set a campaign with params: {'status': 'PAUSED', 'startDate': '20160520', 'endDate': None, 'adServingOptimizationStatus': 'CONVERSION_OPTIMIZE', 'frequencyCap': { 'impressions': None, 'level': '', 'timeUnit': ''}, 'networkSetting': { 'targetContentNetwork': True, 'targetPartn

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-03-07 Thread maxSonic Sun
Hi Mark, Any update? Best Regards, Sonic Sun On Wednesday, February 24, 2016 at 7:27:19 PM UTC+8, maxSonic Sun wrote: > > Hi Mark, > > Same encoding. > > ubuntu@ip-10-0-26-250:~$ echo $LANG > en_US.UTF-8 > > Best Regards > Sonic > > On Wednesday, Februar

Re: not able to choose the ExplorerAutoOptimizerSetting in the ui of mobile app install ads' adgroup.

2016-03-01 Thread maxSonic Sun
e in-depth explanation of how CPC versus CPA works in the API. > > Best, > Nadine, AdWords API Team > > On Tuesday, March 1, 2016 at 3:23:54 AM UTC-5, maxSonic Sun wrote: >> >> Hi, >> >> I think this is a problem between the api and the ui of the adwords, why >>

Re: not able to choose the ExplorerAutoOptimizerSetting in the ui of mobile app install ads' adgroup.

2016-03-01 Thread maxSonic Sun
Hi, I think this is a problem between the api and the ui of the adwords, why should I ask this question on the Community Forum? It should not be an api bug? BRs, Sonic Sun On Tuesday, March 1, 2016 at 1:18:01 AM UTC+8, Anthony Madrigal wrote: > > Hello, > > Since you are unable to select the E

not able to choose the ExplorerAutoOptimizerSetting in the ui of mobile app install ads' adgroup.

2016-02-29 Thread maxSonic Sun
Hi All, I use the sample code form the googleads-python-lib to create the moble app install ads, but I am not able to choose the below option after the adgroup is created.

not able to choose the

2016-02-29 Thread maxSonic Sun
Hi All, I use the sample code form the googleads-python-lib to create the moble app install ads, but I am not able to choose the below option after the adgroup is created.

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-02-24 Thread maxSonic Sun
and *was not* related to your case, so I wanted to make that clear. Sorry > if that instead caused any confusion. > > Regards, > Mark > > > > On Saturday, February 20, 2016 at 2:14:47 AM UTC-5, maxSonic Sun wrote: >> >> Hi Mark, >> >> On my

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-02-19 Thread maxSonic Sun
tf-8 > characters well otherwise. Going forward, we'll be suggesting in our > documentation that setting the default encoding to utf-8 is a requirement. > > Regards, > Mark > > On Friday, February 19, 2016 at 9:42:16 AM UTC-5, maxSonic Sun wrote: >> >> Hi Mark,

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-02-19 Thread maxSonic Sun
that case. > > The workstation has its default character encoding set to utf-8 and the VM > has it set to ANSIX3.4-1968, which is probably related. I think suds might > have some flaky behavior here depending on the environment used. In the > meantime, you can avoid this error by encoding

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-02-10 Thread maxSonic Sun
related. I think suds might > have some flaky behavior here depending on the environment used. In the > meantime, you can avoid this error by encoding the output of string fields > such as: > > # Display results. > if 'entries' in page: > for campaign in

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-02-09 Thread maxSonic Sun
laky behavior here depending on the environment used. In the > meantime, you can avoid this error by encoding the output of string fields > such as: > > # Display results. > if 'entries' in page: > for campaign in page['entries']: > pri

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-02-01 Thread maxSonic Sun
> the following file: > > > /project/apiservice/venvdocker/local/lib/python2.7/site-packages/suds/version.py > > Thanks, > Mark > > > On Monday, February 1, 2016 at 2:51:27 AM UTC-5, maxSonic Sun wrote: >> >> Hi, >> >> There is something weir

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-01-31 Thread maxSonic Sun
le should then install all of the necessary dependencies > automatically, which should resolve this problem. > > Regards, > Mark Saniscalchi > > On Wednesday, January 20, 2016 at 2:22:09 PM UTC-5, maxSonic Sun wrote: >> >> Hi, >> >> I have the error as shown

SOAP XML error for Chinese Names in ManagedCustomerService

2016-01-20 Thread maxSonic Sun
Hi, I have the error as shown in the first pic below. It seems that it is caused by the decoding of the soap xm. The second pic is my code. However, if I remove the "name" from the selector, everything works fine. My customers have lots of Chinese Name in their MCC accounts. I think it is caus