RE: Ad Calls Count Discrepency

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hi Ryan, Thank you for posting your concern. To have a closer at the issue, could you provide the following details via Reply privately to author option? Customer ID where the data discrepancies occurred between the UI and API Sample screenshot of the UI and API where we can see the

Re: Attributes mapping between UI and API

2021-02-02 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
Hi Anthony, Thank you very much for so helpful answer! Could you please also tell me the mapping from the finalUrlSuffix (from the Ad Group Performance and the Campaign Performance

Re: Getting Basic Access Token - Status update please

2021-02-02 Thread Jason Stempel
Hi Lakshmi, I confirm, I have filled out that form today, February 3rd 2021. I do not have permission to use the option "Reply privately to author". Kind Regards, Jason Stempel On Tuesday, February 2, 2021 at 11:57:35 AM UTC-6 adsapiforumadvisor wrote: > Hi Jason, > > Please confirm if you

USER_LIST_MUTATE_NOT_SUPPORTED Updating/Removing user list

2021-02-02 Thread Online Engineering
Team, I'm currently using v6 version of Google Ads API & trying to update the name or status of userlist & keep running into *USER_LIST_MUTATE_NOT_SUPPORTED *error. I can confirm that the user list i'm trying to update is enabled, in open status & not read-only. Can you please help me

Re: Creating ad_schedule using rest API with the campaignCriteria service

2021-02-02 Thread Eylon Raymond Harari
Edit: I have found this key point: "Key Point: Create operations don't specify a resourceName or ID. When the API call succeeds, the response includes the resourceName generated for the newly created object." in this guide

Re: Ads API Help

2021-02-02 Thread puneet sharma
I am using google ads API. Here in the root folder there is a file with name adsapi_php.ini. We have to set configuration data here. So If I have to change these all data dynamically and set data of login user(who is getting permission to our Application) so how I can do this. We need to set

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:

Creating ad_schedule using rest API with the campaignCriteria service

2021-02-02 Thread Eylon Raymond Harari
I am trying to create new a ad_schedule for a given campaign. *Steps I have taken to achieve that: *1) Get all the existing ad_schedule criteria - working ✅

Re: Removing adschedule in REST API using campaign criterion id's

2021-02-02 Thread Eylon Raymond Harari
Thanks, all working On Tuesday, February 2, 2021 at 3:39:46 PM UTC+10 adsapiforumadvisor wrote: > Hi Eylon, > > You can refer to this guide > on > how you can construct your mutate requests using REST. > > For additional

How to get the bid I set for an adgroup. More complicated than is has to be

2021-02-02 Thread Monty808
Hi Google, I create an ad group like the below its wonderful. Wat is not wonderful is how to use the api to get *microAmount that I set for the adgroup? One would think I just ad a ad group to and ad group selector given and ad_group id but one would be wrong. So How? * operations = [

Re: how to get the actual criterion status from API

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hi Tom, Thank you for reaching out. I would assume you refer the term “not-active” to “negative” as the criterion could be applied either positively or negatively. If the same criterion exists on customer, campaign and adgroup levels, the adgroup level criterion would be decisive. You could

Getting metrics via report on test account

2021-02-02 Thread Gabriel Nordeborn
I'm aware that test accounts don't produce metrics like impressions and clicks. However, is there a way to get test data segmented by date anyway, even though metrics will all be 0? I'm looking for a way to basically run the same query I will on production data (get a campaigns performance the

Re: How to best use MOBILE_APP_RESOLVED_ID dimension?

2021-02-02 Thread Gregory Golberg
I am calling this via an API (dfp-axis) -- would that still be the right forum? On Tue, Feb 2, 2021 at 11:29 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Gregory, > > It looks like you are using Ad Manager > . This

Re: Not able to catch error when guzzle fails

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You could refer to this code snippet on how to handle the GoogleAdsException and ApiException. For the exceptions related to the Guzzle library, please refer to their documentation or reach out to the library owner to get further assistance. Thanks and regards,

Re: Attributes mapping between UI and API

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hello, LOSTIMPRSN -n/s LOSTIMPRSNRNK - SearchRankLostImpressionShare LOSTIMPRSNBUDGET - n/a IMPRSNSHARE - SearchImpressionShare It doesn't appear that there is a direct mapping to the LOSTIMPRSN or LOSTIMPRSNBUDGET. The DisplayUrl from the Ad Performance Report would map to what you see on the

RE: ADS Metrics

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hello, Please see the below resources for ad reporting in the Ads and AdWords API: AdWords API: Ad performance report Reporting samples Ads API: ad_group_ad resource Reporting guide Please let us know if you have any further questions. If so, please specify which API you are using.

RE: How to best use MOBILE_APP_RESOLVED_ID dimension?

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hi Gregory, It looks like you are using Ad Manager. This support channel specializes in Ads API support. Please reach out to the Ad Manager support community here. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2Bcz2R:ref -- --

Re: Ads API Help

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hello, The Google Ads API is the next generation of the AdWords API, so we recommend using the Google Ads API. The Ads API exposes both standard JSON REST endpoints and a gRPC interface, whereas the AdWords API is a SOAP API. Although you may not be using the AdWords API, you can find more

Get MCC ID from Customer entity

2021-02-02 Thread Alberto
Hi all, Im trying to retrieve which is the MCC id for a customer, but i cannot see this in customer service: https://developers.google.com/adwords/api/docs/reference/v201809/CustomerService.Customer I can see in accounts samples there is a way to print all accounts linked to an mcc but that

RE: Getting Basic Access Token - Status update please

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hi Jason, Please confirm if you filled the following form: https://services.google.com/fb/forms/apicontact/ If so, please send the following details using 'Reply privately to author' option: Account id User email address Date when you filled the above form Thanks, Lakshmi Prathipati Google

RE: Pausing all campaigns in a Google Ads Account?

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hi, Yes, please go through the following sample to update the campaign: https://developers.google.com/google-ads/api/docs/samples/update-campaign#python You can do a batch operation. You will find the guide helpful: https://developers.google.com/google-ads/api/docs/batch-processing/overview

RE: Pausing all campaigns in a Google Ads Account?

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hi, Please check the following code sample to update the campaign: https://developers.google.com/google-ads/api/docs/samples/update-campaign#python You can do a batch operation. You will find the guide helpful: https://developers.google.com/google-ads/api/docs/batch-processing/overview Let me

Re: Bulk Download - Google Ads API

2021-02-02 Thread Harshi Manju
Hi Google Team, How can we get the data keyword structure? Could you please send the GAQL query. I need the keyword_id, keyword_name, keyword_status in the GAQL query. I was confusing for the keyword and was able to get the GAQL query for Campaign, AdGroup. Below is the reference For

Re: Getting Basic Access Token - Status update please

2021-02-02 Thread Jason Stempel
I've made a mistake. The Google team had responded and I missed their response in my inbox. I apologize. On Monday, February 1, 2021 at 3:28:14 PM UTC-6 Jason Stempel wrote: > Hello, > Some weeks ago I applied for Basic level Google Ads API access. > I have not received a response yet from

Ad Calls Count Discrepency

2021-02-02 Thread Ryan Jackson
I'm looking to retrieve all Calls from our Ad Extensions. However, when I look in the UI the results are consistently different (eg, click_view=8, ui=6). One client I'm able to run the query for the days before and after — to test if it was a Time Zone issue — and the results before and after

RE: Validating Store Conversion data

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hi Milad, There is a feature to use validateonly for ConversionActionRequest: https://developers.google.com/google-ads/api/reference/rpc/v6/MutateConversionActionsRequest?hl=en#validate_only Please refer to the following Conversion guide:

RE: Inquiry on rate limits for Adwords API and Google ads API

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hello, Rate limits per CID are shared across APIs. So if you hit a rate limit on a specific account, then you'd have to wait with both APIs before continuing. Rate limits per developer token are separate per API, so if you hit the limit using the Google Ads API, then you would only have to

Re: Summary data as Bifurcation same as UI

2021-02-02 Thread cv
Hi, @Marketing Integration How you were able to get expansions totals. I was trying to get campaign impressions at campaign level and Audience total impressions. i am not able to get exact expansions total. If possible can you please provide details? Thanks, On Thursday, 28 January 2021 at

Re: how to get the actual criterion status from API

2021-02-02 Thread Tom Nahum
thank you Xiaoming. i am using the criterion.negative and it does show me if the user manually excluded the criterion. though, there are other cases where a criterion is not-active: like campaign policies - if the criterion was excluded in the campaign level. so - a criterion can be not-active