RE: migrating to v14: what replaces v13 generateforecastcurveresponse?

2023-11-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. I see that you have already raised this concern on another thread with "migrating to v14: what replaces v13 GenerateForecastCurveResponse?" and we have already responded there for this issue. To avoid multiple threads on the

Cannot query Lead form Attach at Account Level in CustomerAsset

2023-11-30 Thread chandra Shekhar
Hi team, I am querying lead form attach to CustomerAsset query = "SELECT customer_asset.asset, customer_asset.field_type, customer_asset.primary_status, customer_asset.primary_status_details," + " customer_asset.primary_status_reasons, customer_asset.resource_name, customer_asset.source," + "

Monthly and weekly data grouping

2023-11-30 Thread Sebastián
Hey! i have a problem with the segments.month and segments.week, i need to bring data of metrics, grouped by month and by weeks Something like this *clicks | month* 250| October 313| November when i do this query "SELECT metrics.clicks FROM campaign WHERE segments.date BETWEEN

Standard API token requests with no answer for 6 weeks

2023-11-30 Thread 'Coverler Admin' via Google Ads API and AdWords API Forum
Hi, Like tens of people below me in this forum I also've been trying to get an API for 6 weeks now, and got nothing back at all. I've filled out both the request form and the compliance form to request a status update multiple times, I even contacted my local Ads managers to help – but still

again ads api status misunderstood by team

2023-11-30 Thread Daniel Moen
Hi, about a month ago I applied for google ads API, up until 3 weeks ago I did not get a response, and since then its been the same thing over and over, they say that an account with this mcc id already has a token * 687-900-7142*Great, huge problem though I don't have any account with that

Suddenly : [403] The caller does not have permission. The developer token is only approved for use with test accounts. To access non-test accounts, apply for Basic or Standard access

2023-11-30 Thread Matthias Kompanik
Hi, from one to the other day we got the message while connecting the API: [403] The caller does not have permission. The developer token is only approved for use with test accounts. To access non-test accounts, apply for Basic or Standard access I checked the OAuth -> its valid and active

Automating Google Ads API Refresh Token Generation and Renewal

2023-11-30 Thread Disha Sood
I'm using the Google Ads API to retrieve information from Google Ads campaigns. Initially, I manually generated a new refresh token by following specific steps to obtain an authorization code using a designated Google ID. Subsequently, I sent a CURL request with that code to generate a

Ad strength is always PENDING

2023-11-30 Thread Dev PeachesAI
I'm trying to get some info about my responsive search ads (ad strength and recommendations, particularly) using the following query: ​SELECT ad_group_ad.resource_name, ad_group_ad.status, ad_group_ad.ad_group, ad_group_ad.ad_strength, ad_group_ad.ad.id, ad_group_ad.ad.name,

Error with Google Ads API in WordPress Plugin: Class "OAuth2TokenBuilder" Not Found

2023-11-30 Thread Teun Roos
Hello, I am encountering an issue while integrating the Google Ads API into my WordPress plugin. Despite following the setup instructions and successfully installing the googleads-php-lib via Composer, I'm facing a persistent error. **Error Description:** When trying to initialize the Google

V21GoogleAdsClientBuilder error

2023-11-30 Thread Teun Roos
Hi all, This is my first time playing around with the Google Ads API. I have the following in my code; use Google\Ads\GoogleAds\Lib\V21\GoogleAdsClientBuilder; use Google\Ads\GoogleAds\Lib\OAuth2TokenBuilder; use Google\Ads\GoogleAds\V21\Enums\SearchTermMatchTypeEnum\ SearchTermMatchType; use

Re: listing groups creation in pmax campaigns

2023-11-30 Thread Tanish Gupta
My code : String assetGroupResourceName = "customers/2966251517/assetGroups/6483919124"; long assetGroupdId= Long.parseLong(assetGroupResourceName.substring( assetGroupResourceName.lastIndexOf("/") + 1)); mutateOperations.clear(); System.out.println("assetGroupResourceName" +

Re: basic access for google ads api

2023-11-30 Thread tj liang
We initially applied for basic API access on November 21st but haven't received any response to date. We submitted another application on November 27th, yet still, there has been no communication from your end. If possible, could you please assist us by reaching out to the relevant personnel?

Listing groups in PMAX retail campign

2023-11-30 Thread Tanish Gupta
Hi What this mean ? Unlike AddPerformanceMaxRetailCampaign, the type for the root node here must be // SUBDIVISION because it will have child partitions under it. in this doc https://developers.google.com/google-ads/api/samples/add-performance-max-product-listing-group-tree as

Re: oauth2l tool error: missing 'type' field in credentials

2023-11-30 Thread TM Drift
The refresh token has not been generated - that is what I am trying to do following the directions here: https://developers.google.com/google-ads/api/docs/get-started/make-first-call However, as stated, when I try to run the oauth2l tool, I get the "missing 'type' field in credentials" error.

Getting stcuk in making listing groups

2023-11-30 Thread Tanish Gupta
Hi I have a PMAX retail campign and i am not able to make listing groups in it : Error: com.google.ads.googleads.v15.errors.GoogleAdsException: errors { error_code { asset_group_listing_group_filter_error: SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD } message: "Listing Group

migrating to v14: what replaces v13 GenerateForecastCurveResponse?

2023-11-30 Thread Marc Donis
We are currently using com.google.ads.googleads.v13.services.GenerateForecastCurveResponse to generate forecast metrics for given keywords. I see that the new v14 approach is described here https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics , but no