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])
]
);
and set fields like this.
$selector->setFields(
['Id', 'Status', 'HeadlinePart1', 'HeadlinePart2', 
'Description']
);

But I can get only information of the images and urls.
I want to know the name and headline and description of under the Adgroup.
Image is my return value of the call.

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/02c8901d-aaef-438b-b964-f361e8483a30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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;

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/77cd12d3-88df-4ac5-a408-26b30e07d87a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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시 53분 8초 UTC+9, googleadsapi-forumadvisor 님의 말:
>
> Hi,
>
> You could use the ManageCustomerService 
> 
>  to 
> retrieve the list of accounts under your MCC account. You may refer to this 
> complete sample code 
> 
>  in 
> PHP on how to retrieve your account hierarchy. Make sure to set your MCC ID 
> as the clientCustomerId in your request header.
>
> Thanks and regards,
> Luis
> AdWords API Team
>
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> On 02/22/19 11:03:12 chai.a...@gmail.com  wrote:
>
> 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.
> Like this capture.
>
> [image: capture.png]
>
> Which class of API I have to use to get this information?
>
>
> Thanks.
>
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog:
> https://googleadsdeveloper.blogspot.com/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>  
> You received this message because you are subscribed to the Google
> Groups "AdWords API and Google Ads API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to adwords-api+unsubscr...@googlegroups.com.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/adwords-api/44f3742c-27e0-4a7d-89d5-86e61a88a375%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8de268d4-3a4f-4de8-82db-069caf455277%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.
Like this capture.

[image: capture.png] 

Which class of API I have to use to get this information?


Thanks.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/44f3742c-27e0-4a7d-89d5-86e61a88a375%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a2847631-8a30-4f94-b4d2-aeefd16591fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 response 
> can be seen below :
>
> *"Thank you for sending the logs. Upon checking, the client account 
> (606-338-5846) appears to be a production client account and not a test 
> client account. That said, you would not be able to link the production 
> client account to your test manager account.*
>
> *You can create a test client account via the CreateAccount 
> 
>  example 
> in the client library and while using your test manager account ID 
> (299-688-2927) as the value for the clientCustomerId property in your 
> properties file. I hope this helps."*
>
> Best regards,
> Peter
> AdWords API Team
>
> On Friday, November 16, 2018 at 9:14:17 AM UTC+8, chai.a...@gmail.com 
>  wrote:
>>
>> 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() 
>>> 
>>>  as 
>>> stated in this guide 
>>> .
>>>  
>>> So I can further investigate, you may send to me the complete SOAP request 
>>> and response logs generated when you encountered the error.
>>>
>>> You may send the logs via the *Reply privately to author* option.
>>>
>>> Thanks and regards,
>>> Peter
>>> AdWords API Team
>>>
>>> On Wednesday, November 14, 2018 at 4:06:14 PM UTC+8, chai.a...@gmail.com 
>>> wrote:

 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 , but the new account is definitely production account, and it 
 changes to test account after I add on my test manager account by using 
 the 
 UI.
 How can I test the linking process that add my test account to my test 
 manager account?

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f23eb43d-9cbf-4a2e-9bce-76ea40d3366d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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() 
> 
>  as 
> stated in this guide 
> .
>  
> So I can further investigate, you may send to me the complete SOAP request 
> and response logs generated when you encountered the error.
>
> You may send the logs via the *Reply privately to author* option.
>
> Thanks and regards,
> Peter
> AdWords API Team
>
> On Wednesday, November 14, 2018 at 4:06:14 PM UTC+8, chai.a...@gmail.com 
>  wrote:
>>
>> 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 
>> , but the new account is definitely production account, and it changes to 
>> test account after I add on my test manager account by using the UI.
>> How can I test the linking process that add my test account to my test 
>> manager account?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ebeb8d6-4bf9-4e97-92a2-534509e3ed33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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();

$link->setClientCustomerId('6063385846');
$link->setLinkStatus(LinkStatus::PENDING);
$link->setManagerCustomerId('2996882927');

$linkOp->setOperand($link);
$linkOp->setOperator(Operator::ADD);

