Hello people,
I'm trying to fetch the keywords on my Adwords account via. API.

At the moment, I'm getting the keywords without problems, except one 
problem.
It looks like I keep getting removed keywords in my output.

In my system I can see, that I should have 8 keywords, but the API is 
showing me 9 keywords.

Here is the code:

$query = 'SELECT Id, CriteriaType, KeywordText LIMIT 0,100';
$page = $campaignService->query($query);

Is there a way to say something like "WHERE Status = "ENABLED" like you can 
on campaigns?

(I need to check whether the keyword exists on my account, just for anyone 
wondering what I'm using this for)

Looking forward to hear from you :-)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/45d9eaa2-c51a-4003-8626-f310e317cf11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to