Re: Value for userInterestParentId field when adding audience

2018-04-24 Thread Gary Jiang
Ok. Thanks a lot.
On Tuesday, April 24, 2018 at 9:04:47 AM UTC-7, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Gary,
>
> This method is a little different than most methods you may be familiar 
> with. What you need to write is similar to this example 
> 
>  where 
> we show how to use the ConsantDataService. However, the one difference will 
> be that it will look more like this:
>
>   constant_data_service = client.GetService(
>   'ConstantDataService', version='v201802')
>
>
>   affinities = constant_data_service.getUserInterestCriterion('BRAND')
>
> You just pass the argument straight in.
>
> Cheers,
> Nadine, AdWords API Team
>
>
> On Monday, April 23, 2018 at 8:33:49 PM UTC-4, Gary Jiang wrote:
>>
>> Thanks. I tried calling getUserInterestCriterion with  
>> {'userInterestTaxonomyType': 'BRAND'} but got TypeNotFound: Type not found: 
>> 'userInterestTaxonomyType'. I am using Python and it would be very 
>> appreciated that you could provide an example. 
>>
>> On Monday, April 23, 2018 at 3:49:50 PM UTC-7, Nadine Sundquist (AdWords 
>> API Team) wrote:
>>>
>>> Hello Gary,
>>>
>>> Please use a userInterestTaxonomyType of *BRAND*. I just ran it myself 
>>> to double-check. That will get you the list that you need. 
>>>
>>> Take care,
>>> Nadine, AdWords API Team
>>>
>>> On Monday, April 23, 2018 at 4:57:19 PM UTC-4, Gary Jiang wrote:

 I see. So which type should I pass for affinity user interest?

 On Monday, April 23, 2018 at 1:42:55 PM UTC-7, Nadine Sundquist 
 (AdWords API Team) wrote:
>
> Hi Gary,
>
> I admit that error is pretty unclear. Yes, you are totally right. You 
> do need to pass in a type. 
>
> Regards,
> Nadine, AdWords API Team
>
> On Monday, April 23, 2018 at 2:49:48 PM UTC-4, Gary Jiang wrote:
>>
>> INFO:googleads.common:2018-04-23 18:06:04,555 SOAP response:
>>  
>>  http://schemas.xmlsoap.org/soap/envelope/
>> ">
>> 
>>https://adwords.google.com/api/adwords/cm/v201802;>
>>   00056a87e424f2080a62e416d80f31ee
>>   ConstantDataService
>>   getUserInterestCriterion
>>   1
>>   217
>>
>> 
>> 
>>
>>   soap:Server
>>   
>> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
>> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>>   
>>  https://adwords.google.com/api/adwords/cm/v201802;>
>> 
>> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
>> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>> 
>> ApiException
>> http://www.w3.org/2001/XMLSchema-instance; 
>> xsi:type="InternalApiError">
>>
>>
>>   
>>  
>> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
>>InternalApiError
>>UNEXPECTED_INTERNAL_API_ERROR
>> 
>>  
>>   
>>
>> 
>>  
>>  This is what I got when I tried calling  
>> ConstantDataService.getUserInterestCriterion() 
>> 
>>  API, 
>> do I always need to pass a type?
>>
>>
>> On Wednesday, April 18, 2018 at 8:07:47 PM UTC-7, Nadine Sundquist 
>> (AdWords API Team) wrote:
>>>
>>> Hello Gary,
>>>
>>> I don't have a CSV ready to go because we have to go through the 
>>> process of getting that properly published, but we do have an API 
>>> service 
>>> that can get you this list. You can use 
>>> ConstantDataService.getUserInterestCriterion() 
>>> 
>>>  to 
>>> get back the list of available ones already. Please get back to me if 
>>> you 
>>> see those old ones when you pull them down through that service. That 
>>> would 
>>> mean that there is a further issue. I've found that service is 
>>> up-to-date, 
>>> though.
>>>
>>> Cheers,
>>> Nadine, AdWords API Team
>>>
>>> On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:

 Also can we have a list of outdated categories in the CSV file so 
 far? Thanks

 On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
 (AdWords API Team) wrote:
>
> Hello Gary,
>
> Thank you for providing all the amazing details privately. They 
> were really helpful in tracking this down. I'm 

Re: Value for userInterestParentId field when adding audience

2018-04-24 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Gary,

This method is a little different than most methods you may be familiar 
with. What you need to write is similar to this example 

 where 
we show how to use the ConsantDataService. However, the one difference will 
be that it will look more like this:

  constant_data_service = client.GetService(
  'ConstantDataService', version='v201802')


  affinities = constant_data_service.getUserInterestCriterion('BRAND')

You just pass the argument straight in.

Cheers,
Nadine, AdWords API Team


