Re: Get all Keywords associated with an account

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Fran, You need to include the *Criteria* field in the report query to get the keyword text in Keyword Performance Report . Regards, Shwetha, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Get all Keywords associated with an account

2017-06-14 Thread Fran Goitia
The problem is that there is no text field for Keyword Performance Report . I can get the keyword id, campaign id, adgroup id and adgroup name, but as I mentioned, I'm not seeing how can I get the keywo

Re: Get all Keywords associated with an account

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Fran, You need to include the Id, CampaignId, AdGroupId and Criteria fields in the report query to get the keyword id, campaign id, adGroup id and text respectively in Keyword Performance

Get all Keywords associated with an account

2017-06-13 Thread Fran Goitia
I need to get the following fields for every keyword associated with an account: id, campaign_id, adgroup_id, text, daily_budget. I'm trying to use the report called KEYWORDS_PERFORMANCE_REPORT as suggested in the group. However, I don't see how I can get keywords' text from this report. -- --