YouTube ads

2022-08-15 Thread SR
Please let me know when can we expect creation of YouTube ads using Google ads api. Do we have any deadline for competing this feature request? We are waiting for this feature for a long time. Please support this feature ASAP. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: the field cannot be set. "fieldname": " app_ad "

2023-11-06 Thread SR
Hello, I am experiencing the same issue with REST API. Are there any updates? Are there any alternative solutions for creating ad group ad? On Monday, 2 October 2023 at 21:42:52 UTC+3 Google Ads API Forum Advisor wrote: > Hello - > > Thank you for following up. The investigation is still ongoi

Deep link on Ad

2023-11-07 Thread SR
How can deep link be set on Ad Group Ad when creating app campaign with GoogleAds REST API? If I try to set it with final_app_urls I get error VALUE_MUST_BE_UNSET final_app_urls: [ { "url": "android-app://someurl", "osType": "ANDROID" } ], -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Add client account under MCC account

2024-01-28 Thread SR
When we try to add a client account under our MCC account using REST API, we receive a mail from Google ads for account linking invitation but the client ad account is not reflecting under MCC in the Google ads UI immediately. There is a delay. Please let us know whether this delay is per the p

Age and gender report for a Performance max campaign

2024-02-23 Thread SR
How to get the Age range report and Gender report for a Performance Max campaign? Please share the API document. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Yo

Conversion data calculation

