How to get billed cost per campaign via Google Ads API

2024-08-08 Thread Minh
still no way to get the billed cost per campaign using the API? It's possible using the report builder. Thanks, Minh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RateExceededError retryAfterSeconds

2012-06-19 Thread Minh
ld be successful on the next retry but now that it is zero, it quickly fails after 3 attempts. The API should be returning a figure that is close to the correct amount of time to wait, zero clearly isn't this figure. Minh -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

AdParamService Java API inconsistencies

2012-02-26 Thread Minh Tran
. Working fine until I got to this service which isn't consistent with everything else. Thanks Minh -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-03-06 Thread Minh Le
I got this error even when I'm coding as what the API samples do after 2 weeks of running the .NET web app: Google.Api.Ads.AdWords.Lib.AdWordsApiException: An API exception has occurred. See ApiException and InnerException fields for more details. ---> System.Web.Services.Protocols.SoapExcepti

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-03-06 Thread Minh Le
I got this error even when I'm coding as what the API samples do after 2 weeks of running the .NET web app: Google.Api.Ads.AdWords.Lib. AdWordsApiException: An API exception has occurred. See ApiException and InnerException fields for more details. ---> System.Web.Services.Protocols.SoapExcept

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-03-07 Thread Minh Le
Thanks for your response. On Tuesday, 6 March 2012 21:22:58 UTC-8, Anash P. Oommen wrote: > > Hi Minh, > > AdWords API .NET library caches authTokens, and reuse them, it doesn't > create a new authToken everytime you create a new AdWordsUser. AuthTokens > expire after

IsCookieInvalidError and SSL/TLS error reported

2012-04-23 Thread Minh Le
I've got this error in 3 days since April 20: System.NullReferenceException: Object reference not set to an instance of an object. at Google.Api.Ads.AdWords.Lib.AdWordsSoapClient.IsCookieInvalidError(AdWordsApiException awapiException) at Google.Api.Ads.AdWords.Lib.AdWordsSoapClient.ShouldRe

Re: IsCookieInvalidError and SSL/TLS error reported

