Discovery Campaing Error Create Via Google Ads Api

2023-06-16 Thread DAN_BLOXYTT
Please, I would like to know how to create the discovery campaign via the google ads api, I have already tried it as shown in the tutorial and it will not work at all, it always gives an error in python saying The operation is not allowed for the given context, and the id is this here: gV5RtLgc

Empty response stream from an account, JAVA GoogleAdsServiceClient

2023-06-16 Thread lawrence kalinowski
Using JAVA, I programmatially download campaign performance data (cost,click,impressions,etc). I do this for multiple accounts, for the most part successfully. But only 1 doesn't have any content in the resultant stream. Note, the account does have active campaigns. I can't figure out why this

Activity Filtering

2023-06-16 Thread Chuck Schultz
Hello all, I am brand new to API coding within Google. I am building a Path to Conversion report, but need to filter on 6 different activities. I am aware "activities.filters" expects an array of dimensionValue objects, but am finding it difficult to create. I found the below post in another

How to get method to generate metrics forecast ?

2023-06-16 Thread Emanuele Lucchese
I can't find the api that does the same thing as this service. https://ads.google.com/aw/keywordplanner/plan/forecast I would need to generate an advertising campaign forecast. I need to get the following data: Average cost per click Estimate of clicks Conversion estimation Estimate of clicks on

Re: Adwords API using service account to access manager account within same google workspace: Can api access sub accounts that are not in workspace but children of manager account?

2023-06-16 Thread Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API team. Regarding your concern, since this is related to using a service account, I would highly recommend referring to our *Service Accounts* (https://developers.google.com/google-ads/api/docs/oauth/service-accounts) guide for informa

Re: identify call campaigns using api

2023-06-16 Thread Google Ads API and AdWords API Forum
Hi, Thank you for patiently waiting. I hope you are doing well today. With regards to your concern about “call campaigns” related to the Google Ads article: Create call campaigns (https://support.google.com/google-ads/answer/7159409?sjid=2256913285242502432-AP), could you please provide an un

RE: pmax asset group level reporting in v14

2023-06-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sareet, I'm from the Google Ads API team. I hope you're doing great today. Based on asset_group's query builder (https://developers.google.com/google-ads/api/fields/v14/asset_group_query_builder), the campaign.advertising_channel_type field now supports PERFORMANCE_MAX campaigns. Can you ch

RE: how to obtain the total number of records for change status table data

2023-06-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising your concern to the Google Ads API team. I understand you want to retrieve the total number of results/records for the change status data. First, you can create your query using our query builder for Change Status(https://developers.google.com/google-ads/api/fields/v1

Custom attributes on shopping_performance_view

2023-06-16 Thread Adrián Salar Fernández
Hello, we currently use the shopping_performance_view to get some metrics of our products. We're considering adding more information coming from the merchant center, that could be sent via custom labels on the merchant, or any other solution (open for ideas!). The idea is to have specific data

RE: google ads - permission danied

2023-06-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Emanuele, Thank you for reaching out to us. Kindly note that "USER_PERMISSION_DENIED" <> error means that a user doesn't have permission to access a customer and you’re accessing a client customer using 'login-customer-id’ in the request. To address the above error, you will need to ensure

Account Level Negative keywords v14

2023-06-16 Thread Sophie Rigg
Hi, I've been trying to use the account level negative keywords create endpoint, however when I make a request via the api, no words I add the list will appear in the UI. However when I make a list via that ui, and then add to it via the api they will appear. Thanks, Sophie. Sophie Rigg Seni

Re: Cannot get the basic API access approval

2023-06-16 Thread Vlad
Manager Account CustomerID 381-072-4097 On Wednesday, June 14, 2023 at 1:45:57 PM UTC+3 Vlad wrote: > Hello, > > I have been waiting for the basic API access approval for more than two > weeks. I have applied for the basic API access twice. > > According to the recommended answer here ( > http

RE: google ads api - retrieve campaign weekly estimates

2023-06-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Santoni, Thank you for reaching out to the Google Ads API support team. I hope that you are doing well today. I understand that you are trying to get the Campaign Weekly estimates via API. However, this feature is not yet available in the API. However, our team has already raised a feature

Google Ads Api Client Golang?

2023-06-16 Thread Kenny Hoang
Hello, Looking to generate a Golang client for some .proto files found here https://github.com/googleapis/googleapis/tree/master/google/ads/googleads/v13/services mainly the* conversion_action_service, conversion_upload_service, and google_ads_service* .proto files. Is this feasible using