Re: Unable to get the account Labels using account label service

2017-06-21 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings!

Could you please start a new thread? This looks like a new issue, so it 
would be so helpful for you to do that. In that post, it would be great if 
you had the SOAP XML (with personal information not shown). To look up an 
error like this, we would need the *requestId* that is in the response that 
comes back.

Thanks,
Nadine, AdWords API Team

On Wednesday, June 21, 2017 at 10:43:23 AM UTC-4, silent_coder wrote:
>
> Hi nadine,
>
> When I use AccountLabels in Selector, it gives me:
>
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
>
> What could be the problem here? Thanks
>
> On Saturday, December 5, 2015 at 12:00:30 AM UTC+8, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hi Kamran,
>>
>> Thanks for clarifying! The service you'll want to use is 
>> ManagedCustomerService->get() 
>> 
>>  at 
>> the manager account level of your hierarchy. In your Selector 
>> ,
>>  
>> you'll want to choose:
>>
>>- CustomerId
>>- AccountLabels
>>
>> That will give you a mapping of each account with its associated account 
>> labels.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Friday, December 4, 2015 at 7:39:28 AM UTC-5, rc1...@gmail.com wrote:
>>>
>>> Hi Nadine,
>>>
>>> Thank you for the quick update now I understand how to get the labels on 
>>> account level.
>>> Please see below for the request ID i used to get the labels.
>>> 00052611ba919d700ac246870d033586
>>>
>>> But sorry I think I was not very clear earlier, actually I want to get 
>>> Labels associated with particular account, e.g. i have many accounts in and 
>>> i want to know through API, which labels are associated with each account.
>>>
>>> Can you please let me know which API request should I be using to get 
>>> this data?
>>>
>>> Regards,
>>>
>>> Kamran
>>>
>>> On Thursday, December 3, 2015 at 6:06:15 PM UTC-5, Nadine Sundquist 
>>> (AdWords API Team) wrote:

 Hi Kamran,

 Thanks for providing the *requestId*. That really made everything a 
 lot easier to track down. So, it looks like you're calling 
 AccountLabelService 
 
  against 
 a customer account, rather than a manager account. Try using the 
 LabelService 
 
  
 instead at that level of your account hierarchy. If you call 
 AccountLabelService 
 one level above that account, which would be the manager account level, 
 then you would get back account level labels.

 Happy coding,
 Nadine, AdWords API Team

 On Thursday, December 3, 2015 at 3:15:34 PM UTC-5, rc1...@gmail.com 
 wrote:
>
> Hi Team,
>
> I am not able to get the Labels associated with the account.
>
> I am using Account Label Service to get the account labels.
>
> The Request ID is mentioned below. Please let me know if you need 
> anything else.
>
> 00052603c66655900ac246870d033586
>
> Thanks,
>
> Kamran
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/3199ea83-fa99-4a6a-b906-9d38bcebefcc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get the account Labels using account label service

2017-06-21 Thread silent_coder
Hi nadine,

When I use AccountLabels in Selector, it gives me:

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

What could be the problem here? Thanks

