Hi. I try to create DSA:
$cond1 = new WebpageCondition(); $cond1->operand = 'site.com'; $cond1->argument = "/marscruise/children"; $param = new WebpageParameter(); $param->criterionName = "Special offers for children"; $param->conditions = $cond1; $webpage = new Webpage(); $webpage->parameter = $param; $adGroupCriterion = new BiddableAdGroupCriterion(); $adGroupCriterion->adGroupId = 1234567890; $adGroupCriterion->criterion = $webpage; $bid = new CpcBid(); $bid->bid = new Money(CPC_BID); $biddingStrategyConfiguration = new BiddingStrategyConfiguration(); $biddingStrategyConfiguration->bids[] = $bid; $adGroupCriterion->biddingStrategyConfiguration = $biddingStrategyConfiguration; $adGroupCriteria[] = $adGroupCriterion; $operation = new AdGroupCriterionOperation(); $operation->operand = $adGroupCriterion; $operation->operator = 'ADD'; $operations[] = $operation; $result = $adGroupCriterionService->mutate($operations); Result: Fatal error: Uncaught SoapFault exception: [soap:Server] [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro] What am i doing wrong? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/b13b163c-9d7a-4a97-b246-9db68b69912b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.