Mutate Operation is going into Partial Success

2022-02-23 Thread Sravanthi Reddy
Hi Team, I have seen the issue, the when i am working shopping ad group operations. There are two case where i found this issue. Lets suppose, 1. There are alot of removal operations like > 10k and the total nulber of successful operations are 0/1 , the api is getting stucked

Get All Targeted Locations selected by Campaigns

2022-02-23 Thread Hassan Tarique
I wanted to create an interface like locations in ads, how can I get all targeted locations that are selected by all campaigns -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Unable to create campaign from test manager account

2022-02-23 Thread Libsys Limited
I have now created a campaign from test account, but not able to fetch it through getCampaigns.java If I am sending customer id as the test manager account, the list returned is empty. If I am sending the test client account id, I am getting this error. Response Headers:

How to get Conversions Using Customer ID

2022-02-23 Thread Divyesh Gajjar
Hello Everyone, Can you Please tell me How to Get Conversions Lists using customer id in API? Advance Thanks, Divyesh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to stop a local campaign

2022-02-23 Thread RYO O
Hello. How can I use the API to stop a local campaign? thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

RESOURCE_EXHAUSTED error with standard access

2022-02-23 Thread Inessa M
Hi all, I try to migrate to Google Ads API from Google AdWords API (I use googleads/google-ads-php library) and I encountered with an RESOURCE_EXHAUSTED error: { "message": "Resource has been exhausted (e.g. check quota).", "code": 8, "status": "RESOURCE_EXHAUSTED", "details": [

Re: ERROR: The click associated with the given identifier or iOS URL parameter is either too old to be imported or occurred before the conversion click through lookback window for the specified combin

2022-02-23 Thread Alex Garcia
The errors are not the same, that's why I opened a different thread. I believe these are 2 different errors and the way to handle them should be different. On Wednesday, February 23, 2022 at 8:23:57 PM UTC+1 adsapi wrote: > Hello Hustle, > > Thanks for reaching out. With regards to your

UNEXPECTED_INTERNAL_API_ERROR

2022-02-23 Thread outleads
We keep on getting UNEXPECTED_INTERNAL_API_ERROR when calling getCustomers() when using a specific client's token. All other API calls using this token are coming through fine and the getCustomers() call is coming through fine using all of our other clients' tokens. This error keeps on

Re: ERROR: The click associated with the identifier or iOS URL parameter does not exist in the system. This can occur if the identifier or iOS URL parameter are collected for non Google Ads clicks (e.

2022-02-23 Thread Alex Garcia
Yes, using V10. I am having issues just with some click IDs. The majority of them are getting processed correctly. So the implementation is good, it's just that some clicks don't get processed correctly. What does "dart search" stand for? On Wednesday, February 23, 2022 at 7:24:27 PM UTC+1

Re: How to receive promotional codes via Ads API

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Michael, Thanks for your patience on this. We have received your private reply. While it is possible to get account_budget adjustments amounts, it is not possible to get the adjustment type (e.g. promotional codes). However, this feature has been requested previously, and any relevant

RE: Budget field is not found on the new google ads mapping

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you can use query migration tools to migrating query from AWQL to GAQL.You can use campaign.budget field to get the budget via campaign report in the Google Ads API. Let me know if you have any

Re: UserDataService Upload limits

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vamshi, I work with Mark and will assist you. Having Standard Access mean you can call this endpoint an unlimited amount of times only subject to rate limits when server load is high, but you may want to try out our OfflineUserDataJobService instead for huge uploads of userdata. Here's our

Re: Marketing Objective Setup for a Campaign via API

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello - Do you have an example of a Campaign that won't run without this setting? Just the Customer ID and Campaign ID will suffice. You should be able to traffic a campaign with minimal configuration, so I wonder if there's another reason why such a Campaign won't get trafficked. Thanks,

RE: Google Ads api return only some portion of rows compared to adwords api

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alin, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide us with the complete logs (request and response with request-id) via the Reply privately to the author option? Thanks, Nirmita Google Ads API Team

Re: Inconsistencies for metrics.conversion_last_received_request_date_time

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Robert, Thanks for providing the requested logs. I've filed these requests internally. Relevant changes in subsequent versions can be found in the release notes. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2WxrfJ:ref -- --

Re: Auto-Migration of Feed-Based Extensions

2022-02-23 Thread Malcolm Taylor
Thanks for you response. One follow-up question. In the response to question #2 you stated that AssetService and the call asset is supported in v10 but in the question I stated I was in v9. The docs look the same for v9 and v10 for those. Are creating call assets not supported in v9 of

Fetch 'KEYWORD_TEXT', 'CATEGORY_PRODUCTS_AND_SERVICES' columns for a given keyword list

2022-02-23 Thread Toprak Ucar
Hello, During the migration of Google Ads Migration, I stuck with the migration of *TargetingIdeaService*. I want to get 'KEYWORD_TEXT' and 'CATEGORY_PRODUCTS_AND_SERVICES' values. I tried to apply the example in

Re: Authorization problem

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Laurent, For authenticating in desktop application flow, the credentials generated in the GCP project are for a desktop app. You can generate a client ID and secret by following the linked instructions and try with those credentials. Regards, Aryeh Google Ads API Team

RE: Getting USER_PERMISSION_DENIED in google ads api when trying to fetch client info, which allowed access in authentication of the app

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, It sounds like each client has their own authentication with you GCP project. They can log in directly to their accounts without your login customer Id because they are probably authenticating with a Google Account that is already a user in their Ads accounts. You probably are a user in

Re: Questions Related Testing of store sales Transaction data upload via API

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, While the validate_only field is supported in test accounts, you will not be able to run an OfflineUserDataJob in test accounts, as user lists are not supported in this account type. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2WxMS9:ref -- --

ASPECT_RATIO_NOT_ALLOWED

2022-02-23 Thread RANANJAYPRATAP SINGH
Hi Our google adword api for campaign creation and was running fine yet but now we are getting below error with every ad creation. [ImageError.UNEXPECTED_SIZE @ operations[0].operand.ad.marketingImages[0].asset.assetId, ImageError.ASPECT_RATIO_NOT_ALLOWED @

RE: CampaignAsset resource interaction_on_this_asset parameter

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Arshdeep, I work with Teejay and will assist you. You are correct that AdWords has no campaign_asset equivalent due to AdWords not having support for asset based extensions. In general, for a report that worked in AdWords, we do recommend to use the Query Migration Tool to migrate, then

Google Ad result API

2022-02-23 Thread Vibeeshnan Arumugam
Hi Team, Is there any way to get Google ad results such as clicks, impressions etc... for a specific campaign using campaign ID through Google ads API?. When I search for that I got results only for a list of campaigns. I have given the code that I used below for your reference. customerId

Request: Expose Required Union Fields In Error Response

2022-02-23 Thread Pete Lavetsky (AdWords API Guru)
When mutating a resource that contains a union field, if there is a missing required field on the union field data, that required field name is not returned in the error message. This masks what the actual error is and what field is required. In my example below, attempting to create a

Re: AUDIENCE_PERFORMANCE_REPORT and GEO_PERFORMANCE_REPORT migration from Adwords to Ads API

2022-02-23 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Hi Team, do you have an chance to help looking into this thread? we are pending on this few days. Thanks Hao On Friday, February 18, 2022 at 4:56:44 PM UTC+8 Hao Long wrote: > Hi Team, > > For Audience performance report migration, base on my assumption i have a > try but we can not download

Re: performance for Google Ads shopping_performance_view

2022-02-23 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Thanks Kevin, i will split the request into 9(5 days data per request). Thanks Hao On Wednesday, February 23, 2022 at 10:09:40 PM UTC+8 Hao Long wrote: > yes we have retry logic in our program(once failed it will retry after > 10mins) but still get the same failed result. > i just confused we

Re: performance for Google Ads shopping_performance_view

2022-02-23 Thread 'Hao Long' via Google Ads API and AdWords API Forum
yes we have retry logic in our program(once failed it will retry after 10mins) but still get the same failed result. i just confused we could one time download 45 days data but could not achieve this in new Google Ads API. On Monday, February 21, 2022 at 5:37:14 PM UTC+8 adsapi wrote: > Hi Hao

AdGroupType mapping

2022-02-23 Thread 'Jana Lekova' via Google Ads API and AdWords API Forum
Dear Google Ads API support, I'm mapping adGroupTypes from API to adGroupTypes shown in the UI to adGroupTypes shown in excel export from UI. Most of them are pretty straight forward to map, but I found some discrepancies and I would like your support. In the API

How to get the correct query in the campaign location target report

2022-02-23 Thread xmarcle
Hi, According to the query result of Adwords API to Google ads API field mapping introduced by campaign location target, I failed. Method Name: /google.ads.googleads.v9.services.GoogleAdsService/SearchStream Host: googleads.googleapis.com Headers: { "x-goog-api-client": "gl-php\/7.4.5

How should the results of campaign performance report in Google ads API be consistent with Adwords API

2022-02-23 Thread xmarcle
Hi, the query: SELECT campaign.status, campaign.name, campaign.serving_status, metrics.clicks, metrics.impressions, metrics.interaction_rate, metrics.average_cpc, metrics.cost_micros, metrics.conversions, metrics.conversions_from_interactions_rate, metrics.cost_per_conversion,

Re: Updated Needed Regarding PHONE_NUMBER_IN_AD_TEXT Error

2022-02-23 Thread Pete Lavetsky (AdWords API Guru)
Jinky, The complete request, response and request-id is literally in the initial post. request-id E1xHa8pD5WxhHpB_Ecuk2w Request --- MethodName: google.ads.googleads.v10.services.AdService/MutateAds Endpoint: googleads.googleapis.com:443 Headers: {developer-token=REDACTED,

Unable to create campaign from test manager account

2022-02-23 Thread Libsys Limited
I have created a test manager account for testing api with developer token, but I am not able to create any campaigns under it. To create campaign I first need to create a test client account, but I'm not able to do so. Facing some issue in it. It is being shown that client has been created,

Re: Exponential format for conversion_value

2022-02-23 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Thanks Yasar! Yes we added number format conversion at our side, but we are still interested in this question comments from your team! Thanks, Oksana > On 23 Feb 2022, at 05:57, 'Google Ads API Forum Advisor' via Google Ads API > and AdWords API Forum wrote: > > Hi Oksana, > > Thanks for

AdWords and Google Ads API return different UserList data

2022-02-23 Thread Yuxiang Wang
Hi, I'm currently migrating from AdWords API to Google Ads API. And I found data mismatch issue on UserList report. >From the AdWordsUserListService, there are a lot of rows has field "ExpressionRuleUserList.rule" which is not null. However, in Google Ads API, the rows with same userListId

ERROR: The click associated with the given identifier or iOS URL parameter is either too old to be imported or occurred before the conversion click through lookback window for the specified combinatio

2022-02-23 Thread Hustle OU
I got this error when importing click conversions to Google Ads API: ERROR: The click associated with the given identifier or iOS URL parameter is either too old to be imported or occurred before the conversion click through lookback window for the specified combination of conversion date and

Budget field is not found on the new google ads mapping

2022-02-23 Thread Alin Alex
I am trying to migrate a script from adwords to ads and the following field is not listed anywhere into the official mapping pages: Report query in adwords: report = { 'reportName': 'CAMPAIGN_PERFORMANCE_REPORT', 'dateRangeType': 'LAST_30_DAYS', 'reportType': 'CAMPAIGN_PERFORMANCE_REPORT',

ERROR: The click associated with the identifier or iOS URL parameter does not exist in the system. This can occur if the identifier or iOS URL parameter are collected for non Google Ads clicks (e.g. d

2022-02-23 Thread Hustle OU
I got this error message when importing click conversions to Google Ads API: ERROR: The click associated with the identifier or iOS URL parameter does not exist in the system. This can occur if the identifier or iOS URL parameter are collected for non Google Ads clicks (e.g. dart search)., at

Re: UserDataService Upload limits

2022-02-23 Thread Vamshi TG
Hi Mark, Thank you for your response. I'm assuming the limits associated with the UploadUserData endpoint are subject to operation limits associated with the developer token. So, does having

Google Ads api return only some portion of rows compared to adwords api

2022-02-23 Thread Alin Alex
I am currently migrating from adwords to googleads and i kinda matched the following query: adwords: oauth2_client = oauth2.GoogleRefreshTokenClient(client_id, client_secret, refresh_token) adwords_client = adwords.AdWordsClient(developer_token, oauth2_client,

Re: UserDataService Upload limits

2022-02-23 Thread seba...@movio.co
Hi Jakeia, Thanks for your response. I tried to upload only one user identifier per create operation but then I can only use 10 create operations per request otherwise I get a "Too many operations" error. This is way too slow to upload a user list of millions of hashed emails. So it's actually

Getting USER_PERMISSION_DENIED in google ads api when trying to fetch client info, which allowed access in authentication of the app

2022-02-23 Thread Support Support
Hi, I am working on a tool which will help my clients to manage their ad accounts with convenient user interface. I have created a project in google cloud console and used the clientID and scope to authenticate clients and prompt for the permission to access their ad accounts. But when I try

Re: Authorization problem

2022-02-23 Thread Laurent Petr
Hello, On Github, they said to see with API support... They said also, I shoud use AuthenticateInDesktopApplication.php even with a web app, and not AuthenticateInWebApplication.php I tryed again with AuthenticateInDesktopApplication.php and I have the message : "Erreur 400 :