Inconsistent response from Search Query for AdGroup in the Beta Ads API

2019-01-30 Thread Darshan Pradhan
I am unsure if this is a temporary issue going on with Beta Ads api, but, I am using java client and executing following query and every time I run my query I keep get inconsistent results. SELECT campaign.id, ad_group.id, ad_group.name, ad_group.status, ad_group.type, ad_group.ad_rotation_mo

Is there a (publicly accessible) dashboard(kind of) to check current issues going on with google Ads (Beta)API?

2019-01-30 Thread Darshan Pradhan
Until this morning i was able to access clients under my Manager account using ads beta api, but all of a sudden I am seeing weird responses from the api such as permission denied etc. Is this temporary? I don't remember making any changes in our account. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Inconsistent response from Search Query for AdGroup in the Beta Ads API

2019-01-31 Thread Darshan Pradhan
Looks like this was because of the 0_7 release yesterday which required the loginCustomerId. I will have to adjust my java client creation accordingly. On Wednesday, January 30, 2019 at 3:13:44 PM UTC-5, Darshan Pradhan wrote: > > I am unsure if this is a temporary issue going on with Be

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-31 Thread Darshan Pradhan
Thanks for the advise Jaki, I am not having luck with adding delays between the calls to fetch all the customer's info (name) under our manager account which has about 91 accounts and growing, so the calls are failing in some way also when trying to pull customer name for all linked accounts a

Re: Inconsistent response from Search Query for AdGroup in the Beta Ads API

2019-01-31 Thread Darshan Pradhan
https://developers.google.com/adwords/api/community/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > On 01/31/19 09:18:36 dar...@companionlabs.com wrote: > > Looks like this was because of the 0_7 release yesterday which required > the loginCustomerId. I will have to adjust

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-04 Thread Darshan Pradhan
Hi Dannison, Thanks for reaching out to help. I have provided the code snippet I am using which grab the list of Customer Accounts the user had access to and then using those customer Accounts it fetches the customers clients. This one grabs the list of accessible customer. I have comment

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-04 Thread Darshan Pradhan
Hi Dannison, Thanks for reaching out to help. I have provided some code snippet below that I am using which grabs the list of Customer Accounts the user has access to and then using those customer Accounts it fetches the customer's clients. As seen below the list of accessible customer is fi

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-22 Thread Darshan Pradhan
Update incase someone has similar case to solve as I did, which was I needed to pull all the customer details including name (which is not available in the customer_client call) under a mcc account. The only way to pull htis fro beta (as of today) is to query customer_client but it does not hav

Inconsistent response in retrieving customers list in Adwords API versus Ads beta API