2012-07-16 Thread Minh Le
UTC-7, Anash P. Oommen wrote: > > Hi Minh, > > Could you turn on logging and send me the log that causes this error to be > thrown to anash.p.oom...@google.com? I'll look into it and provide a fix > for the null pointer exception. > > Cheers, > Anash P. Oommen, >

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-10-09 Thread Minh Le
I re-post this question again after months of waiting for a solution: I use a Windows service to hourly update the targets for a list of about 15 accounts consist of hundreds of campaigns. I always get this error after 2 weeks of running the service, which was written by C# and .NET using the .

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-01-09 Thread Minh Le
I got that error every 2 weeks. Received an email from API Team in June 2012 that advised me to add one more line into the source code (I'm using .NET client library) Hi Minh, AdWords API .NET library caches authTokens, and reuse them, it doesn't create a new authToken everytime yo

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-01-09 Thread Minh Le
I got that error every 2 weeks. Received an email from API Team in June 2012 that advised me to add one more line into the source code (I'm using .NET client library) Hi Minh, AdWords API .NET library caches authTokens, and reuse them, it doesn't create a new authToken everytime yo

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-09 Thread Minh Le
I got that error every 2 weeks. Received an email from API Team in June 2012 that advised me to add one more line into the source code (I'm using .NET client library) Hi Minh, AdWords API .NET library caches authTokens, and reuse them, it doesn't create a new authToken everytime yo

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-22 Thread Minh Le
Here you are: > >

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-22 Thread Minh Le
Will do. Thanks for your advice. > In the meantime, if you could enclose the API request in a try-catch block > and clear the cache on error. See below for example cache clearing: > > Authtoken.Cache.Clear(); > (user.Config as AdwordsAppConfig).Authtoken = null; > // obtain a new service obje

NullPointerException in java client lib 1.12.4

2013-02-22 Thread Minh Tran
Hi I am running the GetCampaigns class in the java examples and it runs successfully. However I copied it to my own project and ran it from there and I get the following exception. Any ideas? Exception in thread "main" java.lang.NullPointerException at com.google.api.ads.common.lib.soap.axis.

Re: NullPointerException in java client lib 1.12.4

2013-02-25 Thread Minh Tran
on docs as it looks like you have removed the old ones from your site, my api version was 201109. On Friday, February 22, 2013 3:14:24 PM UTC+11, Minh Tran wrote: > > Hi > > I am running the GetCampaigns class in the java examples and it runs > successfully. However I copied it to

Re: NullPointerException in java client lib 1.12.4

2013-02-26 Thread Minh Tran
ava/issues/list. > > Best, > > - David Torres - AdWords API Team > > On Sunday, February 24, 2013 7:04:48 PM UTC-5, Minh Tran wrote: >> >> Ok I've resolved this now. >> >> The reason the NullPointerException occurs is because the try block it is >>

Google Adwords API Migration

2011-12-21 Thread Minh Le
I am doing migration from Google Adwords API v200909 to v201109. Now I have some troubles with my code in a .NET project: private void StoreCampaignInDB(string campaign_email, string campaign_password, string clientEmail, int AccountID, StringBuilder sDailyReport) { try

Re: C# API v201109 GetAllAdGroups returns always NULL.

2011-12-21 Thread Minh Le
HI Claudio, Could you send me the source code you used to get CampaignPage (page.entries)? I'm facing the same problem with my project. On Dec 20, 11:13 am, Carballal Claudio wrote: > Thank You!! I was using "clientId" instead  "clientCustomerId". Now it > works perfectly. > > Thanks again to al

Re: Google Adwords API Migration

2011-12-22 Thread Minh Le
I've got the solution. On Dec 21, 4:06 pm, Minh Le wrote: > I am doing migration from Google Adwords API v200909 to v201109. Now I > have some troubles with my code in a .NET project: > > private void StoreCampaignInDB(string campaign_email, string > campaign_password, str

Response is not well-formed XML - Debug mode

2011-12-27 Thread Minh Le
I got this error when running the application in debug mode: System.InvalidOperationException: Response is not well-formed XML. --- > System.X ml.XmlException: Data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReade

CampaignCriterionOperation Operator.SET

2011-12-29 Thread Minh Le
I used CampaignCriterionOperation to add criteria to the campaigns. However, when I used Operator.SET, I got error messages like OperatorError.OPERATOR_NOT_SUPPORTED. Then I changed to Operator.ADD, and then I got errors messages like EntityCountLimitExceeded.CAMPAIGN_LIMIT after running the servi

Location target - find id of cities

2011-12-29 Thread Minh Le
How to find the criteriaId of a city if I know the city name? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: Location target - find id of cities

2011-12-29 Thread Minh Le
} catch (Exception ex) { Console.WriteLine("Failed to get location criteria. Exception says \"{0}\"", ex.Message); } return 0; } On Dec 29, 12:59 pm, Evgeniy Bogdanov wr

Re: SET-Operation not supported

2011-12-29 Thread Minh Le
I got the same problem with you. As I already knew by doing searching on the internet, CampaignCriterionOperation only supports ADD and REMOVE even though it has SET operator. So that, I'm facing a critical error, EntityCountLimitExceeded.CAMPAIGN_LIMIT, when I added the criteria to CampaignCriter

Re: SET-Operation not supported

2011-12-30 Thread Minh Le
ite the old > criterion using the SET operator. You have to REMOVE the unwanted ones and > ADD the new ones. I'll ask our team to clarify this in the docs. > > Hi Minh Li, > > Are you getting this error even after deleting the campaign criterion you > no longer nee

Re: Location target - find id of cities

2011-12-30 Thread Minh Le
Thanks for recommendation. I'll try it. On Dec 30, 2:46 am, Evgeniy Bogdanov wrote: > You can change your code for cache Location Ids in the database for > already known IDs... > This will be faster and cheaper. > > Regards, > Evgeniy. > > On

Re: SET-Operation not supported

2011-12-30 Thread Minh Le
ation criteria, so I'll have 301 operations? I think that was the reason I got the error EntityCountLimitExceeded.CAMPAIGN_LIMIT but I don't know how to solve the problem. The above code was written based on AddCampaignTargetingCriteria.cs in v201109 package samples. On Dec 30

Re: SET-Operation not supported

2012-01-03 Thread Minh Le
Could s/b help me on this issue? On Dec 30 2011, 11:44 am, Minh Le wrote: > Anash, > > I don't know if I was wrong, but I want to clarify the situation: > > -with API v200909: > >                   LanguageTargetList languageTargetList

Re: Unable to update/remove campaign criteria v201109

2012-01-05 Thread Minh Le
How can I remove the criteria when I don't know the criterion Id? I did post a question so far but I still have not received any answer. On Dec 12 2011, 8:50 am, Kevin Winter wrote: > Hi Neha, >   The problem is the SET operator.  Since these used to be CampaignTargets > in a list, the only way

Re: Unable to update/remove campaign criteria v201109

2012-01-05 Thread Minh Le
Here are my questions: http://groups.google.com/group/adwords-api/browse_thread/thread/cf27839990fe67b2 On Jan 5, 9:18 am, Minh Le wrote: > How can I remove the criteria when I don't know the criterion Id? I > did post a question so far but I still have not received any answer. &g

Re: Guide on V201109 and clarify Can we use package V201101

2012-01-05 Thread Minh Le
Same as my issues. http://groups.google.com/group/adwords-api/browse_thread/thread/cf27839990fe67b2 On Jan 5, 5:54 am, sudhansu ray wrote: > Dear team. >  we are trying to use adwords java api with new version V201109, > But here we are facing so many issues. > 1)we want to pause all campaigns

Re: new language criteriaId?

2012-01-05 Thread Minh Le
The language id (1002, for example) is different from the criteria id. You cannot delete any criterion without providing a criterion id. You can follow these steps: - get all criteria of a campaign - look for the criterion that has criterionType is "Language", language id is the id you want to del

SET-Operation not supported Options

2012-01-06 Thread Minh Le
Could anyone help me solve this issue in urgent? http://groups.google.com/group/adwords-api/browse_thread/thread/cf27839990fe67b2 Now I'm doing this process: - get all the criteria of a campaign - delete those criteria - add new criteria to the campaign The criteria includes Language, Locatio

CampaignCriterionOperation Operator.SET

2012-01-06 Thread Minh Le
Could anyone help me solve this issue in urgent? http://groups.google.com/group/adwords-api/browse_thread/thread/cf278... Now I'm doing this process: - get all the criteria of a campaign - delete those criteria - add new criteria to the campaign The criteria includes Language, Location and Pr

CampaignCriterionOperation Operator.SET

2012-01-06 Thread Minh Le
Could anyone help me solve this issue in urgent? http://groups.google.com/group/adwords-api/browse_thread/thread/cf278... Now I'm doing this process: - get all the criteria of a campaign - delete those criteria - add new criteria to the campaign The criteria includes Language, Location and Pr

Re: CampaignCriterionOperation Operator.SET

2012-01-06 Thread Minh Le
temp.criterion.id, temp.criterion.CriterionType); } } else { Console.WriteLine("No campaign criteria were added."); } } catch (Exception ex) { Logger.L

Re: CampaignCriterionOperation Operator.SET

2012-01-09 Thread Minh Le
newTarget.radiusDistanceUnits = ProximityDistanceUnits.KILOMETERS; newTarget.radiusInUnits = radii; } //end while ) On Jan 9, 2:19 am, "Anash P. Oommen" wrote: > Hi Minh Le, > > The new IDs should have pre

