Customer List Job Status meaning

2022-04-18 Thread Online Engineering
Hi support team, We found the job status of a job updating a customer match list could be as follows. Could you specify the meanings of each status? Thanks! - RUNNING : 'InProgress' SUCCESS : 'Completed' FAILED : 'Failed' PENDING : 'Submitted' UNKNOWN : 'Others' UNSPECIFIED :

Zero Impressions *are* being filtered by default

2022-04-18 Thread 'Jason Brinkle' via Google Ads API and AdWords API Forum
I was comparing results between requests to the AdWords and new Ads APIs and was noticing some missing data coming from the new Ads API. Upon further investigation, it's missing the rows where impressions == 0. The documentation seems to indicate that this should not be happening... Workflow

Re: RDA Limits per Ad Group

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I am having trouble opening the file from your drive, likely because it is ~100 MB in size. Is it possible for you to provide us with the request, and the relevant part of the response given in the error message (index 1214)? Please also check if this error message is related to the ad

Re: Change Status - get more than 10k records

2022-04-18 Thread Danail Georgiev
Hello, It seems the suggestion above was not at all verified. Change Status requires a LIMIT clause, which can be up to 1, regardless what method is used to fetch the data (Search or SearchStream) - https://developers.google.com/google-ads/api/docs/change-status I've tried both methods, with

Max length of image ad URLs

2022-04-18 Thread Eva Suárez
Hello everyone, I am trying to validate input data in our app before sending a request to the Google Ads API, but I cannot find what is the maximum length for final URLs and display URLs in image ads. I know that a URL should not exceed 2000 characters, but is there a more restrictive limit in

Re: ad_group_ad.ad.responsible_search_ad.descriptions becomes undefined

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Keita, Thanks for getting back to us. We will be able to address concerns specific to AdWords API/Google Ads API on this forum channel. Since you’re looking to get string data from a list of assets in Google Ads Script, I suggest monitoring your created thread in Google Ads Scripts Forum.

Re: API Quota Reduction

2022-04-18 Thread Syed Stewart
I would like to just confirm this is the way the new planning limits work. I use the following process to get volume data for 800 keywords 1. I create a keyword plan. This counts as 1 operation. 2. I create a keyword plan campaign. This counts as 1 operation. 3. I create a keyword plan

Re: Region View

2022-04-18 Thread Raquel Munari
Hi, thank you for answering me. I well understood that any row that is not associated with a target state was removed, thank you for clarifying that. For feedback, in the future, maybe correct that by just returning the field "geo_target_state" as null, since it doesn't make sense to take a

Re: Temporary IDs issue creating ListingGroups using BatchJob

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, That limit seems correct to me. I'm going to take a look into improving our documentation around limits regarding listing groups. As for the other issue, we're in the process of putting together a fix on our side and should hopefully be rolling it out soon. I'll follow up on the

GRPC error

2022-04-18 Thread Kiran MK
Hi, I have been trying to use Google Ads API for a project. ruby version: 2.6.9 rails version: 5.1.7 I was just trying out this example here from the google ads repo

google.api_core.exceptions.InternalServerError: 500 Internal error encountered.

2022-04-18 Thread 李虎
Hello, I encountered an internal error when creating app campaign with advertising_channel_sub_type = APP_CAMPAIGN_FOR_PRE_REGISTRATION

RE: Region View

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Raquel, Thank you for raising this concern to Google Ads API forum. To simply explain why the metrics get smaller when adding a segment field, I can refer to this document, ("When adding some segments, the metrics in the summary row may decrease" section). To further explain the provided

RE: Creating Video Ads

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Shigero, Thanks for reaching out to the Google Ads API forum. Yes you can create video ads via API. For doing that please refer to this page before creating a campaign. Feel free to use our sample code in add campaigns with your preferred programming language. Let me know if you have any

Giving limited access to third party service provider

2022-04-18 Thread Ajit Trivedi
Hi, I have multiple Google Ads account. I want third party agency to only have access to only some of the Google ads account and not all the account. How do I limit the third party to have access to only some of the Google ads account that I want? Thanks -- --

