Re: About AdsAPI from RubyGem's AdWordsAPI

2022-10-26 Thread KimihiroMurayama
Thank you. 2022年10月26日水曜日 19:21:23 UTC+9 adsapi: > Hi Kimihiro, > > Thank you for reaching us out. I am Sherwin from Google Ads API support > team. I hope that you are doing well today. > > Moving forward to your concern, we can see here that you created 2 > separate threads with the same issue.

Re: Two questions regarding retrieving responsive search ad data

2022-10-26 Thread Stepanian
Actually, the ad_group_asset_view report accomplishes what I need. A query can include the asset.text_asset.text, which retrieves the headline or description text. Thanks! On Wednesday, October 26, 2022 at 12:08:21 PM UTC-7 Stepanian wrote: > Hi Peter, > > Thanks for the response. It is helpf

Re: REST API endpoint for GenerateKeywordIdeas

2022-10-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi David, The refresh tokens are created with the client ID and client secret, and not for specific accounts. However, the user email that created the client ID and client secret must be a listed user in the account (test or production) that is being targeted. Can you please provide us with st

Re: Two questions regarding retrieving responsive search ad data

2022-10-26 Thread Stepanian
Hi Peter, Thanks for the response. It is helpful. One follow-up question: These two reports return resource names and field types (e.g. headline, description, etc.) for each asset. How can we know which specific headline or description each asset is? The headlines/descriptions lists returned

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-10-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mat, That's strange... Do you have a request ID or a query + customer ID you could share with me? Regards Anash ref:_00D1U1174p._5004Q28otVg:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=

Re: REST API endpoint for GenerateKeywordIdeas

2022-10-26 Thread David Pollak
Thank you for that clarification. I have now set up a test account. However I am unable to generate a refresh token for that account using my Oauth2 desktop flow. I am getting an "Access blocked" error, with a message that it can only be used within its organization. I added the email address fo

Re: REST API endpoint for GenerateKeywordIdeas

2022-10-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi David, Thank you for your reply. I work with Carmela and allow me to assist you here. With regard to your concern, allow me to explain this, upon seeing the provided logs, I can see that you are encountering the DEVELOPER_TOKEN_NOT_APPROVED error as your developer token is with the Test acce

Re: Two questions regarding retrieving responsive search ad data

2022-10-26 Thread Stepanian
Hi Sherwin, Thank you for your response. In the query you specified, it appears the impressions number we would get would be applicable to the entire ad not to the specific headlines and descriptions, isn't that correct? I need the impressions for each individual headline and description. Ho

Re: REST API endpoint for GenerateKeywordIdeas

2022-10-26 Thread David Pollak
UPDATE: I see now that my account is not a test account. I opened a test account under a different user. However it does not look like there is a way to get developer credentials for a test account. I tried using Ouath2 desktop flow to generate a refresh token to use with the other account but

Re: REST API endpoint for GenerateKeywordIdeas

2022-10-26 Thread David Pollak
Hi, Thank you for that information. I set up a request which is returning an error that my developer token is only authorized for use with test accounts. The customer id I am using is the one from the account I received the API developer token from, which I believe is a test account. Can you

RE: create operation PERFORMANCE MAX campaign

2022-10-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. I can see in your request that the advertisingChannelType is set to 'SEARCH'. You should set this type to 'PERFORMANCE_MAX'. I would recommend using the PHP client library, which includes a PHP example for creating Performance Max campaigns. Regards, Matt Goog

RE: Accessing enums in Google.Ads.GoogleAds.V11

2022-10-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bruce, Thank you for raising this concern to the Google Ads API Forum. With regard to your concern, upon checking your provided codes, it appears that this is more related to the client libraries so our team cannot provide support as it is outside of our scope already. With this, you may rea

Re: create operation PERFORMANCE MAX campaign

2022-10-26 Thread Jip Veerbeek
'https://www.googleapis.com/oauth2/v3/token?grant_type=refresh_token&client_id=12345678910&client_secret=asecret', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_V

create operation PERFORMANCE MAX campaign

2022-10-26 Thread Jip Veerbeek
Hello, I am trying to create an Performance Max Campaign with the google ads API. I am building the request in php and I have managed to create an Search campaign. I have tried multiple things to transform my code to make an Performance Max Campaign without succes. I will send the code along an

Re: Problem with Lead Form Webhook

2022-10-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shehan, Thank you for replying to this email thread. Please note that our team can only provide support to the issues and concerns related to the Google Ads API. However, since your concern is more of the lead form webhook, then I am afraid that we would not be able to provide support here

RE: About AdsAPI from RubyGem's AdWordsAPI

2022-10-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kimihiro, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Moving forward to your concern, we can see here that you created 2 separate threads with the same issue. My colleague Carmela already replied to the other thread wit

Re: Problem with Lead Form Webhook

2022-10-26 Thread Shehan Jayasinghe
If anyone viewing can help me, please check https://support.google.com/google-ads/thread/183873766/leadform-not-firing-webhook on the google ads community thread. Thank you On Wednesday, October 26, 2022 at 5:17:11 PM UTC+11 adsapi wrote: > Hi Shehan, > > > Thanks for reaching out to the Go

Accessing enums in Google.Ads.GoogleAds.V11

2022-10-26 Thread Bruce Axtens
I have code running the following snippet ``` PagedEnumerable searchPagedResponse = googleAdsService.Search(request); foreach (GoogleAdsRow googleAdsRow in searchPagedResponse) { ``` Currently I'm serializing the