Hi, I'm trying to pull data from the search_term_view API. However, I get the below error
*Error Message* [ { "error": { "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "authorizationError": "DEVELOPER_TOKEN_PROHIBITED" }, "message": "Developer token is not allowed with project '407408718192'." } ], "requestId": "qkV_wbudvZGFvhT_TevrOQ" } ] } } ] *Here's the query I used:* { "query": "SELECT campaign.name, campaign.id, campaign.status, customer.id, ad_group.id, ad_group.name, ad_group.status, metrics.all_conversions, metrics.clicks, metrics.conversions, metrics.cost_micros, metrics.ctr, metrics.interactions, metrics.impressions, metrics.cost_per_conversion, metrics.cost_per_all_conversions, metrics.all_conversions_value, metrics.absolute_top_impression_percentage, segments.date, search_term_view.search_term FROM search_term_view WHERE segments.date BETWEEN '2023-03-01' AND '2023-03-31'" } Can you please help resolve the issue? Thanks, Madhu -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/c327569f-175b-45d9-ac8b-c7651df4ccd0n%40googlegroups.com.