Hi Vasile,

Are you referring to trackingUrltemplate 
<https://developers.google.com/adwords/api/docs/reference/v201708/AdGroupService.AdGroup#trackingurltemplate>
 of 
an ad group or ad? If so, then this field can be filtered on. However, you 
could not filter by the ad group/ads which has tracking template only as 
null/non-null values are not possible in the predicates currently. You need 
to explicitly set your values as predicates. You can do something like this 
in your selector (e.g. in AdGroup):

Selector selector = builder
        .fields(AdGroupField.Id, AdGroupField.Name, AdGroupField.
TrackingUrlTemplate)
        .orderAscBy(AdGroupField.Name)
        .offset(offset)
        .limit(PAGE_SIZE)
        .in(AdGroupField.TrackingUrlTemplate, "XXXXXXXXX","XXXXXXXXX",
"XXXXXXXXX")
        .build();

You can follow our blog 
<http://googleadsdeveloper.blogspot.com/search/label/adwords_api> for any 
future updates like new releases.

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 [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/7de254d7-4fbe-40dd-a1e7-ea64c52eb77f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Question regardi... Vasile Archeri
    • Re: Questio... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
      • Re: Que... Vasile Archeri
        • Re:... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to