Re: How to get list of all resource from Google Ads API?

2021-07-07 Thread Alexey Seleznev
Thanks, url is https://googleads.googleapis.com/v8/googleAdsFields:search среда, 7 июля 2021 г. в 00:21:29 UTC+3, Pete Lavetsky (AdWords API Guru): > SELECT name, category, data_type, selectable, filterable, sortable, > selectable_with, metrics, segments, is_repeated, type_url, enum_values, >

Re: Retreive gclid and item_id through click_view report

2021-07-07 Thread Edinho Bos
Hi Peter, Thanks for confirming and for the feature reques. I will keep an eye on the blog. Regards, Edinho Op maandag 5 juli 2021 om 05:55:20 UTC+2 schreef adsapi: > Hi Edinho, > > Thank you for reaching out. > > Unfortunately, it is currently not possible to associate a GCLID >

Re: I getting AUTHENTICATION_ERROR - Authentication of the request failed.

2021-07-07 Thread ql z
- Hi, are you successful in your request now On Friday, June 25, 2021 at 7:10:59 PM UTC+8 sule...@linkadoo.me wrote: > I want to use reporting HTTP endpoints for that I send a request with > postman But every time I getting AUTHENTICATION_ERROR. > > My oAuth2 response : > >

Re: Ad Group Ads Type

2021-07-07 Thread Jay
HI Mark, Requests and other details have been shared you with via the email provided to us. Kindly help us fix it please because we really need the <> of google ads/groups. Regards, Jay On Wednesday, July 7, 2021 at 6:12:43 AM UTC+4 adsapi wrote: > Hello Jay, > > Thank you for reaching ou

Re: Authentication Issue - Migrating from Adwords API to Google Ads API

2021-07-07 Thread Boshy Zhao
Thanks so much for replying Moshik! Sorry I wanted to ask what level of access is your developer token ? I think the error for us might be happening because ours is currently set to test? https://groups.google.com/g/adwords-api/c/xTTwz4XzXAE/m/Mxn9V8EwAAAJ This is the link i think to the docum

How can i get all Low performing assets in account

2021-07-07 Thread Grover
Hi, I want to get all low performing assets of Responsive Display Ads in whole account, how can i achieve this using Google Ads API. I stumbled upon ad_group_ad_asset_view.performance_label but it is mentioned that currently it is applicable for AppAd. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: "conversion action" report

2021-07-07 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Thanks, I ran the query and got no result: Even though the UI shows there *has been an action* in the last 30 days. BTW, I prolonged the date range and have gotten only one result row with "undefined" values. var query = "SELECT conversion_action.firebase_settings.event_name, conversion_acti

Re: How to get List of users under a specific ads Account

2021-07-07 Thread Sashank Gunda
Thank you for the Response. This Solution restricts us to use either the client libraries which doesn’t include node libraries nor does it have a REST API endpoint. Can you provide an Alternative Solution either using node SDK or a REST API endpoint ? On Tuesday, 6 July 2021 at 14:22:30 UTC+5:

Re: Trying to create VideoResponsiveAds via Google Ads API and facing errors

2021-07-07 Thread teja makani
Hello Team, Just to add more insights, I have created a Video action campaign -> adGroup -> ad via UI. Now tried to add one more Video Responsive Ad via API and faced same error with trigger as Video. So, video action campaigns also treated as Video campaigns? attached completed request and res

RE: Trying to create VideoResponsiveAds via Google Ads API and facing errors

2021-07-07 Thread Google Ads API Forum Advisor
Hi Teja, Thanks for reaching out and providing a detail summary of the issue. Please allow me to relay this to our team and we will come back with an update shortly. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2JXsC8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: how can I get a client id list ?

2021-07-07 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Please use the Get Account Hierarchy code example provided in this guide to get account information for all accounts under a specified manager. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2JXu03:ref -- -- =~=~=~=~=~=~=~=~=

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-07-07 Thread Google Ads API Forum Advisor
Hello, Thanks for following up with that. With the holidays this week in the US, it's difficult to reach a few key people. We have made progress on finding where in the code changes could be made to adjust this. I'll keep you updated on the progress. Cheers, Nadine, Google Ads API Team ref:_00

Why do I get proto.marshal.collections type (Google Ads API)

2021-07-07 Thread Adwords VBI
Hi! I run this Python code: / import argparse import sys import pandas as pd from google.ads.googleads.client import GoogleAdsClient from google.ads.googleads.errors import GoogleAdsException customer_id = '*' client = GoogleAdsClient.load_from_storage("ga.yaml") ga

Placement Performance Report - Zero data

2021-07-07 Thread Daniel Garstin
Hey there, Performance placement reports have suddenly started returning zero metrics data for some of our most recent campaigns. For example I can see on the adwords UI that there are thousands of impressions for a placement, however the reporting api returns zero impressions. Can you advise?

Recommend method for reporting

2021-07-07 Thread ZT
Hi, Just got approved for standard access and want to follow the rules. In the welcome email, there was the following statement: "we strongly recommend you do not use *get* operations to retrieve objects for processing or reporting" What other way is there besides the get method to retrieve dat

Re: Recommend method for reporting

2021-07-07 Thread ZT
I see the following link https://developers.google.com/google-ads/api/docs/concepts/retrieving-objects?hl=zh-TW for retrieving objects Is GoogleAdsService not considered a "get" ? I get the feeling t

OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-07-07 Thread JustRide with Vinay
Fault: errors { error_code { context_error: OPERATION_NOT_PERMITTED_FOR_CONTEXT } message: "The operation is not allowed for the given context." location { field_path_elements { field_name: "operations" index: 0 } } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Using Google Ads API from browser - CORS

2021-07-07 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. This issue seems to be browser-specific. Depending on which browser you are using, you should be able to run without CORS, though this is not recommended for general use. This issue is not within out team's support scope, however. If you have any Ads API specific

RE: Get Customer Id After Authentication

2021-07-07 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. If you are using one of the supported client libraries, each library will contain a configuration file that keeps the login-customer-id and client customer ID. For example, the Java CL will generate a pom.xml file. If this is not in line with your request, can y

RE: Asset-Based extensions device preference?

2021-07-07 Thread Google Ads API Forum Advisor
Hi Erkin, The documentation for device setting is in CampaignExtensionSetting, same as in AdGroupExtensionSetting. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2JYCGd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevel

Re: correct syntax for VanityPharma feild

2021-07-07 Thread 'reid hommedahl' via AdWords API and Google Ads API Forum
Hi, Just wanted to follow up here. I'm sure it's a simple fix. Any suggestions? Thank you. On Tuesday, July 6, 2021 at 3:06:03 PM UTC-5 reid hommedahl wrote: > Hello, > > I just ran the GetCampaigns.java file successfully, and now I want to add > a row to the GAQL query-- VanityPharmaText >

GSpreadException({'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'},)

2021-07-07 Thread 'Lenin Garcia Miranda' via AdWords API and Google Ads API Forum
I have this error, in the quotas all appear within the range, I do not understand the problem, could you help? [image: cuota.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Trying to create VideoResponsiveAds via Google Ads API and facing errors

2021-07-07 Thread Google Ads API Forum Advisor
Hi Teja, I'm fairly sure that this is a documentation issue at our end. As far as I know, we don't expose campaign management APIs for any video campaign types; they are only exposed for reporting purposes. I'll check with the relevant team again tomorrow and let you know. Cheers Anash ref:_00

RE: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-07-07 Thread Google Ads API Forum Advisor
Hello there, Thank you for raising this to us. So our team can better check on the issue, could you share with us the following details below? If using the AdWords API complete SOAP logs (request and response with requestId) If using the Google Ads API complete logs (request and response wit

RE: Setting up budget via Google Ads API

2021-07-07 Thread Google Ads API Forum Advisor
Hi KDJ, This guide discusses how you can create an AccountBudgetProposal with a proposed budget name. That said, could you confirm if you performed a similar request and the name was indeed not populated? If yes, could you provide the complete request and response logs, with the request-id? If

RE: Google Ads fetched data is not same as the one in dashboard

2021-07-07 Thread Google Ads API Forum Advisor
Hello Hassan, Thank you for reaching out to us. It's good that you're already using the Query builder. With regard to fetching data, any results coming from the API should match what's on the UI. Since you've mentioned that the dashboard differ from the data being extracted, could you share wi

Re: java.lang.NoSuchMethodError: 'com.google.api.gax.rpc.StubSettings$Builder com.google.ads.googleads.v8.services.stub.GoogleAdsServiceStubSettings$Builder.setMtlsEndpoint(java.lang.String)'

2021-07-07 Thread xu leo
com.google.api-ads google-ads 14.0.0 Version 14 has the same problem as version 13 On Wednesday, July 7, 2021 at 2:52:41 PM UTC+8 xu leo wrote: > I am the questioner of this article ( > https://groups.google.com/g/adwords-api/c/kgDoqrCMYw8) > My jar file md5

RE: UserList and Similar UserList linking to Campaign

2021-07-07 Thread Google Ads API Forum Advisor
Hi Vimal, You can check out this guide for more information on how you can combine existing userlists. Once the combination is created, you can then associate it to a campaign using the CampaignCriterionService. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._50

RE: Placement Performance Report - Zero data

2021-07-07 Thread Google Ads API Forum Advisor
Hello Daniel, Thank you for raising this to us. With regard to fetching metrics from reports, any results coming from the API should match what's on the UI. For our team to further check on this, could you share with us the following details below? Screenshots to the UI showing those discrepan

RE: I getting AUTHENTICATION_ERROR - Authentication of the request failed.

2021-07-07 Thread Google Ads API Forum Advisor
Hi, Could you confirm if you have the same issue with what was initially posted on this forum post? If yes, then I would suggest checking your API configuration by referring to this guide especially the authentication part as the issue is occurring when there is an issue related to this. Regar

RE: The java language's maven dependency version v13.0.0 has serious bugs

2021-07-07 Thread Google Ads API Forum Advisor
Hello there, Thank you for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. Since you're using the Java client library, have you tried following the steps mentioned on this guide when setting up

RE: AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS @ operations[0].operand.ad]

2021-07-07 Thread Google Ads API Forum Advisor
Hi, So our team can take a closer look, could you share as well the complete request and response logs, with the request-id? If you haven't yet, you can enable logging in Python using this guide. You may then send the requested information via the Reply privately to author option. If this opti

Re: Ad Group Ads Type

2021-07-07 Thread Google Ads API Forum Advisor
Hi Jay, Thank you for providing requested details on the said email alias. I will reply on that email shortly. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q2JZ3x4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl