Hi, I have a program that's using the PHP SDK. We've recently started doing IP blocks to campaigns. We have to do quite a few of these so we've hit the 15k request block today.
I was wondering if there is anyway to send multiple IP addresses in a single operation? I tried a few ways like adding multiple to the IPBlockInfo array and the campaignCriterion array but had no success. All the would happen is we would end up just blocking the list IP on the list for that campaing. What I have been able to do is batch these requests into the mutateCampaignCriteria which hasn't been efficient enough for us not to reach our limit. So I'm only sending one mutateCampaignCriteria but I have to send multiple CampaignCriterionOpertions which I;m guessing is the one that counts towards the overall quota. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/3382f44c-ed2c-4467-a466-24a627a36bebn%40googlegroups.com.