Re: is there any specific format of email and mobile number that should be used before hashing and making call to google ads api

2022-04-18 Thread Ajit Trivedi
Thanks for the response On Monday, April 18, 2022 at 8:28:30 AM UTC+5:30 adsapi wrote: > Hi Ajit, > > Thank you for reaching out to us. > > For privacy concerns, email addresses, first names, and last names must be > hashed using the SHA-256 algorithm before being uploaded. In order to >

Re: DateFormat Error

2022-04-18 Thread Ajit Trivedi
Thanks for the help On Monday, April 18, 2022 at 2:01:38 PM UTC+5:30 adsapi wrote: > Hi Ajit, > > Thank you for reaching out to us. > > So our API team can further assist you, could you provide more details on > the concern/issue? Could you provide to our team the complete request >

Re: not able to upload data using ConversionUploadServiceClient

2022-04-18 Thread Ajit Trivedi
The account id I am using is not of MCC acount. On Monday, April 18, 2022 at 3:37:55 PM UTC+5:30 Ajit Trivedi wrote: > Hi, > I am getting following response while uploading data using > ConversionUploadServiceClient. > > partial_failure_error { > code: 3 > message: "The click or call is

not able to upload data using ConversionUploadServiceClient

2022-04-18 Thread Ajit Trivedi
Hi, I am getting following response while uploading data using ConversionUploadServiceClient. partial_failure_error { code: 3 message: "The click or call is owned by a customer account that the uploading customer does not manage., at conversions[0].gclid" details { type_url:

iOS Conversion Tracking

2022-04-18 Thread 'Sweply Google' via Google Ads API and AdWords API Forum
Hello Team, I am working on Google Ads API - v10, Trying to create Conversion Tracking for iOS app, But AddConversionAction API is not working for Create iOS conversion tracking. is we can create

Re: Alternate for get_service while migrating to. Google Ads API

2022-04-18 Thread Deepak Kumar
Hi Yasar, I have one question then, earlier I was querying the audience id and then adding only users that were not present in google adwords list. But since, get methods have been removed, I can't get the audience id for existing users. Then shall I send all the users and google would take care

Google Ads API - How to reduce API calls

2022-04-18 Thread 'Sweply Google' via Google Ads API and AdWords API Forum
Hello Team, I have implemented *Google Ads API - V10* , but it takes 20+ requests to post single search ad campaign, I am trying to reduce API calls for *Search Ad campaign* , Can you please, Let me know what are the ways to reduce API calls for post *Search Ad* Campaign. -- --

RE: Change Status - get more than 10k records

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Danail, Thank you for raising this concern to the Google Ads API forum. With regard to your concern, "What would be the suggested approach to fetch all the records using Change Status." that you mentioned, could you please confirm if you are using the SearchStream method? Please note that

RE: DateFormat Error

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, Thank you for reaching out to us. So our API team can further assist you, could you provide more details on the concern/issue? Could you provide to our team the complete request and response logs with request ID privately so we can check it further? You may then send the requested

RE: can't find campaign.advertising_channel_type = 'DISPLAY' in ad_group_ad or keyword_view

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amanda, Thanks for reaching out to the Google Ads API Forum. I understand that you’re looking to get Display advertising channel type data. However, for us to investigate, could you provide us with the complete request and response logs with the request-id, so our team can better check?

Google Ads API reporting in CSV format

2022-04-18 Thread Kasi Viswanathan
Hi, While using reports API in Google Ads, we are facing Heap memory out of size issue when the report response JSONArray has large number of data in it. Can someone please suggest a solution to efficiently use the report API without this error and also is there a way to download report in

Re: CUSTOMER_NOT_ENABLED

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Could you elaborate on what you meant by data refresh policy? In addition, regarding your cancelled account, could you confirm if what you also meant is that you are still able to retrieve data? Also, so our team can take a closer look, could you share your complete request and response

RE: Alternate for get_service while migrating to. Google Ads API

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. Could you confirm if you’re using current version as v10? If so, in the Google Ads API V10 version, GET methods have been removed from all services. Any service that exclusively had a get method has been removed as well. The