Creating App Campaign - errors = OPERATION_NOT_PERMITTED_FOR_CONTEXT and INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE

2024-07-29 Thread Darshan Dhabale
'{ "operations": [ { "create": { "name": "An app campaign", "status": "PAUSED", "campaignBudget": "customers/4926841893/campaignBud

Creating Dynamic Search Ads Campaign - errors = RESOURCE_NOT_FOUND

2024-07-29 Thread Darshan Dhabale
.a0AXooCgtwzrs81z1hxZc4bTEspQklcPN392Fv9As7TuVOJLxMtQsJ08lo6jFhIbMR79DE4oc9x-OAtN0Vkgj9Q-BU0m2Eh12Dt-Kjb5Df_XQCvww3UtI2cl-zDqvSaO_pPgPUndc4hYlV_3af32_HaIuqvvEi-AIaP7QfaCgYKAcMSARMSFQHGX2MiTLc7Bd3tJdvYE32ExmM-ew0171' \ --data '{ "operations": [ { "create": { "name&q

How to create Campaign Budget type: LOCAL_SERVICES

2024-07-29 Thread tran thuan
url: https://googleads.googleapis.com/v17/customers/%7B%7Bsub_customer_id%7D%7D/campaignBudgets:mutate body: { "operations": [ { "create": { "name": "Campaign budget - LOCAL_SERVICES 22", "amount_micros": 5000, "type": "LOC

RE: creating search campaign with target cpa - operation_not_permitted_for_context error

2024-07-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. I understand that you are getting OPERATION_NOT_PERMITTED_FOR_CONTEXT error, to assist you further please provide us with complete API request and response logs with request-id and request header generated at your end. If you are

Re: creating smart campaign - errors = operation_not_permitted_for_context and resource_not_in_google_ads

2024-07-25 Thread Darshan Dhabale
Thanks for the instructions. I was able to create a smart campaign with a smart_campaign type budget. On Thursday, July 25, 2024 at 11:03:20 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Upon checking, I could see that the campaign budget '13772297422' is > 'Standard'

Creating Video Campaign - errors = OPERATION_NOT_PERMITTED_FOR_CONTEXT and MUTATE_NOT_ALLOWED

2024-07-25 Thread Darshan Dhabale
-hRhL6gbq7pZPpPADhnDiLE1jBaCgYKAcASARMSFQHGX2MikC5FoOFEJUQdN6Ayq8jmIw0171' \ --data '{ "operations": [ { "create": { "name": "A video campaign", "status": "PAUSED", "campaignBudget": "customers/4926841893/cam

Re: creating smart campaign - errors = operation_not_permitted_for_context and resource_not_in_google_ads

2024-07-25 Thread Darshan Dhabale
tions": [ { "create": { "name": "A smart campaign", "status": "PAUSED", "campaignBudget": "customers/4926841893/campaignBudgets/13772297422",

RE: fetching campaign target locations

2024-07-24 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. With regards to your concern, you can use the geographic_view report, and you can pull fields from the campaign reports in the "attributed resources”.To specifically answer your question, you can add campaign

Fetching Campaign Target Locations

2024-07-24 Thread Bimal Ram
Hi Team, Is it possible to get the targeting location details such as the name etc of a specific campaign rather from a single query resource such as 'campaign', rather than querying from 'campaign_criterion' and then using the geo target constants to query from 'geo_target_constant' to get

RE: creating smart campaign - errors = operation_not_permitted_for_context and resource_not_in_google_ads

2024-07-24 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. Based on the provided information, it is observed that you've encountered the "OPERATION_NOT_PERMITTED_FOR_CONTEXT" and "RESOURCE_NOT_IN_GOOGLE_ADS" errors while creating smart campaign. I could see

Creating Smart Campaign - errors = OPERATION_NOT_PERMITTED_FOR_CONTEXT and RESOURCE_NOT_IN_GOOGLE_ADS

2024-07-23 Thread Darshan Dhabale
-token: {{DEVELOPER_TOKEN}}' \ --header 'login-customer-id: {{LOGIN_CUSTOMER_ID}} \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {{TOKEN}}' \ --data '{ "operations": [ { "create": { "

Re: help needed to recreate google ads ui report using api with campaign and product data

2024-07-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, >From the Google Ads API perspective, I can confirm that the campaign.id and >campaign.name fields are available in the shopping_performance_view resource. >I would recommend that you use this REST API Interface to execute the query >provided by us. Make sure you also provide the fields

RE: search campaign keywords are not added from api

2024-07-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Morten, Thank you for reaching out to the Google Ads API support team. Based on the provided information, I understand that the keyword 'Hotels' was not added to your account despite the API call being successful. Upon reviewing the logs, I noticed that you attempted to add the keyword

Re: how to get a campaign daily budget estimate

2024-07-22 Thread valentin volossin
Ads API. Kindly note that retrieving the weekly estimates of a > budget for a campaign is not yet supported in the Google Ads API. I will > raise a request to add this feature to be available in the Google Ads API. > We cannot provide a scheduled timeline for the availability of this feature &g

Search campaign keywords are not added from api

2024-07-22 Thread Morten Mazanti
We got some issues with adding keywords. Trying this from Postman gives us succes response but no keywords are added to campaign. Here example of Keyword request: { "operations": [ { "create": { "type": "KEYWORD&q

RE: the campaign id from changeevent new resource is 0

2024-07-19 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. Based on the information provided, I understand that you are not able to retrieve the changes from your account using the change_event resource in the Google Ads API. Upon checking your account (5359270827), I couldn't see any

Re: how to update bidding strategy in campaign

2024-07-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, >From the provided screenshot, you have redacted the customer ID, which would >be difficult to investigate the issue. In order to assist further, could you >provide us with complete API request and response logs with request-id and >request header of removing bid without any data redaction

The campaign ID from ChangeEvent new resource is 0

2024-07-19 Thread Mike Fang
Hi I used to use ChangeEvent to query the changed campaign and use the campaign ID to query more details about the changed campaign But now I noticed the ID in the ChangeEvent new resource campaign is 0 Could you help to check why it is? Log is here D, [2024-07-19T17:31:48.634249 #77225] DEBUG

Re: Case Id # 24000173 - RE: how to get a campaign daily budget estimate

2024-07-18 Thread 林灿
Hi, Can't I get this data through this API? https://developers.google.com/google-ads/api/docs/bid-simulations/retrieve-bid-simulations On Thursday, July 18, 2024 at 11:02:58 PM UTC+8 asif...@instaview365.com wrote: > Dear 'Google Ads API Forum Advisor' via Google Ads API and AdWords API

Re: gmail campaign

2024-07-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Kindly note that a specific Gmail campaign type is not available for the Google Ads API. In order to know about the available campaign types, I would suggest that you refer to the AdvertisingChannelType and campaign types. When creating campaigns with Google Ads API, create the campaign

RE: how to get a campaign daily budget estimate

2024-07-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
for a campaign is not yet supported in the Google Ads API. I will raise a request to add this feature to be available in the Google Ads API. We cannot provide a scheduled timeline for the availability of this feature in the Google Ads API. I would recommend you to follow our Release Notes and Blog

Re: gmail campaign

2024-07-18 Thread Chandan Sharma
Hi, Thank you for your response. I would like to know how to create a campaign for Gmail using both the Google Ads API and the Google Ads account. It would be very helpful and informative if you could explain both approaches. Thank you for your support. Best regards, Chandan Sharma

Re: gmail campaign

2024-07-18 Thread Chandan Sharma
Hi, Thank you for your response. I would like to know how to create a campaign for Gmail using both the Google Ads API and the Google Ads account. It would be very helpful and informative if you could explain both approaches. Thank you for your support. Best regards, Chandan Sharma

How to get a campaign daily budget estimate

2024-07-18 Thread 林灿
Hello, I want to get the data in the picture! *SQL*:SELECT campaign_simulation.budget_point_list.points, campaign_simulation.campaign_id, campaign_simulation.cpc_bid_point_list.points, campaign_simulation.end_date, campaign_simulation.modification_method,

Default Negative Keywords on Smart Campaign

2024-07-17 Thread 'Andrew Wirtz' via Google Ads API and AdWords API Forum
Hi, I am running into an issue where publishing a Smart Campaign creates a large list of negative keyword campaign criterion automatically. NOTE: I'm talking about keywords, NOT keyword themes. I am not setting any negative keywords, yet they still appear when querying the campaign_criterion

RE: how to update bidding strategy in campaign

2024-07-17 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. You can update the bidding strategy from target_cpa to maximize conversions through the CampaignOperation.update, set the fields of the Campaign as previously described. When updating bids, you only need to include the bids you

RE: help needed to recreate google ads ui report using api with campaign and product data

2024-07-17 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. Kindly note that the Shopping_performance_view_report table provides detailed data on products and conversions for specific campaigns. It includes metrics such as impressions, clicks, cost, and conversions, as well as product

GenerateForecastMetrics for an existing campaign

2024-07-17 Thread Siddharth Raina
Hi, I am looking for ways to generate forecast metrics for an existing search campaign. Is there an easy way to map an existing campaign to the CampaingToForecast object? Looking for ways to not create a new CampaignToForecast object with ad groups and biddable keywords, but directly use

RE: gmail campaign

2024-07-17 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. Could you please confirm if you would like to create a campaign for Gmail using the Google Ads API or Google Ads account? This message is in relation to case "ref:!00D1U01174p.!5004Q02vDisw:ref" (ADR-00252617) Thank

Help Needed to Recreate Google Ads UI Report Using API with Campaign and Product Data

2024-07-17 Thread Elahe Sharifisamani
tables. Background: I routinely generate a report in the Google Ads UI where I use a filter to select specific campaign names to view conversions and conversion values tied to individual products. This report is crucial for my analysis as it combines both product details and campaign-specific

Gmail Campaign

2024-07-17 Thread Chandan Sharma
Can we create Campaign for Gmail or not. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

RE: how to get campaign url options (tracking template)

2024-07-10 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. To replicate the issue from our end, kindly get back to us with the complete API logs (request and response logs with request-id and request header) generated at your end when trying to get the campaign URLs so that we can

How to get campaign URL options (tracking template)

2024-07-10 Thread Виктория Чикилева
Hello I need to get Campaign URL options (tracking template), could you please help me to do this? I’m trying to use the request https://googleads. googleapis.com/v17/customers/3008405827/googleAds:searchStream “SELECT Campamp. id, Campamp. tracking_url_template FROM Campaign” - it successfully

RE: issue querying metrics from location asset on a pmax campaign

2024-07-05 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. After checking the information provided, I understand that you are facing issues while trying to retrieve asset data for performance max campaigns using Google Ads API. I would recommend you to use the ad_group_ad_asset_view to

Re: how to select an existing custom goal when creating campaign

2024-07-05 Thread valentin volossin
API Forum : > Hi, > > Thank you for reaching out to the Google Ads API support team. > > I am afraid that there is no sample code for custom conversion goals and > how to associate it to your campaign. However, as mentioned in this > section > <https://developers.goo

How to select an existing custom goal when creating campaign

2024-07-05 Thread xiaochuan li
Can someone help me, I've been trapped for a week stackoverflow link: https://stackoverflow.com/questions/78709475/how-to-select-an-existing-custom-goal-when-creating-campaign -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: exception while linking a feed to a campaign

2024-06-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, I would like to inform you that this product officially offers support only in English. It would be best to reply in English if you can. If not, we will try to use Google Translate to support you as best as we can. Note that your concern is not clear to us. To assist you further, kindly

Re: exception while linking a feed to a campaign

2024-06-28 Thread valentin volossin
Я ничего уже ге могу делай что нибудь от меня уже гичего не зааисит это ваши проблеммы что я могу только зарегистрироваться и пароль вы задрали volossin40gmail. чт, 27 июн. 2024 г., 23:02 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum : > Hi, > > I have checked the

Re: exception while linking a feed to a campaign

2024-06-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, I have checked the provided code and it appears that the request parameters seems fine as per CampaignFeedService. To investigate this issue further, could you please make the same request using this REST API interface and let us know if you are facing the same issue. This would help us

Re: unable to retrieve ad_group_ad metrics after successfully retrieving campaign level metrics

2024-06-26 Thread Mohansai P
May I know the solution for this? On Wednesday 20 September 2023 at 17:16:16 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > By reviewing your concern, I understand that your query is regarding > ad_group_ad level

Trouble linking conversion action to Campaign

2024-06-26 Thread Trainocate India
Hi, Need to link Conversion action to particular campaign. All are overlapped and am concerened about the costing as well. Also wanna know each Campaign costing or spend details (Keyword/ Asset / Conversion) etc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Exception while linking a feed to a campaign

2024-06-25 Thread Özgür Nevres
Hi, I am getting an exception while linking a feed to a campaign. feed id: 174838166 campaign id: 19876813904 Request Id: 7gHANeikZiYLWgu0fnfTUA Error message: The required field was not present. What am I missing? How can I fix this? My code is like below: var campaignFeed = new

RE: missing click_view_report for google ads app campaign account

2024-06-24 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. Yes, kindly note that CLICK_VIEW_REPORT for APP campaigns are not yet supported to retrieve via Google Ads API. We have already raised a feature request for this to be available in the API. We cannot provide a scheduled

Missing CLICK_VIEW_REPORT for Google Ads App campaign account

2024-06-24 Thread 'Yogesh Patil' via Google Ads API and AdWords API Forum
Hi Dear, I hope this message finds you well. I am writing to bring to your attention a critical issue we have identified last week with the Google Ads API, which is impacting our cost reporting accuracy at Home24. *Issue Summary:* Our investigation has confirmed that the CLICK_VIEW_REPORT

RE: pmax campaign with merchant id set up seems effect the creation of the asset group

2024-06-21 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. >From the provided logs, you are getting an error "NOT_ENOUGH_LOGO_ASSET " and >"SHORT_DESCRIPTION_REQUIRED" while making the request to MutateAssetGroups. >Kindly note that the AssetGroup with

PMax Campaign with Merchant Id set up seems effect the creation of the Asset Group

2024-06-21 Thread Yisong Jiang
Hi, I am facing a strange situation that I used the sample code from API docs to create a new PMax Campaign, which succeed. But if I add shoppingSetting with a valid Merchant Id to the Campaign, (Updated the final url of asset group as well), even though I have enough assets for the asset

RE: google ads api returning old value for campaign budget amount

2024-06-20 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. To check your issue from our end, kindly get back to us with the complete API logs (request and response with request-id and request header) generated at your end where you are observing the old campaign budget. Also, provide

Google Ads API returning old value for Campaign Budget amount

2024-06-20 Thread 'Cesar Augusto Espinosa' via Google Ads API and AdWords API Forum
Hello! We are using the Java SDK (*com.google.api-ads:google-ads:28.0.0*) to query the current daily budget (*campaign_budget.amount_micros*) for a given campaign: SearchGoogleAdsRequest.newBuilder() .setCustomerId(campaignId) .setQuery( "&qu

Creating Search Campaign with Target ROAS - OPERATION_NOT_PERMITTED_FOR_CONTEXT Error

2024-06-20 Thread Jerson Dela Cerna
object(Google\ApiCore\ApiException)#14231 (11) { ["message":protected]=> string(1351) "{ "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ { "@type":

Creating Search Campaign with Target CPA - OPERATION_NOT_PERMITTED_FOR_CONTEXT Error

2024-06-20 Thread Jerson Dela Cerna
object(Google\ApiCore\ApiException)#14219 (11) { ["message":protected]=> string(1118) "{ "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ { "@type":

Creating Search Campaign with Target CPA - OPERATION_NOT_PERMITTED_FOR_CONTEXT Error

2024-06-20 Thread Jerson Dela Cerna
object(Google\ApiCore\ApiException)#14219 (11) { ["message":protected]=> string(1117) "{ "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ { "@type":

Can't create target-cpa in Search campaign

2024-06-20 Thread Jerson Dela Cerna
"message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com\/google.ads.googleads.v16.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "contextError": "OPERATION_NOT_PERMITTED_FOR_CONTEXT" }, "message": "The

RE: rst_stream error while fetching campaign segments even for 1 campaign alone

2024-06-17 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. In order to assist you further, we need the customer ID and campaign ID's that you are using in your query. So, please provide us with the complete API logs (request and response with request-id and request header) generated

RST_STREAM error while fetching campaign segments even for 1 campaign alone

2024-06-17 Thread Himanshu Patel
I made below query to get campaign segments. But I get RST_STREAM error in return. -- QUERY I, [2024-06-13T13:12:37.279130 #516] INFO -- : Outgoing request: Headers: {"developer-token":"REDACTED","login-customer-id":"REDACTED","x-goog-api-cl

RST_STREAM on fetching campaign segments

2024-06-17 Thread Himanshu Patel
segments.date BETWEEN '2024-05-01' AND '2024-05-30' AND metrics.impressions > 0 AND campaign.id IN (REDACTED) Even though there is just one campaign is filter I am unable to fetch response, This filtering I did to avoid DEADLINE EXCEEDED error. I, [2024-06-13T13:12:37.279130 #516] INFO -- : Outgoing requ

Re: get campaign data

2024-06-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, I would recommend that you reach out to the Google Ads Product support team for tag setup issues. Please note that our team can only assist with the technical queries or concerns related to the Google Ads API. Thanks for your understanding. This message is in relation to case

Re: get campaign data

2024-06-11 Thread Varinder Sohal
Hi, Thanks for your response! Now I would like to know what changes are needed in following tracking code to track the leads. Right now I'm monitoring conversions and conversions value. gtag('event', 'conversion', {'send_to': '-', 'value': 123.05, 'currency': 'USD' }); On Tuesday, June

Re: get campaign data

2024-06-11 Thread Varinder Sohal
Hi, Thanks for your response! I noticed that in your reply, you're treating conversions and leads as the same thing. However, I believe there's a distinction: conversions refer to those who have actually purchased the product, while leads are those who have shown interest and are willing to

Re: get campaign data

2024-06-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Yes, you can consider conversion value as revenue in Google Ads. To calculate your revenue, multiply your conversions by your average revenue per conversion. For example, 30 conversions x $50 per conversion = a total revenue of $1500. I would recommend you refer to this help center article

Re: get campaign data

2024-06-11 Thread Varinder Sohal
enue if not please suggest to me > how can I get the revenue Please let me know if you need anything else. > Thanks! > > On Thursday, May 23, 2024 at 7:01:25 PM UTC+5:30 Google Ads API Forum > Advisor wrote: > >> Hi, >> >> In order to investigate the issue from our en

Re: get campaign data

2024-06-10 Thread Varinder Sohal
. Thanks! On Thursday, May 23, 2024 at 7:01:25 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > In order to investigate the issue from our end, we need the customer ID > and the campaign ID, so I would request you to share those details. > > > You can send t

Google Ads - Campaign Missing from API

2024-06-10 Thread 'Murad Assets' via Google Ads API and AdWords API Forum
.serving_status, campaign.advertising_channel_type, campaign.start_date, campaign.end_date FROM campaign WHERE campaign.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN')" } But I see a campaign missing(which is present in UI) It’s a Demand – Product listing campai

Re: Smart Campaign Update Mutation won't work even though its already been stated on the documentation that it is mutatble.

2024-06-05 Thread 'Andrew Wirtz' via Google Ads API and AdWords API Forum
_id}" and used that resource in the AdService and was able to modify the Smart Campaign ads. You have to use an AdOperation of course though. On Monday, June 3, 2024 at 11:11:21 AM UTC-5 Jerson Dela Cerna wrote: > { > "errorCode": { >

RE: advice needed on hotel ads - creating a campaign without hotel center

2024-06-05 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. Based on the provided information, I understand that you can create a hotel campaign from the Google Ads UI without a hotel center account. However, when attempting to do the same through the Google Ads API, you encounter

Advice needed on Hotel Ads - Creating a campaign without Hotel Center

2024-06-04 Thread Giacomo Persichini
Hi there, I currently can create "Hotel" type campaigns and have the campaign linked to my Hotel Center. I used this example: https://developers.google.com/google-ads/api/docs/hotel-ads/create-campaign However, via the UI of Google Ads there's also the option to create a Hotel

Smart Campaign Update Mutation won't work even though its already been stated on the documentation that it is mutatble.

2024-06-03 Thread Jerson Dela Cerna
{ "errorCode": { "requestError": "IMMUTABLE_FIELD" }, "message": "Field 'ad.smart_campaign_ad.descriptions' cannot be modified by 'UPDATE' operation.", "location": {

Re: unable to retrieve campaign labels created by mcc account

2024-05-31 Thread Abdelaziz Drissi Boutaybi
. Best regards, On Monday, May 27, 2024 at 11:30:34 PM UTC+1 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > Since you are using the Google Ads API to pull the campaign labels, to > replicate the issue from our si

Re: information about campaign in google ads api/big query

2024-05-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Kindly note that without first identifying the specific data you want to retrieve from the campaign settings, we cannot confirm the exact API resource needed to fetch the data. So, I would request you to provide the uncropped UI screenshot of the Google Ads account (with visible customer

Re: information about campaign in google ads api/big query

2024-05-29 Thread Iwo K
Thank you for reaching out to the Google Ads API support team. > > If you are using the Google Ads API to pull the campaign settings, kindly > provide us the uncropped UI screenshot with clear visibility of the > customer-id (CID) of your google ads account where those campaign settings > ar

RE: getting invalid_argument while trying to fetch campaign data

2024-05-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. I can see in the system that you have previously raised this concern on another thread with the subject 'No Subject Provided [2024-05-28 11:16:36Z]', and it has already been responded to. To avoid multiple threads on the same issue,

Information about campaign in google ads api/big query

2024-05-28 Thread Iwo K
Hello, I'm working on google ads dataset in bigquery (connected via data transfer). I would like to access information about campaign settings such as: - usage of *google video partners *(in any form e.g. number of views from gvp or simple yes/no setting) - information if campaign is using

Getting INVALID_ARGUMENT while trying to fetch Campaign Data

2024-05-28 Thread Nihad PP
ApiException was thrown with message: '{ "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ { "@type": "google.ads.googleads.v16.errors.googleadsfailure-bin", "data": "" }, {

Unable to Retrieve Campaign Labels Created by MCC Account

2024-05-27 Thread Abdelaziz Drissi Boutaybi
campaigns and their labels: - GAQL - - SELECT campaign.id, campaign.name, campaign.labels FROM campaign - However, this query does not return the labels that are created by the MCC account. - Example Query: - sh - - curl --location --request POST ’https

Re: get campaign data

2024-05-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, In order to investigate the issue from our end, we need the customer ID and the campaign ID, so I would request you to share those details. You can send the details via Reply privately to the author option, or direct private reply to this email. This message is in relation to case &quo

Re: get campaign data

2024-05-23 Thread Varinder Sohal
ent(); $query = "SELECT campaign.id, campaign.name,campaign.status, metrics.impressions,metrics.interactions, metrics.clicks, metrics.conversions, metrics.ctr, metrics.average_cpc, metrics.cost_micros FROM campaign WHERE segments.date >= '$startDate' AND segments.date <= '$endDat

Re: query regarding campaign objective in google ads

2024-05-22 Thread Amit Tomar
Google Ads Account with the visibility of > the customer ID where you are able to see campaign objectives. > This message is in relation to case > "ref:!00D1U01174p.!5004Q02tJ3cb:ref" (ADR-00236030) > > Thanks, >

Re: get campaign data

2024-05-22 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. Kindly provide us with the uncropped screenshot of the Google Ads account where the values are showing zero and updated complete API logs (request and response with request-id and request header) generated at your end so that

Query Regarding Campaign Objective in Google Ads

2024-05-22 Thread Amit Tomar
Hello, I have a couple of questions about the campaign objective feature in Google Ads. *1. Campaign Objective Field Usage:* When creating a campaign using the Google Ads UI, the first step is to select a campaign objective. However, it appears that there is no field or attribute

Re: get campaign data

2024-05-22 Thread Varinder Sohal
Hi, Thank you for this conversation. It has been very helpful. However, I did not get the values when using metrics.conversations. It seems like something might be missing when running the campaign, as it has been showing a value of 0 for the past two months. On Friday, August 11, 2023 at 11

Re: google ads api - getting campaign labels owned by mcc

2024-05-22 Thread Maciej Ł
Thank you for the answer! Regarding the labels, it is all clear. But still, I didn't find a way to retrieve campaigns with labels owned by the MCC. If I try to get campaigns with their assigned labels, I get only owned by the specific account but I need also to get labels assigned to campaigns

Google Ads API - getting campaign labels owned by MCC

2024-05-21 Thread Maciej Ł
. Currently, I am simply trying to get it with the following query: *SELECT campaign.id, campaign.name, campaign.labels FROM campaign* Also, I am using the latest (python) v16 version of Google Ads API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: find gclid using campaign id

2024-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, As per the click_view document, queries including ClickView must have a filter limiting the results to one day and can be requested for dates back to 90 days before the time of the request. This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ01J:ref" (ADR-00235302) Thanks,

Re: find gclid using campaign id

2024-05-19 Thread D. H.
days." } request_id: " xx" , 'xx') D.H. On Saturday, May 18, 2024 at 6:22:10 AM UTC+8 bhavya dev wrote: > Hi, > > I've already posted error which I'm facing to fetch data older than 90 > days actually I can able to fetch campaign

Re: find gclid using campaign id

2024-05-19 Thread D. H.
xxx" , 'xx') Hope this helps, D.H. On Saturday, May 18, 2024 at 6:22:10 AM UTC+8 bhavya dev wrote: > Hi, > > I've already posted error which I'm facing to fetch data older than 90 > days actually I can able to fetch campaign impression, ctr, clicks etc..

Missing Max Performance campaign

2024-05-17 Thread 'Nils Rückmann' via Google Ads API and AdWords API Forum
Hi, we are missing a single campaign in the search results. Even when trying to filter by it's ID we don't find them. SELECT campaign.id, campaign.name FROM campaign WHERE campaign.id = '604145267' Any idea why this can happen? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: find gclid using campaign id

2024-05-17 Thread bhavya dev
Hi, > > Thank you for reaching out to the Google Ads API support team. > > Please refer to this Rest API endpoint : > https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.googleAds/searchStream > > Also, kindly try the below provided query to get the GC

Re: find gclid using campaign id

2024-05-17 Thread bhavya dev
Hi, I've already posted error which I'm facing to fetch data older than 90 days actually I can able to fetch campaign impression, ctr, clicks etc.. detail which older than 90 days. I'm fetching my campaign detail below query I've used to fetch campaign details :- SELECT

Re: find gclid using campaign id

2024-05-17 Thread bhavya dev
] } } On Thursday 16 May 2024 at 22:03:11 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > Please refer to this Rest API endpoint : > https://developers.google.com/google-ads/api/rest/reference/rest/v16/customer

RE: impression data of user_location_view and ad_group_ad/campaign

2024-05-17 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. In order to investigate the discrepancy in impressions between the user location view and ad group ad/campaign view, please provide the following information: Uncropped UI screenshots of the impressions fetched from the user

Impression data of user_location_view and ad_group_ad/campaign

2024-05-17 Thread Siebert Looije
Hello, We are fetching impressions data from the user_location view and from the ad_group_ad/campaign view for the same campaigns however there seems to be a mismatch between the numbers. Is there a reason for this? Example campaign id *21104770687* of ad account id *860113* has

Re: can't create negative user list criterion for video campaign and conversion value rule set for performance_max campaign.

2024-05-16 Thread Nasser Oudjidane
> and value rules to a PERFORMANCE_MAX campaign are not supported in the > Google Ads API. > > > > This message is in relation to case > "ref:!00D1U01174p.!5004Q02tIwKA:ref" (ADR-00234416) > > Thanks

RE: campaign billed cost

2024-05-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. To find the list of all campaigns and the amount for each campaign via the API. Kindly refer to the below sample query: {   "query": "SELECT campaign.name, metrics.cost_micros, campaign.id FROM campaign" }

RE: find gclid using campaign id

2024-05-16 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. Please refer to this Rest API endpoint : https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.googleAds/searchStream Also, kindly try the below provided query to get the GCLID using campaign id. Query

Find gclid using campaign id

2024-05-16 Thread bhavya dev
please give me Restful API endpoint of google ads and query to find gclid using campaign id -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Find gclid using campaign id

2024-05-16 Thread Bhavya Ardeshana
I want to find gclid with the help of using campaign_id Please provide me query to find gclid -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

campaign billed cost

2024-05-16 Thread Ramanajee
Hi, is there a way to extract via API *a list of all campaigns and the amount for each campaign that will show on the invoice.* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Cannot create a campaign - Changes failed to save

2024-05-15 Thread Aldis Bokmelders
I’m trying to create a new search campaign on Google Ads and everything seems fine until I’am in review step it doesn't let me publish and a „Changes failed to save" error appears without a proper context or explanation. I cleared the browser cash and cookies, resized the images, opti

RE: getting excluded audiences by campaign or ad group, is it possible?

2024-05-15 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. If you want to get the user list audience associated at the campaign level, then you can use the campaign_audience_view while ad_group_audience_view to retrieve the user list audience associated at the ad group level. Please

Re: detailed demographics by campaign?

2024-05-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
in a campaign, including in-market and affinity audiences. This message is in relation to case "ref:!00D1U01174p.!5004Q02tPHNJ:ref" (ADR-00232174) Thanks, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

Getting Excluded Audiences by Campaign or Ad Group, is it possible?

2024-05-14 Thread charlesb...@gmail.com
ilable? Note I don't need the stats, just 1) The excluded audience and 2) Which campaign(s) its applied to. Thanks, Charles -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

  1   2   3   4   5   6   7   8   9   10   >