Hi everyone, 
I am trying to retrieve the "PercentNewVisitors" from 
the KEYWORDS_PERFORMANCE_REPORT available in the Adword API.

However, I always get this mistake : Column 'PercentNewVisitors' is not 
valid for report type KEYWORDS_PERFORMANCE_REPORT. Double-check your SELECT 
clause.

Would you know the cause of this ? 

Basically my query is : 

select 
CampaignName,
CampaignStatus,
PercentNewVisitors

from
KEYWORDS_PERFORMANCE_REPORT

where
where CampaignStatus = ACTIVE and AdGroupStatus = ENABLED and Status = 
ACTIVE'

during
LAST_WEEK


Thanks 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 [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
--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to