Re: SET-Operation not supported

2012-01-09 Thread Minh Le
help me with the new thread. Thanks On Jan 9, 2:46 am, "Anash P. Oommen" wrote: > Hi Minh, > > About EntityCountLimitExceeded.CAMPAIGN_LIMIT: Could you please post a SOAP > request and response xml? I was on vacation and am catching up with the > older threads, so apolo

Re: v201109 "Email cannot be null" issue

2012-01-13 Thread Minh Le
Just need to change how you do the user authentication. - v200909 AuthToken authToken = new AuthToken(email, password); string token = authToken.GetToken(); CampaignTargetService service = new CampaignTargetService(); service.Url = x

Re: How to add GeoLocation to Campaign (version 201109)

2012-01-13 Thread Minh Le
- Create a list of Proximity - Create a list of CampaignCriterion, add each of the proximity targets to each of the CampaignCriterion - Use this function (C#) public static void addCampaignCriteria(AdWordsUser user, long campaignId, CampaignCriterion[] criteria, CampaignCriterionService campaignCr

Re: How to add GeoLocation to Campaign (version 201109)

2012-01-17 Thread Minh Le
roDegrees = xxx; newTarget.geoPoint = geoPoint; newTarget.radiusDistanceUnits = ProximityDistanceUnits.KILOMETERS; newTarget.radiusInUnits = xxx; On Jan 13, 7:27 pm, Alex Tran wrote: > Hi Minh Le, > Do you know how to add each of the proximity targets to each of th

Re: How to add GeoLocation to Campaign (version 201109)

2012-01-17 Thread Minh Le
Alex: Please be notified that you have to remove unwanted targets before adding the new ones. You cannot use operator SET to update targets for CampaignCriterionOperation. On Jan 17, 10:01 am, Minh Le wrote: > Don't try to use ProximityTarget when it is not supported in v201109. >

UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-13 Thread Minh Tran
I've been the sandbox for the last month and it has been working ok til today. I've attached the request/response/stacktrace as follows. Any ideas? 11:18:31,781 DEBUG com.google.api.adwords.lib.AdWordsUser.soap_xml main - http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/

Re: Fetching Cost per install and Install Data

2023-05-10 Thread Phúc Đinh Minh
Hi Google Ads API Team, Is there any update to this issues or new feature. Why Googles don't provide API for getting Metrics Install while we can see it in the Dashboard or Google Data Studio? Thanks & Regards Phuc On Monday, April 24, 2023 at 8:58:21 PM UTC+7 Google Ads API Forum Advisor wrot

Re: Fetching Cost per install and Install Data

2023-05-10 Thread Phúc Đinh Minh
Here is image for getting metrics Install and Conversion separately from Google Data Studio So I hope, you guys can update API so that we can call metrics Install and metrics Conversion separately [image: image.png] On Thursday, May 11, 2023 at 9:57:52 AM UTC+7 Phúc Đinh Minh wrote: >

Error when set advertisingChannelSubType value

2018-11-07 Thread Tuan Nguyen Minh
Hi, When i create new campaign with advertisingChannelSubType value, i receive an error: *OperationAccessDeniedReason.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE. (Error: OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE, FieldPath: operations[0].operand.advertisingChannelSubT

Error with basic token access level

2019-02-12 Thread Tuan Nguyen Minh
Hi, We have a problem when using our token to call API. Our MCC account 759-599-3754 has basic access level however I received error DEVELOPER_TOKEN_NOT_APPROVED when call API with this token. Please support us as soon as possible! Thanks, Tuan Nguyen -- -- =~=~=~=~=~=~=~=~=~=~=~

Identify get operations

2024-05-14 Thread Minh Châu Đặng
Hi Team, I see in the documentation that the daily limit for get operations is 1,000 requests per day for all access levels. However, search requests are not considered to be the same as GET requests. Is 'GET /customers:listAccessibleCustomers' a get operation? And could you please tell me what

Can't set Maximize conversion bidding strategy

2023-06-19 Thread Minh Tuệ Nguyễn
I have a similar problem when calling API with google-ads-api to set Maximize conversion bidding strategy. Can you help me solve this problem? Thank you https://groups.google.com/g/adwords-api/c/NwmqRWwsU5w -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

update maximize conversions bid strategy

2023-06-21 Thread Minh Tuệ Nguyễn
Hi, I had a similar problem when I was calling an API using google-ads-api to set a Maximize conversions bidding strategy with App campaigns. When updating on the interface, I can still update maximize conversions bid strategy, but when using the API, I can't and give an error "error_code": { "

make a "Find keywords tool" via google adwords API

2013-01-30 Thread Tran Minh Hung
HI all I want to use an api to get result form adwords.google.com > Tools and Analysis > Find keywords which Api does i use to do this. Please help me. Im a newbie in google adwords. Please see screen shot for more detail -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Is it posible to get Billing Summary via Google Adword API at this time?

2015-03-16 Thread Hoang Minh Dung
Dear, I have been writing a tool to get the amount of money that was paid to Google, in the billing summary via Google Adword API. I have already search in Developer FAQ, but I don't get the result I need. Please help me. Have the API support to this? Thank you very much. Sincerely. -- -- =~

How long till I get a developer's token

2016-06-20 Thread Nhat Bui Minh
Hi all, I just applied for a developer's token. Could anyone tell when I will get the approval and will it be sent through my email? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

How to get Top of page bid.

2018-04-12 Thread Trí Phạm Minh
I am using TargetingIdeaService of api adwords I am receiving data from adwords api but i want attributes by Top of page bid. Can you help me get attributes by Top of page bid data? Thanks you, Tri -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

DEVELOPER_TOKEN_NOT_APPROVED with Test mcc account

2018-05-07 Thread Quân Lê Minh
[07 May 2018 15:22:05,574-requestInfoLogger:WARN:main] Request made: Service : CampaignService Method: get clientCustomerId: 352-394-2633 URL: https://adwords.google.com/api/adwords/cm/v201802/CampaignService Request ID: 00056b995d667b980a62ac056c0fe4cc ResponseTime(ms): 69 OperationsCount: 1 Is

NoClassDefFoundError & OfflineCredentials.Api.ADWORDS null

2018-05-15 Thread minh quan le
at com.knorex.web.web.rest.CampaignInfoResource.getAllOfCampaign(CampaignInfoResource.java:17) at com.knorex.web.web.rest.CampaignInfoResource$$FastClassBySpringCGLIB$$9e90adaa.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop

I need example code about link exist account to mcc

2018-05-24 Thread minh quan le
like a title I want to link a client account to my mcc account, and unlink account (in java) Any one have example code ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: I need example code about link exist account to mcc

2018-05-24 Thread minh quan le
Vào 16:00:38 UTC+7 Thứ Năm, ngày 24 tháng 5 năm 2018, Luis Xander Talag (AdWords API Team) đã viết: > > Hi Minh, > > You may use the ManagedCustomerService.mutateLink() > <https://developers.google.com/adwords/api/docs/reference/v201802/ManagedCustomerService#mutatelink>

Why: Adwords API doesn't merge keywords that are close variants to 1 keywords like Keyword Planner does.

2018-10-01 Thread Doan Minh Tien
This is my list of keywords when I use the API to retrieve Search Volume: - best san francisco walking tour - best walking tour of san francisco - best walking tours in san francisco - francisbest walking tours of san Results: (I printed them out): {'KEYWORD_TEXT': 'best san franc

Google MQTT For Android

2021-07-12 Thread TUẤN NGUYỄN MINH
Hello everyone, I am making an Android App, communicating with MQTT of google, but I cannot find a document or example for the demo between MQTT of google and Android. I follow with this link: https://cloud.google.com/iot/docs/how-tos/mqtt-bridge#configuring_mqtt_clients So, how can I communi

Make free acc google ads for study

2020-12-29 Thread Ngô Minh Tùng
Hi all, I want to study gg ads api and know how it works for my job. So can I create a free account and demo all features of them? Anyone can help me investigate Google Ads API, thank you so much! -- *Ngô Minh Tùng | Student of FPT University* Phone: * 0168 372 4638 *| Email: minhtungng

Re: How to create a test account

2020-12-31 Thread Ngô Minh Tùng
id/adwords-api/G_z4T0QM7W1K00___HGEILQvmWELwAuoJZVw%40sfdc.net > <https://groups.google.com/d/msgid/adwords-api/G_z4T0QM7W1K00___HGEILQvmWELwAuoJZVw%40sfdc.net?utm_medium=email&utm_source=footer> > . >

Bug in DownloadCriteriaReportWithAwql app

2021-01-05 Thread Ngô Minh Tùng
Hi all, I have a bug when i try run DownloadCriteriaReportWithAwql (refer: https://developers.google.com/adwords/api/docs/samples/java/reporting) but i just get only first item in my list, Many thanks -- *Ngô Minh Tùng | Student of FPT University* Phone: * 0168 372 4638 *| Email: minhtungng

Get Query from reporting and make data in report real-time

2021-01-06 Thread Ngô Minh Tùng
Hi all, I have some questions, How do I get a query from reporting on the web? And the report data can realtime, or refresh each hour? -- *Ngô Minh Tùng | Student of FPT University* Phone: * 0168 372 4638 *| Email: minhtungng...@gmail.com Address: Phú Cát, Quốc Oai, Hà Nội Facebook: https

How to get data from google ads via login by email

2021-02-02 Thread Ngô Minh Tùng
Hi all, I have a project and I wanna get data from gg ads report to save into the database. I use the spring boot framework. I don't know how I get data after sign-in google in the background process app. -- *Ngô Minh Tùng | Student of FPT University* Phone: * 0168 372 4638 *| Email: minht

fetching data for server-side

2021-02-08 Thread Ngô Minh Tùng
&response_type=code&client_id="; to grain permissions access data. Then gg returns a response token. I'm stuck on this step. How i can get all account, campaign, ads performance with provided token after user sign-on and allow my app to manage adwords. Thanks all -- *Ngô Minh Tùng | Stu

Get reach metrix from google api

2021-02-24 Thread Ngô Minh Tùng
Hi all, I wanto get data "Uniqe users, Average impression frequency per user" via google api (GoogleAdsClient) from UI of gg. See image below! Can you help me, please! Thanks all. [image: image.png] -- *Ngô Minh Tùng | Student of FPT University* Phone: * 0168 372 4638 *| Email:

Re: Expiry of Refresh Token / Access Token

2021-03-15 Thread Ngô Minh Tùng
; email to adwords-api+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/adwords-api/1FPEQ0QQ0SM500YlhO4ls2QCWuMBcPemJeHQ%40sfdc.net > <https://groups.google.com/d/msgid/adwords-api

Mapping rate when using Google API create Audience list

2020-02-27 Thread Tien Minh Trinh
I'm using Google API to upload customer data (email + phone number) to Google Ads, but the mapping rate is very low. I use the same data and upload directly using Google Ads UI and the mapping rate is very high. I using PHP Example for my code. I don't know what happens here. Could you help me on

Reporting of listing group

2023-04-17 Thread Nguyễn Ngọc Minh Khánh
Can you guide me how to get the information of listing group, such as "name", "id", "asset_group_is", via google ads api -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Yo

Re: reporting of listing group

2023-04-18 Thread Nguyễn Ngọc Minh Khánh
Hi, I have sent a private message, but I am not received your answers( not aware my message is sent or not ). Therefore, I ask the question here again That how to get listing_group id from google ads api. Hope to hear from your soon. On Monday, April 17, 2023 at 11:55:51 PM UTC+7 Google Ads A

Re: reporting of listing group

2023-04-18 Thread Nguyễn Ngọc Minh Khánh
Hi, I have realized that listing_group is just a hierarchical filter, therefore this query just return the listing_group_filter's id. My another question how we can measure the effective of each asset_group for performance max campaign, because I do not see any report on it. Hope to hear from y

Re: reporting of listing group

2023-04-18 Thread Nguyễn Ngọc Minh Khánh
Hi, I am pertaining to "metrics" such as impressions, conversions... . Hope can be supported faster, thank. Regards, On Wednesday, April 19, 2023 at 12:15:42 AM UTC+7 Google Ads API Forum Advisor wrote: > Hello, > > By mentioning “*measure the effective of each asset_group for performance >

Stats of Asset group

2023-04-19 Thread Nguyễn Ngọc Minh Khánh
Hi, Can you confirm that the stats of campaign is equal of all asset_group's stats, that's right. Hope to hear from you soon -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Asset Group perf stats don't match it's pmax campaign stats

2023-04-19 Thread Nguyễn Ngọc Minh Khánh
hi, I have the same question is that Can you confirm that the stats of campaign will be sum of all asset_group's stats or not? Thanks On Wednesday, March 22, 2023 at 3:32:47 AM UTC+7 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to Google Ads API Forum. > > In order

Re: Asset Group perf stats don't match it's pmax campaign stats

2023-04-19 Thread Nguyễn Ngọc Minh Khánh
quot;Con người đời thường thiếu là ý chí chứ không phải sức mạnh." Khoa công nghệ thông tin - Trường Khoa Học Tự Nhiên. *Nguyễn Ngọc Minh Khánh* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~

Re: stats of asset group

2023-04-19 Thread Nguyễn Ngọc Minh Khánh
Hi, Thank for your infor, but Can you answer my question directly? Can you confirm that the stats of campaign will be sum of all asset_group's stats, right? Can you tell me if this is right or wrong first? Regards, On Thursday, April 20, 2023 at 3:59:57 AM UTC+7 Google Ads API Forum Adviso

The metrics for new listing group

2023-04-25 Thread Nguyễn Ngọc Minh Khánh
Hi Support Teams, Product Groups are nodes pointing at a series of products from Merchant Center, for example I have listing_group_id points to product A, B and C in level 1. But in the future, we can have a new *Sub listing_group_id *(add new filter criteria in level 2) that create new sub Pro

[OfflineUserDataJob] Getting RESOURCE_EXHAUSTED

2022-11-21 Thread Hồ Minh Nhật - ITC - AI & Big Data - Software Engineer
Dear Google Ads Team, Recently I'm using OfflineUserDataJob to upload Audience. Usually, my Audience contains between 1m ~ 7m identifier What I did is, I add multiple *addOfflineUserDataJobOperations* (Follow the rate limit 20 identifer per 1 Operation AND 100,000 per request) offlineUserDataJo

Migrate AdWords to Google Ads Api. Get empty list of customer when calling listAccessibleCustomers

2022-07-15 Thread Hồ Minh Nhật - ITC - AI & Big Data - Software Engineer
Hello Google Ads Team, Currently, I'm migrating to Google Ads Api. I'm struggle in retrieving the login-customer-id. I'm following https://developers.google.com/google-ads/api/docs/migration/login-customer-id this URL to get customer-id. But at step 1 it return empty list of customers Note: De

Error: CONVERSION_PRECEDES_EVENT

2025-05-09 Thread &#x27;Minh Tran' via Google Ads API and AdWords API Forum
This event occurs after the ad click, but I got the error above. Please help me check when this GCLID happened, and whether the conversion really happened before the ad click. { "partialFailureError": { "code": 3, "message": "The imported event has a conversion_date_time that precede