Re: Creating Remarketing Campaign in v201409

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi Kaushik,

There isn't a 1-to-1 match between subtypes shown in the UI and the 
subtypes in the API. When you create a campaign via the API it will be an *all 
features* campaign. The good news is that this means you can add 
remarketing features to such a campaign and it should function the same as 
a *remarketing* campaign in the UI.

Thanks,
Josh, AdWords API Team

On Thursday, December 18, 2014 2:15:05 PM UTC-5, tgkaush...@gmail.com wrote:

 Hi,

 im having some serious trouble figuring out on how to create a campaign 
 with subtype remarketing instead of all features. I followed the 
 documentation on how to add a userlist to adgroup but im unable to get the 
 campaign subtype to remarketing.
  
 thanks,
 kaushik


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b25dcefb-1c05-402f-a5e4-e150f7027ddb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating Remarketing Campaign in v201409

2014-12-19 Thread tgkaushikvtest
hi Josh,

Thanks for the response. I was also looking to further filter remarketing 
userlist by adding keywords, so by adding keywords to the adgroup would it 
only target with in the remarketing userlist?

Thanks,
kaushik

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8ac7350e-fe98-40d5-8873-74415fe0c084%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating Remarketing Campaign in v201409

2014-12-19 Thread Josh Radcliff (AdWords API Team)
Hi Kaushik,

It's up to you - you can indicate whether you want to a) simply use the 
list for bidding or b) limit to users in the list by including a 
TargetingSettingDetail 
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.TargetingSettingDetail
 for CriterionTypeGroup 
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.CriterionTypeGroup
 *USER_INTEREST_AND_LIST *in the AdGroup.settings 
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.AdGroup#settings
 as 
follows:

   - targetAll 
   
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.TargetingSettingDetail#targetAll
 = 
   true - Serve ads to all users, but allow bid customizations/overrides by 
   user list
   - targetAll 
   
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.TargetingSettingDetail#targetAll
 = false - 
   Only serve ads to users in the list

Thanks,
Josh, AdWords API team

On Friday, December 19, 2014 1:01:11 PM UTC-5, tgkaush...@gmail.com wrote:

 hi Josh,

 Thanks for the response. I was also looking to further filter remarketing 
 userlist by adding keywords, so by adding keywords to the adgroup would it 
 only target with in the remarketing userlist?

 Thanks,
 kaushik



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/67567617-86da-49e3-a935-0ca9eec163c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.