On Saturday, December 5, 2015 at 12:00:30 AM UTC+8, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hi Kamran,
>
> Thanks for clarifying! The service you'll want to use is 
> ManagedCustomerService->get() 
> 
>  at 
> the manager account level of your hierarchy. In your Selector 
> ,
>  
> you'll want to choose:
>
>- CustomerId
>- AccountLabels
>
> That will give you a mapping of each account with its associated account 
> labels.
>
> Best,
> Nadine, AdWords API Team
>
> On Friday, December 4, 2015 at 7:39:28 AM UTC-5, rc1...@gmail.com 
>  wrote:
>>
>> Hi Nadine,
>>
>> Thank you for the quick update now I understand how to get the labels on 
>> account level.
>> Please see below for the request ID i used to get the labels.
>> 00052611ba919d700ac246870d033586
>>
>> But sorry I think I was not very clear earlier, actually I want to get 
>> Labels associated with particular account, e.g. i have many accounts in and 
>> i want to know through API, which labels are associated with each account.
>>
>> Can you please let me know which API request should I be using to get 
>> this data?
>>
>> Regards,
>>
>> Kamran
>>
>> On Thursday, December 3, 2015 at 6:06:15 PM UTC-5, Nadine Sundquist 
>> (AdWords API Team) wrote:
>>>
>>> Hi Kamran,
>>>
>>> Thanks for providing the *requestId*. That really made everything a lot 
>>> easier to track down. So, it looks like you're calling 
>>> AccountLabelService 
>>> 
>>>  against 
>>> a customer account, rather than a manager account. Try using the 
>>> LabelService 
>>> 
>>>  
>>> instead at that level of your account hierarchy. If you call 
>>> AccountLabelService 
>>> one level above that account, which would be the manager account level, 
>>> then you would get back account level labels.
>>>
>>> Happy coding,
>>> Nadine, AdWords API Team
>>>
>>> On Thursday, December 3, 2015 at 3:15:34 PM UTC-5, rc1...@gmail.com 
>>> wrote:

 Hi Team,

 I am not able to get the Labels associated with the account.

 I am using Account Label Service to get the account labels.

 The Request ID is mentioned below. Please let me know if you need 
 anything else.

 00052603c66655900ac246870d033586

 Thanks,

 Kamran

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/a0d6316a-fb7e-4134-ae94-fe995b013685%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get the account Labels using account label service

2015-12-04 Thread rc1375
Hi Nadine,

Thanks for quick reply.

ManagedCustomerService->get() worked perfectly as per my requirement.

Thank you so much for the help!

Regards,

Kamran

On Friday, December 4, 2015 at 7:39:28 AM UTC-5, rc1...@gmail.com wrote:
>
> Hi Nadine,
>
> Thank you for the quick update now I understand how to get the labels on 
> account level.
> Please see below for the request ID i used to get the labels.
> 00052611ba919d700ac246870d033586
>
> But sorry I think I was not very clear earlier, actually I want to get 
> Labels associated with particular account, e.g. i have many accounts in and 
> i want to know through API, which labels are associated with each account.
>
> Can you please let me know which API request should I be using to get this 
> data?
>
> Regards,
>
> Kamran
>
> On Thursday, December 3, 2015 at 6:06:15 PM UTC-5, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hi Kamran,
>>
>> Thanks for providing the *requestId*. That really made everything a lot 
>> easier to track down. So, it looks like you're calling 
>> AccountLabelService 
>> 
>>  against 
>> a customer account, rather than a manager account. Try using the 
>> LabelService 
>> 
>>  
>> instead at that level of your account hierarchy. If you call 
>> AccountLabelService 
>> one level above that account, which would be the manager account level, 
>> then you would get back account level labels.
>>
>> Happy coding,
>> Nadine, AdWords API Team
>>
>> On Thursday, December 3, 2015 at 3:15:34 PM UTC-5, rc1...@gmail.com 
>> wrote:
>>>
>>> Hi Team,
>>>
>>> I am not able to get the Labels associated with the account.
>>>
>>> I am using Account Label Service to get the account labels.
>>>
>>> The Request ID is mentioned below. Please let me know if you need 
>>> anything else.
>>>
>>> 00052603c66655900ac246870d033586
>>>
>>> Thanks,
>>>
>>> Kamran
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/90694586-1ec3-45ca-a2b8-e694075f4b1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get the account Labels using account label service

2015-12-04 Thread Nadine Sundquist (AdWords API Team)
Hi Kamran,

Thanks for clarifying! The service you'll want to use is 
ManagedCustomerService->get() 

 at 
the manager account level of your hierarchy. In your Selector 
,
 
you'll want to choose:

   - CustomerId
   - AccountLabels

That will give you a mapping of each account with its associated account 
labels.

Best,
Nadine, AdWords API Team