On Monday, April 23, 2018 at 8:33:49 PM UTC-4, Gary Jiang wrote:
>
> Thanks. I tried calling getUserInterestCriterion with  
> {'userInterestTaxonomyType': 'BRAND'} but got TypeNotFound: Type not found: 
> 'userInterestTaxonomyType'. I am using Python and it would be very 
> appreciated that you could provide an example. 
>
> On Monday, April 23, 2018 at 3:49:50 PM UTC-7, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Hello Gary,
>>
>> Please use a userInterestTaxonomyType of *BRAND*. I just ran it myself 
>> to double-check. That will get you the list that you need. 
>>
>> Take care,
>> Nadine, AdWords API Team
>>
>> On Monday, April 23, 2018 at 4:57:19 PM UTC-4, Gary Jiang wrote:
>>>
>>> I see. So which type should I pass for affinity user interest?
>>>
>>> On Monday, April 23, 2018 at 1:42:55 PM UTC-7, Nadine Sundquist (AdWords 
>>> API Team) wrote:

 Hi Gary,

 I admit that error is pretty unclear. Yes, you are totally right. You 
 do need to pass in a type. 

 Regards,
 Nadine, AdWords API Team

 On Monday, April 23, 2018 at 2:49:48 PM UTC-4, Gary Jiang wrote:
>
> INFO:googleads.common:2018-04-23 18:06:04,555 SOAP response:
>  
>  http://schemas.xmlsoap.org/soap/envelope/
> ">
> 
>https://adwords.google.com/api/adwords/cm/v201802;>
>   00056a87e424f2080a62e416d80f31ee
>   ConstantDataService
>   getUserInterestCriterion
>   1
>   217
>
> 
> 
>
>   soap:Server
>   [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
> @ 
> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>   
>  https://adwords.google.com/api/adwords/cm/v201802;>
> 
> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
> 
> ApiException
> http://www.w3.org/2001/XMLSchema-instance; 
> xsi:type="InternalApiError">
>
>
>   
>  InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
>InternalApiError
>UNEXPECTED_INTERNAL_API_ERROR
> 
>  
>   
>
> 
>  
>  This is what I got when I tried calling  
> ConstantDataService.getUserInterestCriterion() 
> 
>  API, 
> do I always need to pass a type?
>
>
> On Wednesday, April 18, 2018 at 8:07:47 PM UTC-7, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Gary,
>>
>> I don't have a CSV ready to go because we have to go through the 
>> process of getting that properly published, but we do have an API 
>> service 
>> that can get you this list. You can use 
>> ConstantDataService.getUserInterestCriterion() 
>> 
>>  to 
>> get back the list of available ones already. Please get back to me if 
>> you 
>> see those old ones when you pull them down through that service. That 
>> would 
>> mean that there is a further issue. I've found that service is 
>> up-to-date, 
>> though.
>>
>> Cheers,
>> Nadine, AdWords API Team
>>
>> On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:
>>>
>>> Also can we have a list of outdated categories in the CSV file so 
>>> far? Thanks
>>>
>>> On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
>>> (AdWords API Team) wrote:

 Hello Gary,

 Thank you for providing all the amazing details privately. They 
 were really helpful in tracking this down. I'm answering out on the 
 forum 
 in case one of your fellow developers bumps into this. I turns out 
 that the affinity 
 categories 
 
  

Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread Gary Jiang
Thanks. I tried calling getUserInterestCriterion with  
{'userInterestTaxonomyType': 'BRAND'} but got TypeNotFound: Type not found: 
'userInterestTaxonomyType'. I am using Python and it would be very 
appreciated that you could provide an example. 

On Monday, April 23, 2018 at 3:49:50 PM UTC-7, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Gary,
>
> Please use a userInterestTaxonomyType of *BRAND*. I just ran it myself to 
> double-check. That will get you the list that you need. 
>
> Take care,
> Nadine, AdWords API Team
>
> On Monday, April 23, 2018 at 4:57:19 PM UTC-4, Gary Jiang wrote:
>>
>> I see. So which type should I pass for affinity user interest?
>>
>> On Monday, April 23, 2018 at 1:42:55 PM UTC-7, Nadine Sundquist (AdWords 
>> API Team) wrote:
>>>
>>> Hi Gary,
>>>
>>> I admit that error is pretty unclear. Yes, you are totally right. You do 
>>> need to pass in a type. 
>>>
>>> Regards,
>>> Nadine, AdWords API Team
>>>
>>> On Monday, April 23, 2018 at 2:49:48 PM UTC-4, Gary Jiang wrote:

 INFO:googleads.common:2018-04-23 18:06:04,555 SOAP response:
  
  http://schemas.xmlsoap.org/soap/envelope/;>
 
https://adwords.google.com/api/adwords/cm/v201802;>
   00056a87e424f2080a62e416d80f31ee
   ConstantDataService
   getUserInterestCriterion
   1
   217

 
 

   soap:Server
   [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
 @ 
 com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
   
  https://adwords.google.com/api/adwords/cm/v201802;>
 
 [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
 
 ApiException
 http://www.w3.org/2001/XMLSchema-instance; xsi:type="InternalApiError">


   
  InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
InternalApiError
UNEXPECTED_INTERNAL_API_ERROR
 
  
   

 
  
  This is what I got when I tried calling  
 ConstantDataService.getUserInterestCriterion() 
 
  API, 
 do I always need to pass a type?


 On Wednesday, April 18, 2018 at 8:07:47 PM UTC-7, Nadine Sundquist 
 (AdWords API Team) wrote:
>
> Hello Gary,
>
> I don't have a CSV ready to go because we have to go through the 
> process of getting that properly published, but we do have an API service 
> that can get you this list. You can use 
> ConstantDataService.getUserInterestCriterion() 
> 
>  to 
> get back the list of available ones already. Please get back to me if you 
> see those old ones when you pull them down through that service. That 
> would 
> mean that there is a further issue. I've found that service is 
> up-to-date, 
> though.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:
>>
>> Also can we have a list of outdated categories in the CSV file so 
>> far? Thanks
>>
>> On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
>> (AdWords API Team) wrote:
>>>
>>> Hello Gary,
>>>
>>> Thank you for providing all the amazing details privately. They were 
>>> really helpful in tracking this down. I'm answering out on the forum in 
>>> case one of your fellow developers bumps into this. I turns out that 
>>> the affinity 
>>> categories 
>>> 
>>>  we 
>>> currently have listed in our documentation are a bit out of sync with 
>>> the 
>>> AdWords UI. We'll get them updated right away. Those categories that 
>>> are 
>>> giving you an error don't even exist in the AdWords UI. In our back-end 
>>> system, they must have been recently removed, and we didn't update our 
>>> list 
>>> to reflect that. Thank you for catching this and bringing this to our 
>>> attention. Unfortunately, this means those categories are no longer 
>>> available, but at least you've helped some people by making sure our 
>>> documentation gets updated. Thank you!
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza 
>>> (AdWords API Team) wrote:

 Hi Gary,


Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Gary,

Please use a userInterestTaxonomyType of *BRAND*. I just ran it myself to 
double-check. That will get you the list that you need. 

Take care,
Nadine, AdWords API Team

On Monday, April 23, 2018 at 4:57:19 PM UTC-4, Gary Jiang wrote:
>
> I see. So which type should I pass for affinity user interest?
>
> On Monday, April 23, 2018 at 1:42:55 PM UTC-7, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Hi Gary,
>>
>> I admit that error is pretty unclear. Yes, you are totally right. You do 
>> need to pass in a type. 
>>
>> Regards,
>> Nadine, AdWords API Team
>>
>> On Monday, April 23, 2018 at 2:49:48 PM UTC-4, Gary Jiang wrote:
>>>
>>> INFO:googleads.common:2018-04-23 18:06:04,555 SOAP response:
>>>  
>>>  http://schemas.xmlsoap.org/soap/envelope/;>
>>> 
>>>https://adwords.google.com/api/adwords/cm/v201802;>
>>>   00056a87e424f2080a62e416d80f31ee
>>>   ConstantDataService
>>>   getUserInterestCriterion
>>>   1
>>>   217
>>>
>>> 
>>> 
>>>
>>>   soap:Server
>>>   [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
>>> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>>>   
>>>  https://adwords.google.com/api/adwords/cm/v201802;>
>>> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
>>> @ 
>>> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>>> 
>>> ApiException
>>> http://www.w3.org/2001/XMLSchema-instance; xsi:type="InternalApiError">
>>>
>>>
>>>   
>>>  InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
>>>InternalApiError
>>>UNEXPECTED_INTERNAL_API_ERROR
>>> 
>>>  
>>>   
>>>
>>> 
>>>  
>>>  This is what I got when I tried calling  
>>> ConstantDataService.getUserInterestCriterion() 
>>> 
>>>  API, 
>>> do I always need to pass a type?
>>>
>>>
>>> On Wednesday, April 18, 2018 at 8:07:47 PM UTC-7, Nadine Sundquist 
>>> (AdWords API Team) wrote:

 Hello Gary,

 I don't have a CSV ready to go because we have to go through the 
 process of getting that properly published, but we do have an API service 
 that can get you this list. You can use 
 ConstantDataService.getUserInterestCriterion() 
 
  to 
 get back the list of available ones already. Please get back to me if you 
 see those old ones when you pull them down through that service. That 
 would 
 mean that there is a further issue. I've found that service is up-to-date, 
 though.

 Cheers,
 Nadine, AdWords API Team

 On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:
>
> Also can we have a list of outdated categories in the CSV file so far? 
> Thanks
>
> On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Gary,
>>
>> Thank you for providing all the amazing details privately. They were 
>> really helpful in tracking this down. I'm answering out on the forum in 
>> case one of your fellow developers bumps into this. I turns out that the 
>> affinity 
>> categories 
>> 
>>  we 
>> currently have listed in our documentation are a bit out of sync with 
>> the 
>> AdWords UI. We'll get them updated right away. Those categories that are 
>> giving you an error don't even exist in the AdWords UI. In our back-end 
>> system, they must have been recently removed, and we didn't update our 
>> list 
>> to reflect that. Thank you for catching this and bringing this to our 
>> attention. Unfortunately, this means those categories are no longer 
>> available, but at least you've helped some people by making sure our 
>> documentation gets updated. Thank you!
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza 
>> (AdWords API Team) wrote:
>>>
>>> Hi Gary,
>>>
>>> You just need to set the userInterestId 
>>> 
>>>  field, 
>>> and not the userInterestParentid 
>>> 
>>>  field 
>>> as this is a read-only field when creating a CriterionUserInterest. 
>>> Kindly 

Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread Gary Jiang
I see. So which type should I pass for affinity user interest?

On Monday, April 23, 2018 at 1:42:55 PM UTC-7, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hi Gary,
>
> I admit that error is pretty unclear. Yes, you are totally right. You do 
> need to pass in a type. 
>
> Regards,
> Nadine, AdWords API Team
>
> On Monday, April 23, 2018 at 2:49:48 PM UTC-4, Gary Jiang wrote:
>>
>> INFO:googleads.common:2018-04-23 18:06:04,555 SOAP response:
>>  
>>  http://schemas.xmlsoap.org/soap/envelope/;>
>> 
>>https://adwords.google.com/api/adwords/cm/v201802;>
>>   00056a87e424f2080a62e416d80f31ee
>>   ConstantDataService
>>   getUserInterestCriterion
>>   1
>>   217
>>
>> 
>> 
>>
>>   soap:Server
>>   [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
>> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>>   
>>  https://adwords.google.com/api/adwords/cm/v201802;>
>> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
>> @ 
>> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>> 
>> ApiException
>> http://www.w3.org/2001/XMLSchema-instance; xsi:type="InternalApiError">
>>
>>
>>   
>>  InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
>>InternalApiError
>>UNEXPECTED_INTERNAL_API_ERROR
>> 
>>  
>>   
>>
>> 
>>  
>>  This is what I got when I tried calling  
>> ConstantDataService.getUserInterestCriterion() 
>> 
>>  API, 
>> do I always need to pass a type?
>>
>>
>> On Wednesday, April 18, 2018 at 8:07:47 PM UTC-7, Nadine Sundquist 
>> (AdWords API Team) wrote:
>>>
>>> Hello Gary,
>>>
>>> I don't have a CSV ready to go because we have to go through the process 
>>> of getting that properly published, but we do have an API service that can 
>>> get you this list. You can use 
>>> ConstantDataService.getUserInterestCriterion() 
>>> 
>>>  to 
>>> get back the list of available ones already. Please get back to me if you 
>>> see those old ones when you pull them down through that service. That would 
>>> mean that there is a further issue. I've found that service is up-to-date, 
>>> though.
>>>
>>> Cheers,
>>> Nadine, AdWords API Team
>>>
>>> On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:

 Also can we have a list of outdated categories in the CSV file so far? 
 Thanks

 On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
 (AdWords API Team) wrote:
>
> Hello Gary,
>
> Thank you for providing all the amazing details privately. They were 
> really helpful in tracking this down. I'm answering out on the forum in 
> case one of your fellow developers bumps into this. I turns out that the 
> affinity 
> categories 
> 
>  we 
> currently have listed in our documentation are a bit out of sync with the 
> AdWords UI. We'll get them updated right away. Those categories that are 
> giving you an error don't even exist in the AdWords UI. In our back-end 
> system, they must have been recently removed, and we didn't update our 
> list 
> to reflect that. Thank you for catching this and bringing this to our 
> attention. Unfortunately, this means those categories are no longer 
> available, but at least you've helped some people by making sure our 
> documentation gets updated. Thank you!
>
> Best,
> Nadine, AdWords API Team
>
> On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza 
> (AdWords API Team) wrote:
>>
>> Hi Gary,
>>
>> You just need to set the userInterestId 
>> 
>>  field, 
>> and not the userInterestParentid 
>> 
>>  field 
>> as this is a read-only field when creating a CriterionUserInterest. 
>> Kindly 
>> edit your request and let me know how it works. If any issues occur, 
>> please 
>> provide the SOAP request and response logs via *Reply privately to 
>> author* option so I can further check.
>>
>> Thanks,
>> Vincent
>> AdWords API Team
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:

Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gary,

I admit that error is pretty unclear. Yes, you are totally right. You do 
need to pass in a type. 

Regards,
Nadine, AdWords API Team

On Monday, April 23, 2018 at 2:49:48 PM UTC-4, Gary Jiang wrote:
>
> INFO:googleads.common:2018-04-23 18:06:04,555 SOAP response:
>  
>  http://schemas.xmlsoap.org/soap/envelope/;>
> 
>https://adwords.google.com/api/adwords/cm/v201802;>
>   00056a87e424f2080a62e416d80f31ee
>   ConstantDataService
>   getUserInterestCriterion
>   1
>   217
>
> 
> 
>
>   soap:Server
>   [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>   
>  https://adwords.google.com/api/adwords/cm/v201802;>
> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
> 
> ApiException
> http://www.w3.org/2001/XMLSchema-instance; xsi:type="InternalApiError">
>
>
>   
>  InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
>InternalApiError
>UNEXPECTED_INTERNAL_API_ERROR
> 
>  
>   
>
> 
>  
>  This is what I got when I tried calling  
> ConstantDataService.getUserInterestCriterion() 
> 
>  API, 
> do I always need to pass a type?
>
>
> On Wednesday, April 18, 2018 at 8:07:47 PM UTC-7, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Gary,
>>
>> I don't have a CSV ready to go because we have to go through the process 
>> of getting that properly published, but we do have an API service that can 
>> get you this list. You can use 
>> ConstantDataService.getUserInterestCriterion() 
>> 
>>  to 
>> get back the list of available ones already. Please get back to me if you 
>> see those old ones when you pull them down through that service. That would 
>> mean that there is a further issue. I've found that service is up-to-date, 
>> though.
>>
>> Cheers,
>> Nadine, AdWords API Team
>>
>> On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:
>>>
>>> Also can we have a list of outdated categories in the CSV file so far? 
>>> Thanks
>>>
>>> On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
>>> (AdWords API Team) wrote:

 Hello Gary,

 Thank you for providing all the amazing details privately. They were 
 really helpful in tracking this down. I'm answering out on the forum in 
 case one of your fellow developers bumps into this. I turns out that the 
 affinity 
 categories 
 
  we 
 currently have listed in our documentation are a bit out of sync with the 
 AdWords UI. We'll get them updated right away. Those categories that are 
 giving you an error don't even exist in the AdWords UI. In our back-end 
 system, they must have been recently removed, and we didn't update our 
 list 
 to reflect that. Thank you for catching this and bringing this to our 
 attention. Unfortunately, this means those categories are no longer 
 available, but at least you've helped some people by making sure our 
 documentation gets updated. Thank you!

 Best,
 Nadine, AdWords API Team

 On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza (AdWords 
 API Team) wrote:
>
> Hi Gary,
>
> You just need to set the userInterestId 
> 
>  field, 
> and not the userInterestParentid 
> 
>  field 
> as this is a read-only field when creating a CriterionUserInterest. 
> Kindly 
> edit your request and let me know how it works. If any issues occur, 
> please 
> provide the SOAP request and response logs via *Reply privately to 
> author* option so I can further check.
>
> Thanks,
> Vincent
> 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 

Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread Gary Jiang
INFO:googleads.common:2018-04-23 18:06:04,555 SOAP response:
 
 http://schemas.xmlsoap.org/soap/envelope/;>

   https://adwords.google.com/api/adwords/cm/v201802;>
  00056a87e424f2080a62e416d80f31ee
  ConstantDataService
  getUserInterestCriterion
  1
  217
   


   
  soap:Server
  [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
  
 https://adwords.google.com/api/adwords/cm/v201802;>
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]

ApiException
http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="InternalApiError">
   
   
  
 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
   InternalApiError
   UNEXPECTED_INTERNAL_API_ERROR

 
  
   

 
 This is what I got when I tried calling  
ConstantDataService.getUserInterestCriterion() 

 API, 
do I always need to pass a type?


On Wednesday, April 18, 2018 at 8:07:47 PM UTC-7, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Gary,
>
> I don't have a CSV ready to go because we have to go through the process 
> of getting that properly published, but we do have an API service that can 
> get you this list. You can use 
> ConstantDataService.getUserInterestCriterion() 
> 
>  to 
> get back the list of available ones already. Please get back to me if you 
> see those old ones when you pull them down through that service. That would 
> mean that there is a further issue. I've found that service is up-to-date, 
> though.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:
>>
>> Also can we have a list of outdated categories in the CSV file so far? 
>> Thanks
>>
>> On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
>> (AdWords API Team) wrote:
>>>
>>> Hello Gary,
>>>
>>> Thank you for providing all the amazing details privately. They were 
>>> really helpful in tracking this down. I'm answering out on the forum in 
>>> case one of your fellow developers bumps into this. I turns out that the 
>>> affinity 
>>> categories 
>>> 
>>>  we 
>>> currently have listed in our documentation are a bit out of sync with the 
>>> AdWords UI. We'll get them updated right away. Those categories that are 
>>> giving you an error don't even exist in the AdWords UI. In our back-end 
>>> system, they must have been recently removed, and we didn't update our list 
>>> to reflect that. Thank you for catching this and bringing this to our 
>>> attention. Unfortunately, this means those categories are no longer 
>>> available, but at least you've helped some people by making sure our 
>>> documentation gets updated. Thank you!
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza (AdWords 
>>> API Team) wrote:

 Hi Gary,

 You just need to set the userInterestId 
 
  field, 
 and not the userInterestParentid 
 
  field 
 as this is a read-only field when creating a CriterionUserInterest. Kindly 
 edit your request and let me know how it works. If any issues occur, 
 please 
 provide the SOAP request and response logs via *Reply privately to 
 author* option so I can further check.

 Thanks,
 Vincent
 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 

Re: Value for userInterestParentId field when adding audience

2018-04-19 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello All,

Thank you so much for following up! That makes a lot more sense. We'll be 
updating our docs shortly. We're in the process of doing that now. Thanks 
again for being such good citizens and bringing this up!

Regards,
Nadine, AdWords API Team

On Thursday, April 19, 2018 at 1:17:52 PM UTC-4, Gary Jiang wrote:
>
> Great! Thanks a lot.
>
> On Wednesday, April 18, 2018 at 8:07:47 PM UTC-7, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Gary,
>>
>> I don't have a CSV ready to go because we have to go through the process 
>> of getting that properly published, but we do have an API service that can 
>> get you this list. You can use 
>> ConstantDataService.getUserInterestCriterion() 
>> 
>>  to 
>> get back the list of available ones already. Please get back to me if you 
>> see those old ones when you pull them down through that service. That would 
>> mean that there is a further issue. I've found that service is up-to-date, 
>> though.
>>
>> Cheers,
>> Nadine, AdWords API Team
>>
>> On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:
>>>
>>> Also can we have a list of outdated categories in the CSV file so far? 
>>> Thanks
>>>
>>> On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
>>> (AdWords API Team) wrote:

 Hello Gary,

 Thank you for providing all the amazing details privately. They were 
 really helpful in tracking this down. I'm answering out on the forum in 
 case one of your fellow developers bumps into this. I turns out that the 
 affinity 
 categories 
 
  we 
 currently have listed in our documentation are a bit out of sync with the 
 AdWords UI. We'll get them updated right away. Those categories that are 
 giving you an error don't even exist in the AdWords UI. In our back-end 
 system, they must have been recently removed, and we didn't update our 
 list 
 to reflect that. Thank you for catching this and bringing this to our 
 attention. Unfortunately, this means those categories are no longer 
 available, but at least you've helped some people by making sure our 
 documentation gets updated. Thank you!

 Best,
 Nadine, AdWords API Team

 On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza (AdWords 
 API Team) wrote:
>
> Hi Gary,
>
> You just need to set the userInterestId 
> 
>  field, 
> and not the userInterestParentid 
> 
>  field 
> as this is a read-only field when creating a CriterionUserInterest. 
> Kindly 
> edit your request and let me know how it works. If any issues occur, 
> please 
> provide the SOAP request and response logs via *Reply privately to 
> author* option so I can further check.
>
> Thanks,
> Vincent
> AdWords API Team
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/22708b71-4d27-4713-bfcb-13a338c7aa86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-19 Thread Gary Jiang
Great! Thanks a lot.

On Wednesday, April 18, 2018 at 8:07:47 PM UTC-7, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Gary,
>
> I don't have a CSV ready to go because we have to go through the process 
> of getting that properly published, but we do have an API service that can 
> get you this list. You can use 
> ConstantDataService.getUserInterestCriterion() 
> 
>  to 
> get back the list of available ones already. Please get back to me if you 
> see those old ones when you pull them down through that service. That would 
> mean that there is a further issue. I've found that service is up-to-date, 
> though.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:
>>
>> Also can we have a list of outdated categories in the CSV file so far? 
>> Thanks
>>
>> On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
>> (AdWords API Team) wrote:
>>>
>>> Hello Gary,
>>>
>>> Thank you for providing all the amazing details privately. They were 
>>> really helpful in tracking this down. I'm answering out on the forum in 
>>> case one of your fellow developers bumps into this. I turns out that the 
>>> affinity 
>>> categories 
>>> 
>>>  we 
>>> currently have listed in our documentation are a bit out of sync with the 
>>> AdWords UI. We'll get them updated right away. Those categories that are 
>>> giving you an error don't even exist in the AdWords UI. In our back-end 
>>> system, they must have been recently removed, and we didn't update our list 
>>> to reflect that. Thank you for catching this and bringing this to our 
>>> attention. Unfortunately, this means those categories are no longer 
>>> available, but at least you've helped some people by making sure our 
>>> documentation gets updated. Thank you!
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza (AdWords 
>>> API Team) wrote:

 Hi Gary,

 You just need to set the userInterestId 
 
  field, 
 and not the userInterestParentid 
 
  field 
 as this is a read-only field when creating a CriterionUserInterest. Kindly 
 edit your request and let me know how it works. If any issues occur, 
 please 
 provide the SOAP request and response logs via *Reply privately to 
 author* option so I can further check.

 Thanks,
 Vincent
 AdWords API Team

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b74d7621-7fb6-4583-b3be-1fe4d733bc28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-19 Thread Matthew Wawrin
Hi,

Mea culpa, I was looking at the affinity list and not in-market list.  
There were removed brands in the in-market list but only a few.  I didn't 
realize the ids that were causing  errors were only 5 unique values, and 
the brands I see removed make sense they're gone.  (Hummer, Pontiac, etc).  
Sorry for the confusion.  Ticket is open to sync with the 
ConstantDataService and we should get this in shortly.

Matt.


On Wednesday, 18 April 2018 22:30:09 UTC-5, Matthew Wawrin wrote:
>
> Hi Nadine, 
>
> I re-checked our logs and found that it appears to started giving errors 
> from 2018-04-10.  Our usage of these criteria is relatively new compared to 
> others (keywords, locations, etc) and the verification on all the required 
> user interests wasn't working properly. 
>
> I hadn't realised we could pull this list with the ConstantDataService.  
> I'll start using this to keep our lists up to date.  
> Any announcements to the changes of these lists would still be very 
> helpful.  We were using these as targeting for specific products and were 
> also planning on building a new campaign around these as well.
>
> I can message you privately if you'd like the list of ids we were using. 
>
> Also, what happens to any adgroups targeting the removed user interest 
> categories?  
>
> Thanks,
> Matt.
> On Wednesday, April 18, 2018 at 10:09:53 PM UTC-5, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Matthew,
>>
>> My assumption was that this was a one-off, but it sounds like you might 
>> be separate from Gary? It is unusual for things to just disappear like 
>> that. I would have to pop through our announcements. What day exactly did 
>> you start seeing these errors? That would help me narrow down when exactly 
>> they were removed.
>>
>> Thanks,
>> Nadine, AdWords API Team
>>
>> On Wednesday, April 18, 2018 at 6:06:23 PM UTC-4, Matthew Wawrin wrote:
>>>
>>> I'm assuming that this fix to the API is why I'm now seeing errors for 
>>> user interest categories that we've been using for months are now throwing 
>>> errors and are no longer documented in the list. 
>>>
>>> I see specific brands we were using are no longer available.  Is there a 
>>> specific reason these were removed?
>>>
>>> When these criteria lists change, are they announced anywhere?
>>>
>>> Thanks
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a6d4b037-b89c-4f05-86fa-c8ba2536aeb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread Matthew Wawrin
Hi Nadine, 

I re-checked our logs and found that it appears to started giving errors 
from 2018-04-10.  Our usage of these criteria is relatively new compared to 
others (keywords, locations, etc) and the verification on all the required 
user interests wasn't working properly. 

I hadn't realised we could pull this list with the ConstantDataService.  
I'll start using this to keep our lists up to date.  
Any announcements to the changes of these lists would still be very 
helpful.  We were using these as targeting for specific products and were 
also planning on building a new campaign around these as well.

I can message you privately if you'd like the list of ids we were using. 

Also, what happens to any adgroups targeting the removed user interest 
categories?  

Thanks,
Matt.
On Wednesday, April 18, 2018 at 10:09:53 PM UTC-5, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hello Matthew,
>
> My assumption was that this was a one-off, but it sounds like you might be 
> separate from Gary? It is unusual for things to just disappear like that. I 
> would have to pop through our announcements. What day exactly did you start 
> seeing these errors? That would help me narrow down when exactly they were 
> removed.
>
> Thanks,
> Nadine, AdWords API Team
>
> On Wednesday, April 18, 2018 at 6:06:23 PM UTC-4, Matthew Wawrin wrote:
>>
>> I'm assuming that this fix to the API is why I'm now seeing errors for 
>> user interest categories that we've been using for months are now throwing 
>> errors and are no longer documented in the list. 
>>
>> I see specific brands we were using are no longer available.  Is there a 
>> specific reason these were removed?
>>
>> When these criteria lists change, are they announced anywhere?
>>
>> Thanks
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9b446a4e-b045-4544-ad75-926e5578a9fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Matthew,

My assumption was that this was a one-off, but it sounds like you might be 
separate from Gary? It is unusual for things to just disappear like that. I 
would have to pop through our announcements. What day exactly did you start 
seeing these errors? That would help me narrow down when exactly they were 
removed.

Thanks,
Nadine, AdWords API Team

On Wednesday, April 18, 2018 at 6:06:23 PM UTC-4, Matthew Wawrin wrote:
>
> I'm assuming that this fix to the API is why I'm now seeing errors for 
> user interest categories that we've been using for months are now throwing 
> errors and are no longer documented in the list. 
>
> I see specific brands we were using are no longer available.  Is there a 
> specific reason these were removed?
>
> When these criteria lists change, are they announced anywhere?
>
> Thanks
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2eded4c6-6e3e-44ff-90ed-bd95c294d693%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Gary,

I don't have a CSV ready to go because we have to go through the process of 
getting that properly published, but we do have an API service that can get 
you this list. You can use ConstantDataService.getUserInterestCriterion() 

 to 
get back the list of available ones already. Please get back to me if you 
see those old ones when you pull them down through that service. That would 
mean that there is a further issue. I've found that service is up-to-date, 
though.

Cheers,
Nadine, AdWords API Team

On Wednesday, April 18, 2018 at 12:48:43 PM UTC-4, Gary Jiang wrote:
>
> Also can we have a list of outdated categories in the CSV file so far? 
> Thanks
>
> On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Gary,
>>
>> Thank you for providing all the amazing details privately. They were 
>> really helpful in tracking this down. I'm answering out on the forum in 
>> case one of your fellow developers bumps into this. I turns out that the 
>> affinity 
>> categories 
>> 
>>  we 
>> currently have listed in our documentation are a bit out of sync with the 
>> AdWords UI. We'll get them updated right away. Those categories that are 
>> giving you an error don't even exist in the AdWords UI. In our back-end 
>> system, they must have been recently removed, and we didn't update our list 
>> to reflect that. Thank you for catching this and bringing this to our 
>> attention. Unfortunately, this means those categories are no longer 
>> available, but at least you've helped some people by making sure our 
>> documentation gets updated. Thank you!
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza (AdWords 
>> API Team) wrote:
>>>
>>> Hi Gary,
>>>
>>> You just need to set the userInterestId 
>>> 
>>>  field, 
>>> and not the userInterestParentid 
>>> 
>>>  field 
>>> as this is a read-only field when creating a CriterionUserInterest. Kindly 
>>> edit your request and let me know how it works. If any issues occur, please 
>>> provide the SOAP request and response logs via *Reply privately to 
>>> author* option so I can further check.
>>>
>>> Thanks,
>>> Vincent
>>> AdWords API Team
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/88572d40-91aa-49ec-ae8b-b0d37680e112%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread Matthew Wawrin
I'm assuming that this fix to the API is why I'm now seeing errors for user 
interest categories that we've been using for months are now throwing errors 
and are no longer documented in the list. 

I see specific brands we were using are no longer available.  Is there a 
specific reason these were removed?

When these criteria lists change, are they announced anywhere?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/731b8652-b0bd-4332-b796-3c314cab5ab7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread Gary Jiang
Also can we have a list of outdated categories in the CSV file so far? 
Thanks

On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Gary,
>
> Thank you for providing all the amazing details privately. They were 
> really helpful in tracking this down. I'm answering out on the forum in 
> case one of your fellow developers bumps into this. I turns out that the 
> affinity 
> categories 
> 
>  we 
> currently have listed in our documentation are a bit out of sync with the 
> AdWords UI. We'll get them updated right away. Those categories that are 
> giving you an error don't even exist in the AdWords UI. In our back-end 
> system, they must have been recently removed, and we didn't update our list 
> to reflect that. Thank you for catching this and bringing this to our 
> attention. Unfortunately, this means those categories are no longer 
> available, but at least you've helped some people by making sure our 
> documentation gets updated. Thank you!
>
> Best,
> Nadine, AdWords API Team
>
> On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza (AdWords 
> API Team) wrote:
>>
>> Hi Gary,
>>
>> You just need to set the userInterestId 
>> 
>>  field, 
>> and not the userInterestParentid 
>> 
>>  field 
>> as this is a read-only field when creating a CriterionUserInterest. Kindly 
>> edit your request and let me know how it works. If any issues occur, please 
>> provide the SOAP request and response logs via *Reply privately to 
>> author* option so I can further check.
>>
>> Thanks,
>> Vincent
>> AdWords API Team
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a24f41f6-bb50-4165-97d1-34bf44985358%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread Gary Jiang
No problem. Actually it would be great that if there is an API fetching 
affinity group in the future.

On Wednesday, April 18, 2018 at 7:00:11 AM UTC-7, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Gary,
>
> Thank you for providing all the amazing details privately. They were 
> really helpful in tracking this down. I'm answering out on the forum in 
> case one of your fellow developers bumps into this. I turns out that the 
> affinity 
> categories 
> 
>  we 
> currently have listed in our documentation are a bit out of sync with the 
> AdWords UI. We'll get them updated right away. Those categories that are 
> giving you an error don't even exist in the AdWords UI. In our back-end 
> system, they must have been recently removed, and we didn't update our list 
> to reflect that. Thank you for catching this and bringing this to our 
> attention. Unfortunately, this means those categories are no longer 
> available, but at least you've helped some people by making sure our 
> documentation gets updated. Thank you!
>
> Best,
> Nadine, AdWords API Team
>
> On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza (AdWords 
> API Team) wrote:
>>
>> Hi Gary,
>>
>> You just need to set the userInterestId 
>> 
>>  field, 
>> and not the userInterestParentid 
>> 
>>  field 
>> as this is a read-only field when creating a CriterionUserInterest. Kindly 
>> edit your request and let me know how it works. If any issues occur, please 
>> provide the SOAP request and response logs via *Reply privately to 
>> author* option so I can further check.
>>
>> Thanks,
>> Vincent
>> AdWords API Team
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1d0351b4-c3e8-48b4-b3a7-ba737f976f02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Gary,

Thank you for providing all the amazing details privately. They were really 
helpful in tracking this down. I'm answering out on the forum in case one 
of your fellow developers bumps into this. I turns out that the affinity 
categories 

 we 
currently have listed in our documentation are a bit out of sync with the 
AdWords UI. We'll get them updated right away. Those categories that are 
giving you an error don't even exist in the AdWords UI. In our back-end 
system, they must have been recently removed, and we didn't update our list 
to reflect that. Thank you for catching this and bringing this to our 
attention. Unfortunately, this means those categories are no longer 
available, but at least you've helped some people by making sure our 
documentation gets updated. Thank you!

Best,
Nadine, AdWords API Team

On Tuesday, April 17, 2018 at 2:05:39 AM UTC-4, Vincent Racaza (AdWords API 
Team) wrote:
>
> Hi Gary,
>
> You just need to set the userInterestId 
> 
>  field, 
> and not the userInterestParentid 
> 
>  field 
> as this is a read-only field when creating a CriterionUserInterest. Kindly 
> edit your request and let me know how it works. If any issues occur, please 
> provide the SOAP request and response logs via *Reply privately to author* 
> option 
> so I can further check.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3e44e065-783b-4287-b465-f1c01f71b3c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Value for userInterestParentId field when adding audience

2018-04-17 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Gary,

You just need to set the userInterestId 

 field, 
and not the userInterestParentid 

 field 
as this is a read-only field when creating a CriterionUserInterest. Kindly 
edit your request and let me know how it works. If any issues occur, please 
provide the SOAP request and response logs via *Reply privately to author* 
option 
so I can further check.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3a6182d3-5e1e-4851-ac60-53ccfd47210b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Value for userInterestParentId field when adding audience

2018-04-16 Thread Gary Jiang
Hi,

I was trying to use AdWords API to add audience to some adgroups using 
CriterionUserInterest Criteria. While the root level audience group works 
properly, when I selected some level audience groups like /Banking & 
Finance/Avid Investors
, it didn't always work.

Here are some cases I encountered:

/Banking & Finance/Avid Investors, with Id of Banking & Finance as parent id
* Success*
/Food & Dining/Frequently Dines Out/Diners by Meal with id of Food & Dining 
as parent id *Failure*

/Food & Dining/Frequently Dines Out/Diners by Meal with id of Food & 
Dining/Frequently Dines Out/ as parent id *Failure*

/Food & Dining/Frequently Dines Out with id of Food & Dining as parent id 
*Failure*

Could you tell me the exact value that I should put there since I didn't 
find it in the documentation? Thanks. 

https://developers.google.com/adwords/api/docs/reference/v201802/CampaignCriterionService.CriterionUserInterest

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fc9e0f67-d41d-4f55-9eaa-1ec0498e6c6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.