// print_r($linkOp);
$result = $managedCustomerService->mutateLink([$linkOp]);
print_r($result);

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() 
> 
>  as 
> stated in this guide 
> .
>  
> So I can further investigate, you may send to me the complete SOAP request 
> and response logs generated when you encountered the error.
>
> You may send the logs via the *Reply privately to author* option.
>
> Thanks and regards,
> Peter
> AdWords API Team
>
> On Wednesday, November 14, 2018 at 4:06:14 PM UTC+8, chai.a...@gmail.com 
>  wrote:
>>
>> 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 
>> , but the new account is definitely production account, and it changes to 
>> test account after I add on my test manager account by using the UI.
>> How can I test the linking process that add my test account to my test 
>> manager account?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/421f9f95-f792-4a56-90a9-9dadc98de746%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 , 
but the new account is definitely production account, and it changes to 
test account after I add on my test manager account by using the UI.
How can I test the linking process that add my test account to my test 
manager account?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c2b6dd63-305b-457c-949e-affcf3b57f7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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,
> Milind, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2d0f3bcd-e51d-4cda-b14c-87ae787ee5ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 account either?
If so, I do not know how to use the test account at all.
Why can not call the data from my test accounts?

I hope that I will not worry about this problem anymore..
Thanks.


(It seems real real test account finally, 483-123-4552)

[image: 캡처1.PNG]




2018년 10월 26일 금요일 오후 11시 56분 35초 UTC+9, Milind Sankeshware (AdWords API 
Team) 님의 말:
>
> Hi,
>
> Yes, 883-246-9747 is not a Test Account. If you don't see the red Test 
> account label on your Google Ads account page, then the account is a 
> production account. If you have created the test account under the test 
> manager account, then it should be a test client account. I can see the 
> test manager account is 299-688-2927 (From attached screenshot). But the 
> account 883-246-9747 is not under that manager account. For more 
> information on test account please refer to this guide 
> 
> .
>
> Thanks,
> Milind, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ad579c5-2b8c-4a63-b7a9-630a7ca29527%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 where can I create test account under the test manager 
account.


2018년 10월 26일 금요일 오전 2시 26분 5초 UTC+9, Milind Sankeshware (AdWords API Team) 
님의 말:
>
> Hi,
>
> The process which you followed is correct. The 883-246-9747 is not a test 
> account and trying to make an API call against this account using an 
> unapproved developer token will result in DEVELOPER_TOKEN_NOT_APPROVED. If 
> you were trying against a test account and getting this error, could you 
> share your complete SOAP logs (including the header) using reply privately 
> to author? 
>
> About the 'Your balance is exhausted ' message, please refer to this forum 
> thread 
> .
>  
> If you have questions about the UI, please post on the advertisers 
> community forum 
> 
> .
>
> Thanks,
> Milind, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/64543844-60cd-4a83-aa94-4313f8bf88dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 manager account(299-688-2927) and got the 
refresh token by using the PHP client library.

But I couldn't get the test account(883-246-9747)'s campaign information.
I get the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error.

My question is twofold.
First, is that process correct?
Then why I got the error?

Besides, my test accounts(883-246-9747) campaign has this problem. -> Your 
balance is exhausted - Your ads have stopped running because your balance 
has run out. To resume advertising, add funds to your account via Billing.
I can not be sure that this is the right situation and I do not know what I 
fix to solve these problem.

I attach my log.
Thanks.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/63d29768-25bf-40dc-8d1e-5c3c3fc5f8e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 manager account(299-688-2927) and got the 
refresh token by using the PHP client library.
Then I fixed the information on adsapi_php.ini and called the 
getCampaign.php, but I got the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED 
error.
( If I call the getCampaign.php  by test manager 
account(clientCustomerId='299-688-2927'), there's no error but I got the 
empty result : totalNumEntries = 0. )

Besides, my test accounts campaign has this problem : Your balance is 
exhausted - Your ads have stopped running because your balance has run out. 
To resume advertising, add funds to your account via Billing.
I can not be sure that this is the right situation and I do not know what I 
fix to solve these problem.

I attach my testing log.
Thanks.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0928f5a1-0a82-40e2-9799-dacd204a783c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.