Hi,
thanks for the response.
I am using AdWords API v201809, and CampaignCriterionService,but i am not sure how the Placement criterion you suggested should be used so i can set a negative dynamic target like e.g. "url contains = blog", as i would do through GUI.
I checked, and it seems that Placement is used along with "setUrl" (e.g. $placement->setUrl('SOME_URL_HERE');), but i am not sure this is what i need here, or in case it is, how it should be used in my case.
I understand that after setting the Placement (if Placement is what i need here), i have to create the new NegativeCampaignCriterion...
But how i can make it exclude e.g. urls containing "blog"?
Any help would be much appreciated.
Thanks in advance.