2022-01-10 Thread SR
1. How the number of conversions is calculated for a campaign? When a campaign is set up using campaign specific goal with conversion actions, the total number of conversions shown in the campaign dashboard is not matching with the conversions in conversion action dashboard (Tools & Settings ->

Re: Conversion data calculation

2022-01-10 Thread SR
Ok, thanks for the response. On Tuesday, January 11, 2022 at 12:11:10 PM UTC+5:30 adsapi wrote: > Hello, > > > > I'm Kevin from the Google Ads API Team. Based on the description of your > concern, it seems that it is more of a data calculation concern rather than > an issue with the API. With

Combined audience segment creation through API

2022-02-16 Thread SR
Hi, Please let me know whether we can create combined audience segment using Google Ads API for the given below scenario? This is available in UI. Go to Tools and Settings -> Shared Library -> Audience manager -> Combined Segments Here, we can create combined audience segment using* In-Market, A

Rest API vs client library

2022-04-04 Thread SR
Though it is recommended to use the client libraries, do we have any difference between REST API and client libraries in terms of feature support, error handling, performance etc. Please confirm. Also let me know whether we can use REST API for creating search and display campaigns using batch

Re: Rest API vs client library

2022-04-05 Thread SR
: > Hi Sr, > > Thank you for reaching out to the Google Ads API support team. > > The REST interface directly without the use of a Google-supported client > library. The REST API is useful if you are writing your own custom code to > use REST directly or using a third-party HT

Rest API - Batch job - list results

2022-04-21 Thread SR
Using rest api when I try to get the results of a batch job using the below URL, I get the following error. Please help in resolving this issue. Code: url = "https://googleads.googleapis.com/v10/customers/***/batchJobs/***:listResults"; header = {'Content-Type': 'application/json', 'developer-to

Re: Rest API - Batch job - list results

2022-04-21 Thread SR
I got the answer. It's a HTTP GET request. I wrongly tried with requests.post() On Thursday, April 21, 2022 at 1:54:02 PM UTC+5:30 SR wrote: > Using rest api when I try to get the results of a batch job using the > below URL, I get the following error. Please help in resolving

How to identify Google Ad Grants account

2022-05-31 Thread SR
Do we have any specific field to identify whether the ad account is a Nonprofit account with Google Ads Grant? This is required when creating a campaign through API because targetSearchNetwork should be False for Ads grant account as Search partners are not allowed. Thanks. -- -- =~=~=~=~=~

UserList based on events

2022-05-31 Thread SR
How to create a userlist based on website events like submit form, add to cart, purchase etc. I checked the below link but not getting the complete sequence of code. https://groups.google.com/g/adwords-api/c/9U5-20zJ_OM/m/8oGAmZW_AgAJ After setting up the events in GTM, what to do? Do we have to

Re: How to identify Google Ad Grants account

2022-05-31 Thread SR
e same way how we setup a campaign in a normal ad account. Do we have any limitations in publishing a campaign using Google ads api in Google ad grants account ? Thanks. On Tuesday, May 31, 2022 at 3:54:34 PM UTC+5:30 adsapi wrote: > Hi SR, > > I am Sherwin from Google Ads API. I hope th

Conversion campaign - Issue in selective_optimization

2022-06-20 Thread SR
Can we use selective_optimization in Google Search and Display campaigns? I have shared the request and response details below. Please let me know what is the issue and how to resolve this. Request details: URL: https://googleads.googleapis.com/v10/customers/REDACTED/campaigns:mutate Header: {'C

Interest search limited in API

2022-07-07 Thread SR
In Google Ads UI, when we type an interest, we are getting many suggestions. How to get all those categories through API. In Codes and formats, we have only Affinity categories and In-market categories to download. https://developers.google.com/google-ads/api/reference/data/codes-formats Please

Conversion action - Primary / secondary

2022-07-07 Thread SR
When we create a conversion action with Action optimization as primary, it gets automatically added to all running campaigns. We don't want the newly added conversion action to impact the currently running campaign. Is there any downside, if we set the action optimization as Secondary? -- --

Batch job - Temporary id for update operation

2022-07-08 Thread SR
We are creating campaign, adset and ad using batch job. Can we add update operation in the same batch job (using temporary id) to set the conversion goal for that campaign? I am getting the below error message. {"error": {"code": 400, "message": "Request contains an invalid argument.", "statu

Automatic bidding for display conversion campaign

2022-07-11 Thread SR
Maximize conversion bidding strategy is not supported for display campaign. In that case what is the bid strategy that can be used for display campaign to set bid automatically? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot

Target CPA bidding strategy

2022-07-12 Thread SR
Please confirm whether setting up the Target CPA within Maximize Conversion is different from Target CPA bidding. If so, how is it different and which one is recommended? "maximizeConversions": { "targetCpaMicros": string } Vs "targetCpa": { "targetCpaMicros": string } Similar case for Target

Custom affinity audience targeting

2021-01-25 Thread SR
When we create a new display campaign, in the audience tab, the custom affinity audience suggestions are loaded. How to get this list of interest using API. Screenshot attached. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogsp

Re: criterion_id of detailed demographics (Marital Status, Education, Homeownership status)

2021-04-09 Thread SR
Please update on the status of detailed demographics availability in Google Ads API. We are in need of complete list of detailed demographics (criterion_id) to set the audience interest through API. Please confirm. On Wednesday, May 13, 2020 at 9:12:29 PM UTC+5:30 adsapiforumadvisor wrote: > Hi

BatchJob canceled

2021-04-23 Thread SR
We are using batch jobs to launch Google campaigns. Recently we have included the YouTube channel as one of the placements in AdGroupCriterionOperation. 'xsi_type': 'AdGroupCriterionOperation', 'operand': { 'xsi_type': 'BiddableAdGroupCriterion',

Re: BatchJob canceled

2021-04-26 Thread SR
*Reply to author* button is disabled. On Monday, April 26, 2021 at 8:17:05 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out to our API support team. > > An internal error >

criterion_id of detailed demographics (Marital Status, Education, Homeownership status)

2020-05-13 Thread SR
How to get the complete list of criterion_id of detailed demographics (Marital Status, Education, Homeownership status) through Google Ads API. We can get the complete list of user_interest using GoogleAdsService, expecting a similar service for detailed demographics as well. Thanks in advance

Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-06-05 Thread SR
The forecast result between Google UI (Keyword planner) and API (TrafficEstimatorService) are not matching. 1. Same ad account used in UI and API 2. Same Keyword, language, location, max cpc and daily budget 3. Network - Google and Search partner 'networkSetting': { 'targetGoogl

Re: Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-06-05 Thread SR
Sharing an example for better understanding: Keyword: digital marketing, Location: India, Language: English, Budget: 7500.00, Max cpc: 15.00 UI result: Impressions: 24,202, clicks: 1519 API result: Impressions: 10506, clicks: 405 On Friday, June 5, 2020 at 7:03:18 PM UTC+5:30, SR wrote: > &g

GoogleAdsService - Recommendation not returning data

2020-07-03 Thread SR
We launched a text ad campaign and tried to get keyword, text ad recommendation by using Google ads API but it is not returning any data. We got the code snippet from the following link: https://developers.google.com/google-ads/api/docs/samples/get-text-ad-recommendations#python ga_service = cli

Re: GoogleAdsService - Recommendation not returning data

2020-07-07 Thread SR
There are recommendations available in UI. *Reply to author *button is disabled. Please enable the button so that I can send the required details. Thanks. On Tuesday, July 7, 2020 at 1:35:25 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Saroja, > > Thank you for reaching out. Please check the Goog

Google adwords api :: User interest for search campaigns

2020-07-29 Thread SR
We tried to add user interest (CriterionUserInterest) for search campaign using AdGroupCriterionOperation but it returns error saying "CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS". Please let us know whether any of the user interest can be added for search campaigns. Thanks. -- -- =~=~=~=~

Re: Google adwords api :: User interest for search campaigns

2020-08-03 Thread SR
Thank you for your response. To get better clarity, could you please provide answers for the below queries? 1. How do we add user interest for search campaign using Google api? In Google adwords UI, we can add user interest for search campaigns, let me know if the same can be done in api with an

Google campaign for YouTube video

2020-08-14 Thread SR
We are able to launch google campaigns for text ad, static ad and responsive ad using Adwords API. We have few queries related to video ad / YouTube video. 1. We want to publish video ads but I found in this group that API support for video campaigns is not available. Please let me know if th

Google Ads API - UserListService in Python

2020-09-07 Thread SR
This is regarding the Python code structure on implementing the user list (UserListService) using Google Ads API *Sample JSON structure of rule_based_user_list in Adwords API:* {'rule_based_user_list':{"prepopulation_status":"REQUESTED", "expression_rule_user_list":{"rule":{"rule_type":"OR_OF_AN

App install campaign - How to add Audience Signal

2024-09-30 Thread SR
In the Google Ads manager, for an App campaign, there is an option to attach an audience signal. Do we have this feature in Google ads API? In the App campaign document, it says "If the advertising_channel_sub_type

Re: Creating App Campaign - errors = OPERATION_NOT_PERMITTED_FOR_CONTEXT and INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE

2024-09-24 Thread SR
I am also facing the same problem. Is this issue resolved? Please share the solution. On Monday, July 29, 2024 at 2:47:29 PM UTC+5:30 Darshan Dhabale wrote: > I am using the REST interface > Here is my request curl and response > Thanks for your help > > curl --location ' > https://googleads.goo

How to get the list of ad groups / campaigns attached to an audience

2024-11-26 Thread SR
SELECT audience.dimensions, audience.exclusion_dimension, audience.id, audience.name, audience.status, audience.description, audience.asset_group, asset_group.campaign, asset_group.id FROM audience In the above query, the highlighted fields are not returning results. We want this data, to get

Device targeting is not working

2024-12-27 Thread SR
Hi Team, I want to run Demand Gen campaigns on specific device like Desktop. This is doable in Google Ads UI. But this is not working in Google Ads Rest API call. API request detail: *URL:* https://googleads.googleapis.com/v17/customers//campaignCriteria:mutate *Header:* {'Content-Type': 'a