How can I get the name of the Ads under the Adgroup?

2019-05-03 Thread chai . adwords
Hi I'm using PHP library and trying to get the name and headline of the Ads under the Adgroup by using AdGroupAdService::class. I filtered it by AdGroupId like this, $selector->setPredicates( [ new Predicate('AdGroupId', PredicateOperator::IN, [$adGroupId])

How can I get the create time of Ads?

2019-05-03 Thread chai . adwords
Hi, I'm trying to get information of the Ads, but I can't find any informations about time(create time, update time, start time, end time, etc) of the Ads and AdGroups. How can I get that? I used php library and called AdGroupService::class Service. Thanks; -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: How can I get the ClientCustomerId list of user?

2019-02-24 Thread chai . adwords
The account I want to get a list of accounts are not under my MCC account. They are independent users and do not manage from my MCC account. The account can be another MCC or a sub-MCC. I have to get the users NOT under my MCC account list . How can I get this? Thanks. 2019년 2월 22일 금요일 오후 3시 5

How can I get the ClientCustomerId list of user?

2019-02-21 Thread chai . adwords
I'm using php library of google adwords api and I have completed setting up the Web application for authenticate as any user who grants permission to my app to access their Google Ads account data. But I don't know how can I get the user's client customer id list who grant permission to my app

Does library automatically send an email invitation to that person?

2018-11-29 Thread chai . adwords
When I add a new account under my manager account by using the managedCustomerService.mutateLink function, does library automatically send an email invitation to that person? And does the process work the same in the test account? I'm using the php library. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~

Re: How can I test linking on test manager account?

2018-11-18 Thread chai . adwords
Thanks. Then, can not I send an email to invite my test account? And how do I grant the permissions to the test account after invites? 2018년 11월 16일 금요일 오후 12시 58분 17초 UTC+9, Peter Oliquino (AdWords API Team) 님의 말: > > Hi, > > My apologies as I replied to you privately. The contents of my respons

Re: How can I test linking on test manager account?

2018-11-15 Thread chai . adwords
Hi I'm waiting for your answer:) 2018년 11월 14일 수요일 오후 5시 50분 59초 UTC+9, Peter Oliquino (AdWords API Team) 님의 말: > > Hi, > > You should be able to link a test client account to a test manager account > using the ManagedCustomerService.mutateLink() >

Re: How can I test linking on test manager account?

2018-11-14 Thread chai . adwords
Hi Peter, I send the private message to you and here is some of my code. $managedCustomerService = $adWordsServices->get( $session, ManagedCustomerService::class ); $linkOp = new LinkOperation(); $link = new ManagedCustomerLink();

How can I test linking on test manager account?

2018-11-14 Thread chai . adwords
Hello I'm trying to invite a new test account to my test manager account(2996882927) but I got the error like this: ManagedCustomerServiceError.TEST_ACCOUNT_LINK_ERROR. I have only 4 accounts under my test manager account. I know that the test manager account can't invite the production account

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-11-05 Thread chai . adwords
Hi. Do you have any news about this issue? 2018년 10월 31일 수요일 오전 5시 30분 15초 UTC+9, Milind Sankeshware (AdWords API Team) 님의 말: > > Hi, > > Thanks for sharing the details. There is an ongoing issue regarding this > error, I will let you know once I have more information on this issue. > > Thanks

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-29 Thread chai . adwords
Okay, then how about this account(483-123-4552)? I added this account to my test manager account and made a campaign. I called GetCampaigns.php by clientCustomerID='483-123-4552'. But the result was same. I got the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error. Is 483-123-4552 not a test ac

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-25 Thread chai . adwords
Is 883-246-9747 NOT a test account? I add the account from that picture(capture1.png).. but if that account is not a test account, where do I create one? Adwords API document said that an account that was made from the test manager account UI are test account. Is that wrong? Please notice whe

I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-25 Thread chai . adwords
I made the test manager account(299-688-2927). And made the test account(883-246-9742) under the test manager account using test manager page UI and made campaign on the test account. And I made the production account(754-321-7996) to use the developer token. Last, I logged in with the test manag

I got the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on my test account.

2018-10-25 Thread chai . adwords
I made the test manager account(299-688-2927). And made the test account(883-246-9742) under the test manager account using test manager page UI and made campaign on the test account. And I made the production account(754-321-7996) to use the developer token. Last, I logged in with the test mana