Re: New API 21609 has 3 new fields for quality score factors. Roughly 7% of data is null

2016-08-30 Thread Raghu Kashyap
I am sorry again. Its v201607 that I am currently using. The three fields are: 'PostClickQualityScore', # Landing page factor for QS 'CreativeQualityScore', # Adrelevance factor for QS 'SearchPredictedCtr', # CTR factor for QS I understand that the "Not Applicable" is given where the

Does the order of the segment/dimensions in the request matter?

2016-08-29 Thread Raghu Kashyap
I am currently downloading shop performance report. There are a bunch of segments/dimensions that gets downloaded. What I have noticed is that the API download drops a bunch of records when compared to a report that is downloaded through UI with the same set of segments/dimensions and metrics.

Re: New API 21609 has 3 new fields for quality score factors. Roughly 7% of data is null

2016-08-29 Thread Raghu Kashyap
Sorry its a typo. I meant to say "201609". Is the same 3 fields CTR factor, ad relevancy factor and landing page factor. On Tuesday, August 23, 2016 at 12:44:59 PM UTC+5:30, Peter Oliquino wrote: > > Hi Raghu, > > I am not aware of any 21609 (or 201609) version of the AdWords > API. Currently

Device column within Ad performance tables causes impressions and clicks to be under counted

2016-08-23 Thread Raghu Kashyap
The moment we added the device column within the ad performance table the number of impressions and clicks dropped down to almost 10% of the actual value. Is there a setting or something where if the device was not identified and the value was null we drop those records with the API download?

New API 21609 has 3 new fields for quality score factors. Roughly 7% of data is null

2016-08-23 Thread Raghu Kashyap
The New API 21609 has 3 new fields for quality score factors. Roughly 7% of quality score has no value in it. Which translates to these 3 fields having a value of "Not Applicable". When we see the adwords UI for the same ad group and keywords we see the quality score and the factors have value

Re: Quality score factors through API

2016-08-18 Thread Raghu Kashyap
dnesday, August 17, 2016 at 1:27:41 PM UTC+2, Raghu Kashyap wrote: >> >> I am trying to download the factors that influence the quality score. >> >>- click-through rate (CTR), >>- ad relevance and >>- landing page experience. >> >>

Quality score factors through API

2016-08-17 Thread Raghu Kashyap
I am trying to download the factors that influence the quality score. - click-through rate (CTR), - ad relevance and - landing page experience. Based on the new API release this should be possible. However, in the API reference I see only one field CreativeQualityScore which

Re: Primary key within Shop Performance Report

2016-08-17 Thread Raghu Kashyap
Thank you On Monday, June 27, 2016 at 9:40:14 AM UTC+5:30, Peter Oliquino wrote: > > Hello, > > Although there is no available documentation that is specific for shopping > performance report, you may, however, use implicit segmentation >

Re: exact matches KeywordTextMatchingQuery dont have [] within the downloaded file

2016-08-17 Thread Raghu Kashyap
Thank you. On Wednesday, July 20, 2016 at 12:45:04 AM UTC+5:30, Anthony Madrigal wrote: > > Hi Raghu, > > This is intended behavior for the API reports. If you would like to get > the match type of the keyword, you can use the field > QueryMatchTypeWithVariant >

exact matches KeywordTextMatchingQuery dont have [] within the downloaded file

2016-07-19 Thread Raghu Kashyap
I am downloading the search performance report and everything seems fine except that there are no "[]" within the field KeywordTextMatchingQuery for exact matches. Is there anything different between API and manual UI download report? I see those within the report if I download it from the

Primary key within Shop Performance Report

2016-06-25 Thread Raghu Kashyap
We have been using the shop performance report through the API. However, what we see is that there is no composite columns which could be used as primary key. Any suggestion as to how to leverage a primary key in this report? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Best way to get Conversion data and clicks data from campaign performance report

2016-06-17 Thread Raghu Kashyap
Thank you. Trying to work with ConversionCategoryName and ConversionTypeName fields to actually extract all the conversions and conversion values. On Wednesday, June 8, 2016 at 12:05:47 AM UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Raghu, > > You are right. The

Best way to get Conversion data and clicks data from campaign performance report

2016-06-07 Thread Raghu Kashyap
The UI provides all the columns within the same report(Campaign performance). However, within the API we cannot combine the clicks,impression data and ConversionTypeName data such as LeadsConversion, SalesConversion etc.. within the same API call. Whats the best way to get this data set? Is