Re: Keyword returned as "Content"

2012-01-10 Thread Eric Koleda
Hi Vishal, The CRITERIA_PERFORMANCE_REPORT includes all criteria types. It won't include individual automatic placements, but it will include stats for the keywords, verticals, or audiences that generated those automatic placements. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~

Re: Keyword returned as "Content"

2011-12-28 Thread Vishal Goradia
Hi, I found the actual cause of my problem. Since I was only using KEYWORD_PERFORMANCE_REPORT, it returned statistics only for automatic placements and none for Managed Placements. Thus, I have to run the report twice, once for KEYWORD_PERFORMANCE_REPORT and MANAGED_PLACEMENTS_PERFORMANCE_REPORT.

Re: Keyword returned as "Content"

2011-12-27 Thread repo...@butlertill.com
Hello Evgeniy, I dont know if my code will help in this case, because the output only for one my campaigns has this problem. All other campaigns give correct output. protected void btnGenerateDate_Click(object sender, EventArgs e) { user = new AdWordsUser(headers); lo

Re: Keyword returned as "Content"

2011-12-15 Thread Evgeniy Bogdanov
Hi Vishal. Which library do you using? I think that you want to use TargetingIdeService, but have errors in your parameters. Please, show your code or SOAP XML request. Regards, Evgeniy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Keyword returned as "Content"

2011-12-15 Thread repo...@butlertill.com
Hi, I am trying to get data using the API, but all the keywords for returned data says "Content", but the website shows individual keywords. Why are all keywords returned as "Content", also, why is the match type for all keywords is "Broad" where on the website it says "Exact " or "Phrase" Please