Re: Create Awords Account

2018-11-09 Thread Trường Nguyễn Xuân
d and the complete SOAP request and response logs so >> that I can further check on it. Kindly reply via the *Reply privately to >> author*. >> >> Best regards, >> Luis >> AdWords API Team >> >> On Friday, November 9, 2018 at 12:59:31 PM UTC+8, T

Re: Invite email google adwords

2018-06-07 Thread Trường Nguyễn Xuân
Hi Dhanya's, Thanks for you support. This is my CID: 1806016198, this is production accounts but I can not use API inviteeEmail and inviteeRole , please add the CID in

Re: Invite email google adwords

2018-06-06 Thread Trường Nguyễn Xuân
Hi Dhanya, Thanks for you support. How to check my MCC Id ( 307-855-0798 this is test account) accessible to whitelisted ? On Thursday, June 7, 2018 at 1:30:41 AM UTC+7, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Trường, > > The inviteeEmail and inviteeRole >

Invite email google adwords

2018-06-06 Thread Trường Nguyễn Xuân
Hi Adwords Team, I have problem, I have MCC account, I'm using API create sub Account for MCC and I invite email, code example: public void Run(AdWordsUser user) { using (ManagedCustomerService managedCustomerService = (ManagedCustomerService)user.GetService(

Re: Adwords API Budget services errors CUSTOMER_NOT_WHITELISTED_FOR_API

2018-04-23 Thread Trường Nguyễn Xuân
Hi Sai Teja, Thanks for your support, I have one single account (adwordsID: 605-374-2550 ) not MCC. when i using API budget order services , I recived error CUSTOMER_NOT_WHITELI STED_FOR_API. Required adwords account is MCC? may be using API budget order services ? On Friday, April 20,

Adwords API Budget services errors CUSTOMER_NOT_WHITELISTED_FOR_API

2018-04-19 Thread Trường Nguyễn Xuân
Hi Adwords Team, I have 1 account MCC, I choose 1 sub account Step 1: In Account 1, I add user truongnguyen.adwo...@gmail.com with permission == admin.

How to check my adwords account is MCC or not MCC?

2018-04-10 Thread Trường Nguyễn Xuân
Hi AdWords Team, I have a quesion, How to check my Adwords account is MCC or not MCC with API? With Account MCC: how to get root account with API? when I using CustomerService get customer I received all account(include: my account, account manager from another adwords account), but not

How to get status Billing & payments of adwords account with API?

2018-04-08 Thread Trường Nguyễn Xuân
Hi Adwords Team, I have a problem, How to get status *Billing & payments* (*have *setting billing & payment or *haven't* setting billing & payment) of adwords account with API?. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

How to set up conversion tracking automated?

2018-04-07 Thread Trường Nguyễn Xuân
Hi Adwords Team, I have problem, When I using Awords API create campaign, I create BiddingStrategyType = ENHANCED_CPC, after in my Adwords interface, tab setting campaign, I see notification "To use this bid strategy, set up conversion tracking." If I not set up conversion tracking? Also it

Re: How to access AdWords API from another account not in account MCC

2018-04-07 Thread Trường Nguyễn Xuân
Hi Vincent, Thank you for support. Also, when I have developer token(basic token) from my adwrods account, it can be used to make calls against any account for which you have a valid refresh token after user access permission OAuth2.0 ? On Friday, April 6, 2018 at 1:48:23 PM UTC+7, Vincent

How to access AdWords API from another account not in account MCC

2018-04-05 Thread Trường Nguyễn Xuân
I want manage multiple unrelated accounts, I build OAuth2 sign-in flow into my application as part of adding OAuth2 support for my application. When I using example from: https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp/OAuth webconfg:

Re: How to access API Adwords from another account not in account MCC

2018-04-05 Thread Trường Nguyễn Xuân
On Friday, April 6, 2018 at 9:37:57 AM UTC+7, Trường Nguyễn Xuân wrote: > > I want manage multiple unrelated accounts, I build OAuth2 sign-in flow > into my application as part of adding OAuth2 support for my application. > > When I using example from: > https://github.com/g

How to access API Adwords from another account not in account MCC

2018-04-05 Thread Trường Nguyễn Xuân
I want manage multiple unrelated accounts, I build OAuth2 sign-in flow into my application as part of adding OAuth2 support for my application. When I using example from: https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp/OAuth webconfg:

Re: How to set multiple location targeting for adwords type SHOPPING?

2018-04-04 Thread Trường Nguyễn Xuân
Hi AdWords Team, Thank you for support, after removing the language, it that works. On Thursday, April 5, 2018 at 12:48:18 AM UTC+7, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > I see that the campaign (Id : 1341670265) that you are trying to add the > criteria is a Shopping

How to set multiple location targeting for adwords type SHOPPING?

2018-04-04 Thread Trường Nguyễn Xuân
When I using .net lib libary from github, result error OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE. How to fix this problem? Thanks so much!. using Google.Api.Ads.AdWords.Lib; using Google.Api.Ads.AdWords.v201802; using System; using System.Collections.Generic; namespace