Hi,
I have this code:
Dim criterionService As AdGroupCriterionService
criterionService = CType(iUser.GetService
(AdWordsService.v200909.AdGroupCriterionService),
AdGroupCriterionService)
criterionService.RequestHeader.validateOnly = True
insertReturnValue = criterionService.mutate
(oCriterionOperations.ToArray)
but validateOnly header is not used because the keyword are real
inserted.
In documentation I found property validateOnlySpecified but in
criterionService.RequestHeader is not exist.
Where is the problem?
Thanks
--
You received this message because you are subscribed to the Google Groups
"AdWords 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.