Re: ConversionService RequestError.UNKNOWN

2019-05-05 Thread xuantoi . ads . mtest
Hi Thanet, Is any new update ? On Monday, April 1, 2019 at 9:36:21 PM UTC+7, xuantoi...@gmail.com wrote: > > Hi, > > Iam getting RequestError.UNKNOWN when try to create conversion : > > here is soap: > http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; x

Callout Extension created by API not spending money

2019-05-01 Thread xuantoi . ads . mtest
Hi team, Recently, I created several callout extensions via API but seem its not spending money, then i created it in UI and its working.(settings of both extensions are same) Is any difference between extensions created by API and UI? How do i solve this problem? -- -- =~=~=~=~=~=~=~=~=~=~

Re: [4-9328000025873] ConversionService RequestError.UNKNOWN

2019-04-24 Thread xuantoi . ads . mtest
Hi Here is soap resquest and response : 2019-04-24 16:22:06.722 INFO 7533 --- [ XNIO-2 task-1] c.g.a.a.a.l.c.A.soapXmlLogger: SOAP request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta

Re: [4-9328000025873] ConversionService RequestError.UNKNOWN

2019-04-23 Thread xuantoi . ads . mtest
Hi Thanet, I remove field *conversionTypeOwnerCustomerId *from request but still get error RequestError.UNKNOWN On Friday, April 12, 2019 at 11:23:04 AM UTC+7, googleadsapi-forumadvisor wrote: > > Hello, > > It turns out that you have set the *conversionTypeOwnerCustomerId *field, > which is a

Create Message extension via API

2019-04-02 Thread xuantoi . ads . mtest
Hi team, In Message extension creating UI there is field allow enter email to create message extension but i cant find any field to create it via api. Can anyone help. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

ConversionService RequestError.UNKNOWN

2019-04-01 Thread xuantoi . ads . mtest
Hi, Iam getting RequestError.UNKNOWN when try to create conversion : here is soap: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201809";

LocationCriterionService return irrelevant result for search term and different from UI

2019-03-03 Thread xuantoi . ads . mtest
Hi, Im using LocationCriterionService for lookup location but it seems irrelevant and different from UI, ex with word "korea": Selector selector = new SelectorBuilder () .fields (LocationCriterionField.values ()) .equals ("LocationName", "korea") .build (); return is:

Manage Youtube Users Audience Api

2018-09-25 Thread xuantoi . ads . mtest
Hello, I am looking for api for youtube users management in audience, is there any example code or document about it, Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to know which account was created by MCC ?

2018-09-20 Thread xuantoi . ads . mtest
Hi Milind, I know ManagedCustomerService.get API, but I need separate into 2 kind of account, the first is created by ManagedCustomerService.mute(), another is link by ManagedCustomerService.mutateLi

How to know which account was created by MCC ?

2018-09-20 Thread xuantoi . ads . mtest
Hi, I got a problem with my database, I need to know is any api get all accounts were created by api or get all accounts were link from existing account Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=

List of currency was supported

2018-09-16 Thread xuantoi . ads . mtest
Hi team, I need a exactly list of currency was supported, I have read on this page https://developers.google.com/adwords/api/docs/appendix/codes-formats#currency-codes, but it it only tell me that "ISO 4217 codes to specify the currency of monetary values" Please help ! Thank you. -- -- =~=

API for get App ID of android and ios platform?

2018-08-12 Thread xuantoi . ads . mtest
Hello, I am try to get all app id of android and ios via api, Can anyone please help ? Thanks a lot. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Re: Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-07-31 Thread xuantoi . ads . mtest
Hi, I was solved the problem, just put scope:"https://www.googleapis.com/auth/adwords"; to gapi.auth2.init On Wednesday, August 1, 2018 at 10:07:37 AM UTC+7, xuantoi@gmail.com wrote: > > Hi, > I wonder, do I miss any scope when sign-in and send code to server > Because I can read some info

Re: Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-07-31 Thread xuantoi . ads . mtest
Hi, I wonder, do I miss any scope when sign-in and send code to server Because I can read some information of this account however I cant accept mcc request On Tuesday, July 31, 2018 at 3:00:17 AM UTC+7, Milind Sankeshware (AdWords API Team) wrote: > > Hi, > > The access tokens short lived (abou

Re: Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-07-29 Thread xuantoi . ads . mtest
Hi Milind, my access token was correct, i can get some information like profile, email ... but i can't use this access token to accept invitation from mcc account, i use this code to accept

Link Adwords Account: AuthenticationError.OAUTH_TOKEN_INVALID

2018-07-27 Thread xuantoi . ads . mtest
Hello, I'm got AuthenticationError.OAUTH_TOKEN_INVALID when try to link adwords account to manager adwords account here my code at server: private void sendRequest(ManagedCustomerServiceInterface managedCustomerService, Long customerId, Long managerId) throws RemoteException { //send emai