2019-02-22 Thread Darshan Pradhan
I used following Beta API call to fetch the customers list , i get a count of 93. .setQuery("SELECT customer.id, customer.descriptive_name, customer_client.resource_name, customer_client.client_customer, customer_client.level, customer_client.hidden FROM customer_client

How to pull conversion_actions from new google ads api?

2019-03-04 Thread Darshan Pradhan
I am using the following query in search service to retrieve all the conversion_actions for my customer in context. But I am not getting anything back. Please advice on how to pull conversion_actions using the Google A

Re: How to pull conversion_actions from new google ads api?

2019-03-07 Thread Darshan Pradhan
Can somebody from Google Ads API Support answer this questions please? On Tuesday, March 5, 2019 at 5:17:11 PM UTC+11, Darshan Pradhan wrote: > > I am using the following query in search service to retrieve all the > conversion_actions > <https://developers.google.com/google-ads/

Re: How to pull conversion_actions from new google ads api?

2019-03-08 Thread Darshan Pradhan
om wrote: > > Can somebody from Google Ads API Support answer this questions please? > > On Tuesday, March 5, 2019 at 5:17:11 PM UTC+11, Darshan Pradhan wrote: > > I am using the following query in search service to retrieve all the > conversion_actions > <https://develope

How to pull segments.conversion_actions* from New Ads API? I am getting UNRECOGNIZED_FIELD error.

2019-03-09 Thread Darshan Pradhan
Hi Support, I am looking to pull conversion_actions related fields from segments resource. The segments.conversion_actions documentation states that is is selectable from most of the View resources

Re: How to pull segments.conversion_actions* from New Ads API? I am getting UNRECOGNIZED_FIELD error.

2019-03-09 Thread Darshan Pradhan
:55 AM UTC+11, Darshan Pradhan wrote: > > > Hi Support, > > I am looking to pull conversion_actions related fields from segments > resource. The segments.conversion_actions > <https://developers.google.com/google-ads/api/docs/fields/segments#segmentsconversion_action>

How to pull segments.conversion_actions* from New Ads API? I am getting UNRECOGNIZED_FIELD error.

2019-03-09 Thread Darshan Pradhan
Hi Support, I am looking to pull conversion_actions related fields from segments resource. The segments.conversion_actions documentation states that is is selectable from most of the View resources.

Re: How to pull segments.conversion_actions* from New Ads API? I am getting UNRECOGNIZED_FIELD error.

2019-03-11 Thread Darshan Pradhan
> > *gender_view* > > *ad_group_ad* > > > > > On Sunday, March 10, 2019 at 10:18:55 AM UTC+11, Darshan Pradhan wrote: > > > Hi Support, > > I am looking to pull conversion_actions related fields from segments > resource. The segments.conversion_act

Re: How to pull segments.conversion_actions* from New Ads API? I am getting UNRECOGNIZED_FIELD error.

2019-03-13 Thread Darshan Pradhan
Thanks Bharani, I am able to pull segments.conversion_action fields using the new version 1. I have another question regarding fetching all the conversion_action for a customer account. I can't seem to pull those using the version 1. Can you please advise on that as well? On Tuesday, March 12,

Re: How to pull segments.conversion_actions* from New Ads API? I am getting UNRECOGNIZED_FIELD error.

2019-03-13 Thread Darshan Pradhan
Here is a link to my question regarding pulling all conversion_action from a customer account. https://groups.google.com/forum/#!topic/adwords-api/Dm-ImYeZrXI On Wednesday, March 13, 2019 at 12:12:44 PM UTC-4, Darshan Pradhan wrote: > > Thanks Bharani, I am able t

Re: ListAccessibleCustomers Google Ads API

2019-03-16 Thread Darshan Pradhan
I had similar issue and the thread is in here . TLDR, the listAccessibleCustomers pull all the active and inactive directly ac

Not able to pull historical_quality_score for Customer, AdGroup and Campaign

2019-03-20 Thread Darshan Pradhan
Hi Support, I am trying to pull metrics.historical_quality_score of customer, ad_group, campaign and keyword_view resources but I am getting following message in the response for all except keyword_view. The documentation mentions

Not able to pull historical_quality_score for Customer, AdGroup and Campaign

2019-03-20 Thread Darshan Pradhan
Hi Support, I am trying to pull metrics.historical_quality_score of customer, ad_group, campaign and keyword_view resources but getting an error message in the response for all except keyword_view resource. The documentation

Re: Not able to pull historical_quality_score for Customer, AdGroup and Campaign

2019-03-21 Thread Darshan Pradhan
Hi, i am aware of that rule so i corrected my query in the 2nd question. My issue is i am unable to pull historical_quality_score for customer, ad group or campaign. On Wed, Mar 20, 2019, 5:24 PM wrote: > Greetings! > > There's a rule that I had to get used to when first querying. You can go > u

Re: Not able to pull historical_quality_score for Customer, AdGroup and Campaign

2019-03-22 Thread Darshan Pradhan
eturned. Regards, Nadine, Google Ads API Team On Thursday, March 21, 2019 at 8:17:39 AM UTC-4, Darshan Pradhan wrote: > > Hi, i am aware of that rule so i corrected my query in the 2nd question. > My issue is i am unable to pull historical_quality_score for customer, ad > group or

Re: How to pull conversion_actions from new google ads api?

2019-03-22 Thread Darshan Pradhan
Hi, please provide an update on this issue. We are waiting to retrieve this info for our customer account. Thanks, Darshan. On Friday, March 8, 2019 at 10:05:11 PM UTC-5, Darshan Pradhan wrote: > > Hi Dannison, > > I have sent over the info privately. Please let me know if you

Re: Not able to pull historical_quality_score for Customer, AdGroup and Campaign

2019-03-25 Thread Darshan Pradhan
example, you > can do this to get it by just campaign: > > > SELECT > metrics.historical_quality_score > FROM > campaign > LIMIT > 100 > > > or you can do this if you want granularity at the ad group level: > > > SELECT > metrics.historical_quality_score

Re: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-04-01 Thread Darshan Pradhan
trieve > this info for our customer account. > > Thanks, > Darshan. > > > On Friday, March 8, 2019 at 10:05:11 PM UTC-5, Darshan Pradhan wrote: > > Hi Dannison, > > I have sent over the info privately. Please let me know if you received it > or not. > > Thank

Re: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-04-01 Thread Darshan Pradhan
: > > I think this is a bug: > > > https://groups.google.com/forum/?nomobile=true#!topic/adwords-api/P2p988iu9oM > > On Monday, 1 April 2019 15:14:56 UTC+2, Darshan Pradhan wrote: >> >> Hi API Team, >> >> Please provide a status update on this issue, we have be

Data Issue : Receiving unexpected Enum value for AdGroupType from New ads api

2019-04-03 Thread Darshan Pradhan
Per the documentation "UNRECOGNIZED" is not an expected enum value for an AdGroupType, but we are using the official java client which is crashi

metrics data not available for Income Range type criterion at ad_group or campaign nor a view exists.

2019-04-16 Thread Darshan Pradhan
Hi, In the new Ads Api, we are trying to obtain metrics for INCOME_RANGE type campaign_criterion or ad_group_criterion

Re: metrics data not available for Income Range type criterion at ad_group or campaign nor a view exists.

2019-04-17 Thread Darshan Pradhan
Hi I am already pulling the names what I need is to be able to pull metrics for criterion of INCOME_RANGE type. Please advise. On Tuesday, April 16, 2019 at 4:40:59 PM UTC-4, googleadsapi-forumadvisor wrote: > > Hi Darshan, > > You may use the campaign_criterion.resource_name >

Re: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-04-22 Thread Darshan Pradhan
ars...@companionlabs.com wrote: >> >> Yes, looks like it is, need THE engineer in charge who was going to look >> into this last week to come back and confirm and provide us with plan of >> action on when this will be resolved. We have been waiting on this for >> som

Data inconsistent when pulled from different resources... ad_group_criterion.negative is not returning when combined with keyword_view.. check details in the ticket

2019-04-25 Thread Darshan Pradhan
Hi, I am seeing some inconsistency in data being returned from google ads api. The pull of ad_group_criterion.negative using keyword_view(with negative = true) is returning no results where as similar query directly against ad_group_criterion yields count. Possibly a bug? *UN-SUCCESSFUL REQU

Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-06 Thread Darshan Pradhan
Hi, We just noticed we started seeing an error when fetching a customer details from new Google Ads Api. Here is the error details. My user has 4 accessible accounts. I think the issue is only when I am getting an account which is not fully activated, which used to work without issue before.

Re: Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-07 Thread Darshan Pradhan
Hi, I retest to make sure the issue is true again this morning. *I regenerated an refreshToken and ran the following examples. * 1. * ListAccessibleCustomers

Re: Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-07 Thread Darshan Pradhan
I retested this morning to make sure the issue is not on my end. So I regenerated a refreshToken and ran the examples available in official java client 1. * ListAccessibleCustomers

Re: Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-09 Thread Darshan Pradhan
Any update on this issue? On Tuesday, May 7, 2019 at 9:39:09 AM UTC-4, Darshan Pradhan wrote: > > I retested this morning to make sure the issue is not on my end. So I > regenerated a refreshToken and ran the examples available in official > java client > <https://github.co

Re: Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-10 Thread Darshan Pradhan
vey_transactional?caseid=1-864426237&hl=en&ctx=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > On 05/09/19 22:52:45 dar...@companionlabs.com wrote:

Re: Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-14 Thread Darshan Pradhan
r experience with us by taking > a short survey. > If not -- reply to this email and tell us what else we can do to help. > > Take Survey > <https://support.google.com/google-ads/contact/survey_transactional?caseid=1-864426237&hl=en&ctx=1> > > Also find

Re: [1-8644000026237] Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-15 Thread Darshan Pradhan
Thanks Thanet! Please keep us posted. Thanks, Darshan Pradhan Senior Application Architect CompanionLabs dars...@companionlabs.com LinkedIn: https://www.linkedin.com/in/darshan-pradhan-07918070/ Start advertising smarter on Facebook. Sign up for your free 7 day trial at www.companionlabs.com