RE: Upgrade SSC to PMAX

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Thinh, Thank you for raising this concern to the Google Ads API team. Moving forward, it seems that this is specifically about the Smart Shopping campaign to Pmax Campaign upgrade. That said, you may see this blog post as it contains the details about the said upgrade. Also, could you

Re: How to upload a CSV file having an User List via. REST API call

2022-07-03 Thread AMAP TEST
Hi Jinky, *"1.How to upload a CSV file having an Customer List via. REST API call?"I am afraid that the Google Ads API does not support uploading of a CSV file. With this, you will need to create a process on your end that will get the information from the CSV file to be supplied with this

Re: Upload offline conversion (click conversion) using REST API

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi all, Thank you for reaching us out. I am Sherwin from Google Ads API support team and I work with Nirmita. I hope that all of you are doing well today. Thank you for your insights, Jennifer. However, we will be needing the logs which our colleague Nirmita asks. These logs will help our team

RE: Any examples or explanations to automate changes based on certain conditions?

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Miguel, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Moving forward to your concern, Miguel. I am afraid that there is no sample code for the use case that you mentioned. However, to use the API to automate changes

RE: No returned data for re-engagement campaigns

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aleksandr, Thank you for raising this concern to the Google Ads API team. Moving forward to your concern, so our team can check the issue you are encountering which is the "API does not return any data for these campaigns", could you provide the complete request and response logs with

No returned data for re-engagement campaigns

2022-07-03 Thread Aleksandr Filippov
We are running re-engagement campaigns in Google UAC. API does not return any data for these campaigns after update from v7 to v11. Used query: SELECT campaign.app_campaign_setting.app_store, campaign.name, campaign.id, segments.date, metrics.clicks, metrics.impressions,

RE: Google keyword planner using node js

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris, Thank you for posting your concern to our team. I would like to inform you that Node JS is a client library that our team doesn't support, only the client libraries listed here. With this, I would suggest using one of the client libraries in the provided link and you may refer to

RE: Query metrics.conversions returns all conversions, however I want number of installs only

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Majid, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Moving forward to your concern, getting the app_install metrics from geographic view is not possible. However, to get the metrics of app install, you must get it from

RE: Error: 16 UNAUTHENTICATED: Failed to retrieve auth metadata with error: invalid_grant

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Adnan, Thank you for posting your concern. One of the possible reasons for invalid_grant error is when your refresh token has been expired or revoked. Please note that a Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status

RE: Get credit balance from a Google Ads account through the API

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Victor, Thank you for posting your concern. Allow me to provide support here. I would suggest referring to this document as it specified the prerequisites before applying standard developer token. As for the "credit balance" that you want to get in the UI, would you be able to provide a

Get credit balance from a Google Ads account through the API

2022-07-03 Thread Iago Victor
Hello, good evening! I would like to know what requirements to increase the level of access (basic access and standard access) for developer token approval. I looked for this information in the Google Ads documentation, but found nothing related. Another question, is there a field that

Error: 16 UNAUTHENTICATED: Failed to retrieve auth metadata with error: invalid_grant

2022-07-03 Thread Adnan Hassan
I am using google ads api for reporting and keyword plan purposes in our application. it was working perfectly fine some time ago But now i'm facing this error Error: 16 UNAUTHENTICATED: Failed to retrieve auth metadata with error: invalid_grant at Object.callErrorFromStatus

Error: 16 UNAUTHENTICATED: Failed to retrieve auth metadata with error: invalid_grant

2022-07-03 Thread Adnan Hassan
I am using npm's google-ads-api for reporting and keyword plan purposes in our application. it was working perfectly fine some time ago But now i'm facing this error Error: 16 UNAUTHENTICATED: Failed to retrieve auth metadata with error: invalid_grant at Object.callErrorFromStatus

Google keyword planner using node js

2022-07-03 Thread Haris Arif
Hi, I am new with google ads api, i need to use google ads api keyword planner feature with node js but i cant find any relevant solution for this. Can someone please help me on this. Regards, Haris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Help wanted, collection_size_error TOO_FEW when creating adGroupAds

2022-07-03 Thread Adam Genshaft
I'm sending this object: { "status": "ENABLED", "resource_name": "customers/1310914546/adGroupAds/138411489117~-1", "ad": { "name": "Image ad1656865946261", "final_urls": [

Any examples or explanations to automate changes based on certain conditions?

2022-07-03 Thread Miguel Angel Garcia
*Any examples, tutorials or tips to use the API to automate changes based on certain conditions?* *For example: Pause all ads that have less than 100 clicks in the last year.* This kind of automation is a very common use case. And there are a lot of Google Ads Scripts for these automations

Storing Dollars and Cents in conversionValue in uploadClickConversions

2022-07-03 Thread Mike M
I'm using the REST API v11 for uploadClickConversions. In building a clickConversion object, the documentation says that the conversionValue must be a numeric value. Sometimes when we do this as programmers, we have to worry about monetary values getting munged when stored in a floating point