Campaign performance report beta feature feild not returned with V201209

251 views
Skip to first unread message

Chirag

unread,
Feb 27, 2013, 4:47:48 AM2/27/13
to adwor...@googlegroups.com
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
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

John Lister

unread,
Feb 27, 2013, 8:53:22 AM2/27/13
to adwor...@googlegroups.com
You need to be registered as a beta tester in order to access any beta fields, etc

John

Chirag

unread,
Feb 28, 2013, 1:02:31 AM2/28/13
to adwor...@googlegroups.com
Hello John,

Thanks for reply.

Where i can register as beta tester?

Thanks,
chirag

Kevin Winter (AdWords API Team)

unread,
Mar 4, 2013, 11:25:19 AM3/4/13
to adwor...@googlegroups.com
Hi Chirag,
  Please contact your CSR or Account Manager.

- Kevin Winter
AdWords API Team

Chirag

unread,
May 10, 2013, 1:11:06 AM5/10/13
to adwor...@googlegroups.com
Hello Kevin,

I tried to contact account manager, but they said for beta feature you need to create test account first. 
I am done with test account. Still i am not able get tester as beta feature.

Can you please help me out here?


Thanks,
Chirag

Subrata Sarkar

unread,
May 10, 2013, 6:15:52 AM5/10/13
to adwor...@googlegroups.com
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

Subrata Sarkar

unread,
May 10, 2013, 7:25:19 AM5/10/13
to adwor...@googlegroups.com
Hi,
I am able to fetch reports from API server fine, but my client says the costs are a little off compared to MCC console data. This is because I could not consider OfflineInteractionCost as such fields (marked as beta) can only be accessed by a registered beta tester.


When I added the above field in CAMPAIGN_PERFORMANCE_REPORT I got the following error.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><
reportDownloadError><ApiError><type>BetaError.BETA_FEATURE</type><trigger>OfflineInteractionCost</trigger><fieldPath>selector</fieldPath></ApiError></reportDownloadError>

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? Right now I am only getting the Cost field value while I need Cost + OfflineInteractionCost.

Is there any way that I can access the value? If I register as a Beta tester will I be provided with a Token or alike so that I can put the same in application's config file so that anybody using the application is allowed to access the data I can?

Kevin Winter (AdWords API Team)

unread,
May 10, 2013, 12:13:12 PM5/10/13
to adwor...@googlegroups.com
Hi Chirag,
  You have to work with your account manager on this - my team doesn't have to ability to invite developers to the beta program.

- Kevin Winter
AdWords API Team

Kevin Winter (AdWords API Team)

unread,
May 10, 2013, 12:15:44 PM5/10/13
to adwor...@googlegroups.com
Hi,
  The API does not support all the features of the UI, so matching 100% will always be a moving target as the UI adds more features that the API doesn't support.

That said, it's not possible to obtain these metrics unless you are in the beta program.  You can work with your account manager to get access.

- Kevin Winter
AdWords API Team

Niladri Sirkar

unread,
May 14, 2013, 12:13:58 AM5/14/13
to adwordsapia...@google.com, adwor...@googlegroups.com
Kevin,

How can I get on to the beta program? I am building an application for my client who already is running Adwords since 2012. My job is to pull the data from server via API and lay it in a specific format to generate the report.

Now the problem is he has Phone cost data which I am not able to pull up. I am using client login for the purpose, and no doubt I am using Adwords credential provided by him only.

In a situation like this, I have no idea how to proceed further. even if I am on a beta program, I presume I have to use my credential in that case. So does this mean my client has to be on it in order to gain access to all (or some) of he beta features?

Also to access beta features is a test account is compulsory?!

Please suggest asap. I have got stuck fully and update to client is due for last one week.

Subrata


--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/gP5PjJ1A91k/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--


Thanks and Regards,

Niladri Sarkar
Skype: NiladriSirkar72
US: +1 (202) 556-3514 , +1 (202) 506-9125
India (Fixed) : +91 33 2663 6462 | India (Mobile) : +91 94327 50266, +91 94326 45822

Anash P. Oommen (AdWords API Team)

unread,
May 24, 2013, 11:05:02 AM5/24/13
to adwor...@googlegroups.com, adwordsapia...@google.com, niladri...@healthacrossborders.org
Hi Niladri,

See Kevin's reply above. Our team cannot invite users for beta access, that should be done by your Google account manager.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

Chester Tester

unread,
Jan 21, 2014, 2:01:35 PM1/21/14
to adwor...@googlegroups.com, adwordsapia...@google.com, niladri...@healthacrossborders.org
This may be silly but how do I know who my Google account manager is? 
Reply all
Reply to author
Forward
0 new messages