On Friday, December 4, 2015 at 7:39:28 AM UTC-5, rc1...@gmail.com wrote:
>
> Hi Nadine,
>
> Thank you for the quick update now I understand how to get the labels on 
> account level.
> Please see below for the request ID i used to get the labels.
> 00052611ba919d700ac246870d033586
>
> But sorry I think I was not very clear earlier, actually I want to get 
> Labels associated with particular account, e.g. i have many accounts in and 
> i want to know through API, which labels are associated with each account.
>
> Can you please let me know which API request should I be using to get this 
> data?
>
> Regards,
>
> Kamran
>
> On Thursday, December 3, 2015 at 6:06:15 PM UTC-5, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hi Kamran,
>>
>> Thanks for providing the *requestId*. That really made everything a lot 
>> easier to track down. So, it looks like you're calling 
>> AccountLabelService 
>> 
>>  against 
>> a customer account, rather than a manager account. Try using the 
>> LabelService 
>> 
>>  
>> instead at that level of your account hierarchy. If you call 
>> AccountLabelService 
>> one level above that account, which would be the manager account level, 
>> then you would get back account level labels.
>>
>> Happy coding,
>> Nadine, AdWords API Team
>>
>> On Thursday, December 3, 2015 at 3:15:34 PM UTC-5, rc1...@gmail.com 
>> wrote:
>>>
>>> Hi Team,
>>>
>>> I am not able to get the Labels associated with the account.
>>>
>>> I am using Account Label Service to get the account labels.
>>>
>>> The Request ID is mentioned below. Please let me know if you need 
>>> anything else.
>>>
>>> 00052603c66655900ac246870d033586
>>>
>>> Thanks,
>>>
>>> Kamran
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/18696ac4-069f-468f-b924-0f224e050f22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get the account Labels using account label service

2015-12-04 Thread rc1375
Hi Nadine,

Thank you for the quick update now I understand how to get the labels on 
account level.
Please see below for the request ID i used to get the labels.
00052611ba919d700ac246870d033586

But sorry I think I was not very clear earlier, actually I want to get 
Labels associated with particular account, e.g. i have many accounts in and 
i want to know through API, which labels are associated with each account.

Can you please let me know which API request should I be using to get this 
data?

Regards,

Kamran

On Thursday, December 3, 2015 at 6:06:15 PM UTC-5, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hi Kamran,
>
> Thanks for providing the *requestId*. That really made everything a lot 
> easier to track down. So, it looks like you're calling AccountLabelService 
> 
>  against 
> a customer account, rather than a manager account. Try using the 
> LabelService 
> 
>  
> instead at that level of your account hierarchy. If you call 
> AccountLabelService 
> one level above that account, which would be the manager account level, 
> then you would get back account level labels.
>
> Happy coding,
> Nadine, AdWords API Team
>
> On Thursday, December 3, 2015 at 3:15:34 PM UTC-5, rc1...@gmail.com 
>  wrote:
>>
>> Hi Team,
>>
>> I am not able to get the Labels associated with the account.
>>
>> I am using Account Label Service to get the account labels.
>>
>> The Request ID is mentioned below. Please let me know if you need 
>> anything else.
>>
>> 00052603c66655900ac246870d033586
>>
>> Thanks,
>>
>> Kamran
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/33d94724-b134-47d0-a0de-4f1dc34e76b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get the account Labels using account label service

2015-12-03 Thread Nadine Sundquist (AdWords API Team)
Hi Kamran,

Thanks for providing the *requestId*. That really made everything a lot 
easier to track down. So, it looks like you're calling AccountLabelService 

 against 
a customer account, rather than a manager account. Try using the 
LabelService 
 
instead at that level of your account hierarchy. If you call 
AccountLabelService 
one level above that account, which would be the manager account level, 
then you would get back account level labels.

Happy coding,
Nadine, AdWords API Team

On Thursday, December 3, 2015 at 3:15:34 PM UTC-5, rc1...@gmail.com wrote:
>
> Hi Team,
>
> I am not able to get the Labels associated with the account.
>
> I am using Account Label Service to get the account labels.
>
> The Request ID is mentioned below. Please let me know if you need anything 
> else.
>
> 00052603c66655900ac246870d033586
>
> Thanks,
>
> Kamran
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a7ebebc8-0486-4c6e-b576-14eb6dcfd7ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to get the account Labels using account label service

2015-12-03 Thread rc1375
Hi Team,

I am not able to get the Labels associated with the account.

I am using Account Label Service to get the account labels.

The Request ID is mentioned below. Please let me know if you need anything 
else.

00052603c66655900ac246870d033586

Thanks,

Kamran

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e6dd412-b80d-4f3b-91fb-753f80e18a1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.