Tuesday 15 April 2014

ruby on rails 3 - keyword "Content" coming instead of actual keyword in Google Adwords Api -



ruby on rails 3 - keyword "Content" coming instead of actual keyword in Google Adwords Api -

i encountering issue in fetching keywords study google adwords api. else coming proper keywords giving "content" keword text. please 1 suggest me should actual keyword.

i using gem 'google-adwords-api'.

thanks in advance.

it special false keyword returned adwords "contextual display" stats each advertisement group. (the actual per-keyword stats on display network given in separate display_keywords_performance_report)

from official developer guides: https://developers.google.com/adwords/api/docs/guides/reporting-concepts#keywordid3000000

in single attribution reports, keywords triggered impressions on display network represented special keyword (text: content) id 3000000.

example

keyword id,impressions

23458623485,2

23655322314,2

23953456345,2

3000000,4

if target keywords , placements display , run advertisement performance report, you'll row each advertisement , triggering criteria combination placements, , single row advertisement , id 3000000 accounts display keywords triggered advertisement (where single attribution chose keyword rather placement).

ruby-on-rails-3 google-adwords

No comments:

Post a Comment