Re: Two ways to get in-market category list: ConstantDataService.getUserInterestCriterion or the static file

2018-04-17 Thread Jianbo zhu
Got it, thanks, Vincent!

On Mon, Apr 16, 2018 at 10:08 PM, 'Vincent Racaza (AdWords API Team)' via
AdWords API Forum  wrote:

> HI Jianbo,
>
> You can either use your option 1 (via ConstantDataService.
> getUserInterestCriterion()
> )
> or option 2 (via this table
> )
> as both options should have the same data at the same time. However for the
> timing of the updates for this list, we do not have a specific timing for
> this. You are also correct that the list does not necessarily have the same
> timing on the release of an API version. What you need to do is just to
> regularly check the list via your option 1 or 2.
>
> Let me know if you have further clarifications.
>
> 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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/adwords-api/YRk-fQFbRDA/unsubscribe.
> To unsubscribe from this group and all its topics, 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/12b4d778-605c-47a2-85c5-fbab91cada96%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAL9F_Hrm1qYU5r8NRBCWh7OdcuiuMpYWRvWBWReogcBNr50bNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Two ways to get in-market category list: ConstantDataService.getUserInterestCriterion or the static file

2018-04-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
HI Jianbo,

You can either use your option 1 (via 
ConstantDataService.getUserInterestCriterion() 
)
 
or option 2 (via this table 
)
 
as both options should have the same data at the same time. However for the 
timing of the updates for this list, we do not have a specific timing for 
this. You are also correct that the list does not necessarily have the same 
timing on the release of an API version. What you need to do is just to 
regularly check the list via your option 1 or 2. 

Let me know if you have further clarifications.

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/12b4d778-605c-47a2-85c5-fbab91cada96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Two ways to get in-market category list: ConstantDataService.getUserInterestCriterion or the static file

2018-04-16 Thread Jianbo zhu
Hi, AdWords Team,
We have a scenario to get the in-market category list from Adwords API. 
After investigation, we found there are two ways:
1. call ConstantDataService.getUserInterestCriterion service
2. use the csv file provided here: 
https://developers.google.com/adwords/api/docs/appendix/codes-formats#in-market-categories

So, the question is, how frequent does the in-market category list change? 
in the same adwords api version, is it possible the list will change? 
Based on the answer, if the in-market category list does not change during 
one adwords api verion, I guess we prefer #2 because we need to upgrade the 
adwords api verion anyway. otherwise, we prefer to #1 because we can get 
the latest list automatically. 

Thanks in advance:)


Thanks,
Jianbo

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e5b48bed-4368-4b66-871a-96d4bdd5984f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.