Hi,

Apologies for the delayed response. Please see the answers in blue:

*How to set Target setting on Interests & remarketing?*
      Use the AdGroupService 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupService>
 to 
create the TargetingSettingDetail 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupService.TargetingSettingDetail>
 and 
set it as the settings (TargetingSetting 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupService.TargetingSetting>)
 
of the adGroup. The TargetingSettingDetail should have criterionTypeGroup 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupService.TargetingSettingDetail#criterionTypeGroup>
 = 
USER_INTEREST_AND_LIST and targetAll 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupService.TargetingSettingDetail#targetall>
 (true 
for "Bid only" or false for "Target and bid"). 
*How to set  Interests & remarketing "category" on customer email list?*
      Apologies but I'm not sure if I understand the question correctly. 
Could you please elaborate what you need to do on this question? Are you 
referring to create a ConversionTracker 
<https://developers.google.com/adwords/api/docs/guides/remarketing#non-conversion_actions>
 with 
category REMARKETING? If not, please provide more details on what needs to 
be done in this concern to properly answer it.
*How to save customer email list as targeting?*
      Use the AdGroupCriterionService 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService>
 to 
add each userList as an AdGroupCriterion 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.BiddableAdGroupCriterion>
 with criterion 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.Criterion>
 of 
type CriterionUserList 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.CriterionUserList>.
 
You may refer to the AddKeywords.php 
<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201605/BasicOperations/AddKeywords.php>
 to 
check how to create the BiddableAdGroupCriterion. Just replace the Keyword 
object with the CriterionUserList object.

Hope this helps.

Best Regards,
Joyce, 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/17a3e314-5d3a-4b20-b906-19de6954c8a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to