adgroup targeting add placement qusetion !!

26 views
Skip to first unread message

박정현

unread,
May 12, 2017, 2:40:29 AM5/12/17
to AdWords API Forum
hi 

i qusetion !!
adwords add placement site 


add


api call

        Placement placement = new Placement();
        placement.setUrl("www.google.com");
        placement.setType(CriterionType.PLACEMENT);

        BiddableAdGroupCriterion biddableAdGroupCriterion = new BiddableAdGroupCriterion();
        biddableAdGroupCriterion.setAdGroupId(41418648415L);
        biddableAdGroupCriterion.setCriterion(placement);

        AdGroupCriterionOperation adGroupCriterionOperation = new AdGroupCriterionOperation();

        adGroupCriterionOperation.setOperand(biddableAdGroupCriterion);
        adGroupCriterionOperation.setOperator(Operator.ADD);




what is the difference between site.www.google.com and www.google.com?

thk api team

Ivan Bautista

unread,
May 12, 2017, 3:58:33 AM5/12/17
to AdWords API Forum
Hi,

To help us answer you more accurately, could you confirm if the site.www.google.com was generated from the AdWords UI via the search tool when adding placement targeting? If not, then could you reply to us privately (using reply privately to author option) with a screenshot from where you've generated the url or the SOAP request and response logs captured if it was generated from the AdWords API?

We assume that the www.google.com was returned via the AdWords API call for AdGroupCriterionService based from your code but let us know if our assumption is incorrect.

Regards,
Ivan
AdWords API Team

Reply all
Reply to author
Forward
Message has been deleted
0 new messages