Duplicate of
https://groups.google.com/forum/#!topic/adwords-api/cX_4WRnXpJg
On Friday, April 26, 2013 3:55:49 AM UTC+4, Etienne Lawlor wrote:
>
> I tried setting my selector like that but am not able to get the
> FirstPageCpc. It looks like the documentation has not changed :
>
>
> https://
I tried setting my selector like that but am not able to get the
FirstPageCpc. It looks like the documentation has not changed :
https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201302-AdGroupCriterionService
my @predicates;
my $keyword_pr
Sorry, I have found the problem, I just had to use in the Selector the
proper field:
selector.setFields(new String[] {"Id", "AdGroupId", "MatchType",
"KeywordText", "FirstPageCpc"});
On Tuesday, July 10, 2012 6:37:41 PM UTC+3, Stamatina Thomaidou wrote:
>
> Hello everyone,
>
> I'm trying to ret
Hello everyone,
I'm trying to retrieve an estimated first page cpc for a completely new
keyword, but when I use getFirstPageCpc() it returns null as a result, thus
I cannot understand what I'm doing wrong.
I use v201109 of AdWords API Java.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~