Hello! I'm working on a app that manages Ip exclusions for a list of customers under a MCC account. I can add IpBlock criterions without problems, but when the list reach the 500 limit, I'd want to replace items using the FIFO method. Is there a way to get the list of blocked addresses for a certain campaing, identifying the oldest ones? I was checking the interactive query builder, but can't find a field that serve this purpose...
I'm currently using this query: "SELECT campaign.id, campaign.name, campaign_criterion.criterion_id, campaign_criterion.status, campaign_criterion.ip_block.ip_address FROM campaign_criterion WHERE campaign_criterion.type = 'IP_BLOCK'" Thanks in advance, Emiliano -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/2abad289-1468-4e70-aa3f-d918f2de9a15%40googlegroups.com.
