For anyone who might be interested in a java solution, I modified an
adwords api code to make it able to retrieve the count of keywords in an
account. Here is the code.
package adwords.axis.v201609.basicoperations;
import com.google.api.ads.adwords.axis.factory.AdWordsServices;
import com.googl
That's great, thank you Dorian.
On Wednesday, 11 July 2012 12:20:50 UTC+1, Dorian Kind wrote:
>
> Hi Neil,
>
> you can use the AdGroupCriterionService for this. Construct a suitable
> selector for the keyword types you are interested in, and set
> paging.numberResults
> to zero. The returned Ad
Hi Neil,
you can use the AdGroupCriterionService for this. Construct a suitable
selector for the keyword types you are interested in, and set
paging.numberResults
to zero. The returned AdGroupCriterionPage will contain the number of
keywords in the totalNumEntries field.
Cheers,
Dorian
On We
Hi all
I have what I hope is a simple question:
Is there a way to obtain the total number of keywords that are in an
ACCOUNT?
I don't need all the keyword IDs, just the count.
Thanks
Neil
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
htt