Hello everyone,

I have a script that is creating Video Ad Groups, and I'd like to define my 
Age targetting after creating the ad group.
Issue is, I don't manage to add multiple age groups at once.

Here is my piece of code:

 var videoAgeBuilder = videoAdGroup.videoTargeting().newAgeBuilder();
             var videoAgeOperation = videoAgeBuilder
               .withAgeRange('AGE_RANGE_18_24')
               .withAgeRange('AGE_RANGE_25_34')    // required
               .withAgeRange('AGE_RANGE_UNDETERMINED')     // required
               .build();     

Tried multiple ways (using "+" or "&") and it never seems to work.

Thanks in advance for your help. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fb4b990a-75e0-4a5b-8228-5722e7543e7d%40googlegroups.com.

Reply via email to