Hi, I am able to fetch reports from API server fine, but my client says the costs are a little off. This is because I could not consider * OfflineInteractionCost* as such fields (marked as beta) can only be accessed b a registered beta tested
When I added the above field in CAMPAIGN_PERFORMANCE_REPORT I got the following error. I can understand the feature is yet to be opened to public and can be accessible by Beta testers. But, in such a case what is the option to catch that value so that cost + OfflineInteractionCost matches that can be seen on MCC console data? Right now for some acchunts where Phone Cost > 0 but that is not getting added to the original cost hence I. <?xml version="1.0" encoding="UTF-8" standalone="yes"?><reportDownloadError><ApiError><type>BetaError.BETA_FEATURE</type><trigger>OfflineInteractionCost</trigger><fieldPath>selector</fieldPath></ApiError></reportDownloadError> Please help On Wednesday, 27 February 2013 15:17:48 UTC+5:30, Chirag wrote: > > Hello All, > > When i tried to fetch campaign performance report with fields () that is > in beta feature, I am getting error > "Underlying errors are Type = 'BetaError.BETA_FEATURE', Trigger = > 'NumOfflineImpressions', FieldPath = 'selector'. Type = > 'BetaError.BETA_FEATURE', Trigger = 'NumOfflineInteractions', FieldPath = > 'selector'. Type = 'BetaError.BETA_FEATURE', Trigger = > 'OfflineInteractionCost', FieldPath = 'selector'." > > Can anyone help how to get this fields? > > My report download log. > > [Feb 27 2013 14:31:48.000000 - ERROR] POST > /api/adwords/reportdownload/v201209 HTTP/1.1 > User-Agent: curl, gzip > Host: adwords.google.com > Accept: */* > Accept-Encoding: gzip > Authorization: OAuth oauth_consumer_key="consumer key", oauth_token="oauth > token", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1361955705", > oauth_nonce="512dcb7954253", oauth_version="1.0a", > oauth_signature="8VEkpiHHmHHo1xWsIjXr4PUd91M%3D" > developerToken: dev token > clientCustomerId: customer id > returnMoneyInMicros: true > Content-Length: 1066 > Expect: 100-continue > Content-Type: multipart/form-data; > boundary=----------------------------9b56baaccf9b > > Parameters: > __rdxml: <?xml version="1.0"?> > <reportDefinition> > <selector> > <fields>CampaignId</fields> > <fields>CampaignName</fields> > <fields>Status</fields> > <fields>Impressions</fields> > <fields>Ctr</fields> > <fields>AverageCpc</fields> > <fields>Cost</fields> > <fields>Conversions</fields> > <fields>Clicks</fields> > <fields>AccountCurrencyCode</fields> > <fields>NumOfflineImpressions</fields> > <fields>NumOfflineInteractions</fields> > <fields>OfflineInteractionCost</fields> > <predicates> > <field>Status</field> > <operator>NOT_IN</operator> > <values>DELETED</values> > </predicates> > </selector> > <reportName>Campaign performance report #512dcb79541bf</reportName> > <reportType>CAMPAIGN_PERFORMANCE_REPORT</reportType> > <dateRangeType>LAST_30_DAYS</dateRangeType> > <downloadFormat>CSV</downloadFormat> > <includeZeroImpressions>true</includeZeroImpressions> > </reportDefinition> > > Response Code: 500 > Error Message: Report download failed. Underlying errors are > Type = 'BetaError.BETA_FEATURE', Trigger = 'NumOfflineImpressions', > FieldPath = 'selector'. Type = 'BetaError.BETA_FEATURE', Trigger = > 'NumOfflineInteractions', FieldPath = 'selector'. Type = > 'BetaError.BETA_FEATURE', Trigger = 'OfflineInteractionCost', FieldPath = > 'selector'. > > > Thanks, > Chirag > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.