Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi David, You can have a look at the migration guide to see what fields from AdWords API map to Google Ads API. For verticals, you will want to run a report under ad_group_criterion since VerticalId maps to ad_group_criterion.topic.topic_constant. Regards, Anthony Google Ads API Team ref:_00D1

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-14 Thread david...@funnel.io
Hi, We are getting two types of criteria prefixes from Adwords, boomuserlist and uservertical. When querying from Google ADS however, we can get boomuserlist by calling the user_list resource. But from where can we get the uservertical criteria prefix? Sorry if this question makes no sense, al

RE: (Google Ads API) AdGroup Audience view returns no data

2020-08-12 Thread Google Ads API Forum Advisor Prod
Hi Theo, Can you please provide me your CID through reply privately to author so I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23Jc2b:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.

RE: Google Ads API does not allow me to access client data on linked accounts

2020-08-11 Thread Google Ads API Forum Advisor Prod
Hi Jakub, Could you please reply privately to author your full request and response? I'll also need the CIDs of the manager and client account you are trying to use. Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23J4ED:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Google Ads API get accounts under an MCC

2020-07-21 Thread Google Ads API Forum Advisor Prod
Hi , Thank you for reaching out. You could go to the specific resource and check the available functions. For example, if you would like to fetch the Unwrapped Id of an ad group, you could locate the AdGroup resource and then use the getIdUnwrapped() function. You could find the list of the res

Re: Google Ads API get accounts under an MCC

2020-07-21 Thread beyond Clicks
Hi Xiaoming, Is there a document anywhere where all these "get" fields are listed? such as ->getIdUnwrapped()? Rather than having to look through the examples it'd be much easier to have documentation to reference. On Monday, 20 July 2020 at 18:56:14 UTC+1 adsapiforumadvisor wrote: > Hi, > > T

RE: Google Ads API get accounts under an MCC

2020-07-20 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. As you can see here, the elements from the response are pulled out by calling the iterateAllElements() method. Then you could select the specific field you need for other queries. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q22XTD1:ref

Re: Google Ads API V4 - Get AccountHierarchy

2020-07-17 Thread Vinitha Khambadkar
Hello Mitchell, I have send the logs directly to the email address mentioned. Waiting for a response here. Please let me know if more info needed. Thank you, Vinitha. On Friday, July 17, 2020 at 7:22:28 AM UTC-7 adsapiforumadvisor wrote: > Hi Vinitha, > > If you are still having an issue wit

Re: Google Ads API V4 - Get AccountHierarchy

2020-07-17 Thread Google Ads API Forum Advisor Prod
Hi Vinitha, If you are still having an issue with the reply privately button, please send the logs directly to googleadsapi-supp...@google.com. The print statement in the example should print "-"s that indicate the level of each account. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._50

Re: Google Ads API V4 - Get AccountHierarchy

2020-07-16 Thread Vinitha Khambadkar
On Thursday, July 16, 2020 at 10:29:34 AM UTC-7 Vinitha Khambadkar wrote: > Hello Mitchell, > Thank you for the response. > NOTE: *via Reply privately to author* is grayed out for me. (please > enable that for me as it is enabled in the browser settings) > Some more info, As i mentioned i am usi

Re: Google Ads API V4 - Get AccountHierarchy

2020-07-16 Thread Vinitha Khambadkar
Hello Mitchell, Thank you for the response. NOTE: *via Reply privately to author* is grayed out for me. (please enable that for me as it is enabled in the browser settings) Some more info, As i mentioned i am using the same code from https://developers.google.com/google-ads/api/docs/account-mana

RE: Google Ads API: ad_group_ad approval_status: UNKNOWN while ad is disapproved (Python library)

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Mat, Thank you for reaching out. Can you please share your client customer ID and your complete detailed request and response logs via Reply privately to author so I can further investigate the issue? You can find information on enabling logging in the dropdown of your client library on the

RE: Google Ads API V4 - Get AccountHierarchy

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Vinitha, Thank you for reaching out. Please see here for information on getting the account hierarchy. As it says, it is necessary to provide the login-customer-id as this will be the starting point for returning the accounts. The sample code runs recursively to get the accounts linked to su

RE: Google Ads API Client Library for Python v4.0 - when?

2020-07-13 Thread Google Ads API Forum Advisor Prod
Hi Matt, Thank you for the update. Since this looks like a concern with our client libraries under Google Ads API, could you post your concern about the v4.0 update for Python here and our Python client library support team will get back to you as soon as possible. Let me know if you have furth

Re: Google Ads API Client Library for Python v4.0 - when?

2020-07-11 Thread Matt
Hi team, With the v4 beta release this week, can we please get an ETA on the Python client library? Seems like it's still on v2 on PyPI according to docs.

RE: google ads api

2020-07-09 Thread Google Ads API Forum Advisor Prod
Hi Nika, Thank you for reaching out. Yes, you could either use the Google Ads UI or Adwords API or Google Ads API to create and manage campaigns or download reports. They may have some differences out there but most functionalities are consistent. If one feature is not found, you could always t

RE: Google Ads Api / Iterate on ServerStream do not bring any response

2020-07-08 Thread Google Ads API Forum Advisor Prod
Hi Rafael, Thank you for reaching out. Can you please share your client customer ID via Reply privately to author so I can further investigate the issue? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q21k4xe:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: Google ADS Api: RESOURCE_EXHAUSTED: Resource has been exhausted (e.g. check quota).

2020-07-06 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you for reaching out. With regards to your concern,The QuotaCheckError.RESOURCE_EXHAUSTED error generally occurs when you are sending too many requests in a short period of time. The server throws this error once it detects that your request has exceeded the system frequency limi

RE: Google Ads API Token Application

2020-07-06 Thread Google Ads API Forum Advisor Prod
Hi Sudhanshu, Thanks for reaching out. With regards to your concern, I would recommend you please reach out to the API Compliance Team by filling out this form, as they handle all API access applications and would be better equipped to assist you with your concern. We only provide support for t

Re: Google Ads API: "campaign.label" in SELECT query bugged in campaign?

2020-06-26 Thread Rob Martin
Ok, thanks for the update. *ROB MARTIN *- VP of Operations Rank Crankers m | *612-708-1793* 110 5th Ave SE, Suite 300 | Minneapolis, MN 55414 On Fri, Jun 26, 2020 at 1:36 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Rob, > > This is a known bug that's prevent

Re: Google Ads API: "campaign.label" in SELECT query bugged in campaign?

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Rob, This is a known bug that's preventing labels and metrics from being selected together. The team is actively working on a fix. I'll follow up here when there's a resolution, or if I have any additional questions for you. Best, Ben, Google Ads API Team ref:_00D1U1174p._5004Q20Xmh2:ref --

RE: Google Ads API Smart Campaigns

2020-06-25 Thread Google Ads API Forum Advisor Prod
Hi Dale, Thank you for reaching out. Smart Campaigns are currently not supported in the Google Ads API which is the reason why you are not able to get details on spend data or other metrics. A feature request has been put in place for this, but we do not have a timeline for when it will be avai

Re: Google Ads API: "campaign.label" in SELECT query bugged in campaign?

2020-06-22 Thread Rob Martin
I'm encountering the same issue. This part of the Google Ads API documentation makes it sound like you can combine labels with metrics on the Campaign and Ad Group resources, but I get a similar ` request_

RE: Google Ads API - Minimum Python Version

2020-06-22 Thread Google Ads API Forum Advisor Prod
Hi Liad, This issue is more suited for the client library owners to address. You can reach out to them by creating an Issue here. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q218NNl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://goog

Re: [Google Ads API] Page size behavior unpredictable in the new Ads API, making use of Ads API a gamble for different accounts and different times

2020-06-16 Thread Google Ads API Forum Advisor Prod
Hi Dong, Thank you for the update. Could you confirm with me if you're using the most current version of the PHP client library? And have taken a look and attempted the searchStream example shown here? SearchStream sends a single request and initiates a persistent connection with the Google Ads

Re: [Google Ads API] Page size behavior unpredictable in the new Ads API, making use of Ads API a gamble for different accounts and different times

2020-06-15 Thread 'David Wihl' via AdWords API and Google Ads API Forum
Yes, this has been addressed as of V3. You can use the GoogleAdsService:searchStream method. See the tutorial or one

Re: [Google Ads API] Page size behavior unpredictable in the new Ads API, making use of Ads API a gamble for different accounts and different times

2020-06-15 Thread 'Dong Chen' via AdWords API and Google Ads API Forum
Hi team, Any update about this issue? Is there any way to exceed the 4MB limitation? I'm using Python library right now. Thanks! On Friday, May 24, 2019 at 8:17:45 PM UTC+8 adsapiforumadvisor wrote: > Hello Robert, > > In talking to some of my teammates, I have also found out that we are > aw

RE: Google Ads API JSON REST POST Request - MutateMembers

2020-06-11 Thread Google Ads API Forum Advisor Prod
Hi Greg, You are correct that only size:Display and size:Search are available in the API. I have created a feature request for the others on your behalf so please keep an eye on our Developer Blog for information on future releases. In terms of the discrepancy you're seeing, please share your c

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-06-10 Thread Gregory Gan
Hi Mitchell, I was wondering if the ability to retrieve all of the Size:Search, Size:Youtube, Size:Display and Size:Gmail information through the Google Adwords/Ads api is supported. As the document is indicating that we can only retrieve the Size:Display (i.e. SszeForDisplay) and the Size:Se

RE: Google Ads API: "campaign.label" in SELECT query bugged in campaign?

2020-06-10 Thread Google Ads API Forum Advisor Prod
Hi Mat, Thank you for reaching out. Can you please share your un-masked logs via Reply privately to author so I can further investigate the issue? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q20Xmh2:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Google Ads API - Specific Content Query Issue

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Isaac, Thank you for reaching out. You have two options for retrieving those values. The first is by using the AdGroupAdService get request and retrieving the ResponsiveSearchAdInfo field that you shared. The other option is to use the ad group ad report and pull the ad_group_ad.ad.responsiv

RE: Google Ads API: missing conversion actions from API call

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you for reaching out to us. Could you please provide me with the account ID that holds these conversions and the conversions that do not show up in the report? For privacy, you can reply using "Reply privately to the author". Thank you, Bryan, Google Ads API Team ref:_00D1U1174p.

RE: Google Ads Api Beta

2020-05-26 Thread Google Ads API Forum Advisor Prod
Hi Olesya, Thank you for reaching out. Google Ads API is still in beta version. We don’t have a set timeline for the Google Ads API to be in production again. However, We recommend to continue running production systems using the AdWords API. While Google Ads API is in “beta”, you may use the n

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-20 Thread Google Ads API Forum Advisor Prod
Hi Ky, Thank you for the update. Yes, it should show a zero, but if there is not enough information then the field will not be populated for both fields. Let me know if you have further questions. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q1zpic2:ref -- -- =~=~=~=~=~=~=~=~=~

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-19 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Hi Bryan, Wanted to follow up on this resource. I just wanted to double check that it's behaving as I'm expecting it to with the query: 'SELECT ad_group.id, ' 'ad_group_criterion.criterion_id, ' 'ad_group_criterion.keyword.text, ' 'metrics.conversions_from_interactions_rate,

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Thanks so much, Bryan! On Monday, May 18, 2020 at 1:22:52 PM UTC-7, adsapiforumadvisor wrote: > > Hi Ky, > > I've taken a look and can see that Keywords Reports has a Quality Score > field, and to retrieve it, you need to query > ad_group_criterion.quality_info.quality_score >

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky, I've taken a look and can see that Keywords Reports has a Quality Score field, and to retrieve it, you need to query ad_group_criterion.quality_info.quality_score. For your convenience, if you're having trouble writing the query, you can use this interactive query builder at your conven

RE: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky, Thank you for reaching out to us. For a keyword's quality score, could you show me a screenshot of what quality score you want to retrieve from the UI? For the conversion rate, there is the conversions from interactions rate from the keywords report in Google Ads API. Let me know if you

RE: Google Ads API V2, video_ad field missing for the ad_group_ad.

2020-05-15 Thread Google Ads API Forum Advisor Prod
Hi Bruce and Charlie, Just following up on this issue to let you know that a fix was published and the field "video_ad" should be present in responses now. Can you please let me know if you're continuing to have issues? Thanks, Ben Karl, Google Ads API Team ref:_00D1U1174p._5001UCalsY:ref --

Re: Google Ads API Access via Oauth2 without dev-token

2020-05-14 Thread Google Ads API Forum Advisor Prod
Hi Apithana, For your concern with the developer token, you will need to use your own developer token as your app is trying to access the API. Developer tokens are legal entity specific, so users should not share their developer tokens. To pull a list of customers under a managing account, you

Re: Google Ads API Access via Oauth2 without dev-token

2020-05-13 Thread Apithana B.
Yes, I have used Web App OAuth . I have generated auth link from backend and send to users for grant them access. I have follow the step until i got refresh_token. but the things i mentioned abov

Re: Google Ads API Access via Oauth2 without dev-token

2020-05-13 Thread Google Ads API Forum Advisor Prod
Hi Apithana, Thank you for the update. Could I ask if you have used Web App OAuth to set up your client credentials? This OAuth type allows you to access other users accounts if they've granted you access. Let me know if you have further questions. Thank you, Bryan, Google Ads API Team ref:_00

Re: Google Ads API Access via Oauth2 without dev-token

2020-05-13 Thread Apithana B.
Hi Bryan Thanks you for answering. In my meaning is, I have provided an Application to other people (e.g. Agency, Business). Does Google Ads API have another way to access by login with OAuth2 or obtain credentials in automatic way instead of manually copy in Google Ads Manager On Wednesday,

Re: Google Ads API Refresh Token Issue

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Venkata, Yes, you have to generate the refresh token for Google Ads API as well. You can follow the instructions here for setting up the Python client library. Specifically, the section "Setting up the client library" goes over how to get your refresh token. If you are still having issues, p

Re: Google Ads API Refresh Token Issue

2020-05-09 Thread Venkata Girish P
Hello Mitchell, thanks for the response. I am trying to access Google Ads API Beta and not Adwords API. I would like to access the 'Recommendations' data particularly. Please help me get started. - Do I need to generate refresh tokens e

RE: Google Ads API JSON REST POST Request - MutateMembers

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Greg, As explained here, the membersList of members to remove needs to contain at least 1 member in order for the operation to run successfully. The size of the user list shouldn't cause this error. If you are specifying at least 1 member in the membersList and are still getting the error, p

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-05-07 Thread Gregory Gan
Hi Mitchell, I just wanted a clarification on the error 'CollectionSizeError.TOO_FEW' I'm getting when I'm running the REMOVE operator, for removing a member/s from my member list. I'm assuming its just the fact that my audience list doesn't have enough members in them to do the remove operatio

RE: Google Ads API: cannot update app campaign ad group ad descriptions and headline

2020-04-30 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you for reaching out. Please refer to this guide on description of each Ad Type. As you can see that app ad is not mutable, it cannot be modified by 'UPDATE' operation. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UaSwm6:ref -- -- =~=~=~=~=~=~=~=~=~=~

RE: Google Ads API: import conversions actions

2020-04-29 Thread Google Ads API Forum Advisor Prod
Hi Mike, Third-party analytics conversion actions are not supported in the API. You will have to import the conversions using the UI. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaSmGI:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://

RE: Google Ads API JSON REST POST Request - MutateMembers

2020-04-29 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Yes, that is correct. As explained here, user lists are not supported in test accounts and will close upon creation. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZYbxK:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-28 Thread Gregory Gan
Hi Michell, Would being on a test account be the reason also as to why the size doesn't change? Cheers, Greg -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receiv

RE: Google Ads API JSON REST POST Request - MutateMembers

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi Gregory, To answer your first question, you need to feed it the list of members you want to remove. The members should be the same as they are in the UserList. For your other questions, it can take up to 12 hours to show the updated UserList as explained here. If you added more than 1000 mem

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-28 Thread Gregory Gan
Hi Mitchell, Just a follow up on the previous email, I'm trying to upload 1000+ members to my audience list with the SOAP:XML format: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-27 Thread Gregory Gan
Hi Mitchell, Also, with uploading a member list to an exisiting audience list with the Google Adwords API, it seems like it went through as the last upload date changed to the time and day I did the post my members list. However, the number of members size doesn't seem to change (as shown in th

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-27 Thread Gregory Gan
Hi Mitchell, yeah in terms of using Google Adwords mutateMembers REMOVE operation to remove a specific member, would I instead of feeding the request a userID, I just feed in the sha256 emai

RE: Google Ads API: List all available userList in a customer account example?

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Thank you for reaching out. I responded to your other thread here. Please respond there if you have any additional concerns. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaSRiA:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Greg, You can only do this through AdWords API using mutateMembers REMOVE operation. You specify the members you want to delete in the MutateMembersOperand membersList. You can also delete the entire list by setting removeAll to true. You can upload the same list of members to multiple UserL

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-26 Thread Gregory Gan
Hi Mitchell, In the case, if the audience list I've uploaded are a 'crm_based_user_list', is there a way to delete only on specific members within the crm based user list? Or can I only do a delete on the whole member list and then upload a new one, that excludes the member I want to remove sp

Re: Google Ads API: unreliable conversions count and cost

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi Mike, It looks like you can use the fields of Campaign Report when you use Geographic_View and that the segmented resource "Hour" will still segment and group by hour for your Geographic_View results. You should still be able to use these fields of Campaign Report even though you specify tha

Re: Google Ads API: unreliable conversions count and cost

2020-04-22 Thread Mike
Hi Bryan, I am already aware of this. using the geographic_view you cannot have group by hour. using the campaign_view you cannot have group by country. So based on the above API issues, you cannot track in a reliable way the conversions and the cost because you cannot have by hour analysis fo

RE: Google Ads API: unreliable conversions count and cost

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you for reaching out to us. For information on how to pull reports for App Campaigns, you can see this documentation for the setup. You can then pull data using the Campaign Report that includes cost_per_conversion, all_conversions, and conversion_action that will provide informa

RE: Google Ads API JSON REST POST Request - MutateMembers

2020-04-20 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Unfortunately, it is not possible to upload multiple types for a crm_based_user_list as explained here. For example, if you use userId then you can't use contact_info (phone number, email, etc.) and vice versa. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZYbxK:ref -

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-19 Thread Gregory Gan
Hi Mitchell, I was able to figure out the SOAP:XML for mutating the members. But I was wondering if you could attach a userId (and perhaps a hashed first and last name of a member) alongside the hashed email, phone number per member. As currently from I'm trying to also addalongside the h

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-19 Thread Gregory Gan
On Saturday, April 18, 2020 at 2:16:02 AM UTC+10, adsapiforumadvisor wrote: > > Hi Gregory, > > Thank you for reaching out. Unfortunately, there is no way to add members > to a UserList using Google Ads API at this moment. You will have to use > mutateMembers >

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-19 Thread Gregory Gan
On Saturday, April 18, 2020 at 2:16:02 AM UTC+10, adsapiforumadvisor wrote: > > Hi Gregory, > > Thank you for reaching out. Unfortunately, there is no way to add members > to a UserList using Google Ads API at this moment. You will have to use > mutateMembers >

RE: Google Ads API JSON REST POST Request - MutateMembers

2020-04-17 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Thank you for reaching out. Unfortunately, there is no way to add members to a UserList using Google Ads API at this moment. You will have to use mutateMembers from AdWords API or use the UI for now. Our team is aware of this feature request and the importance of it. You can keep an

Re: Google Ads API: cannot filter by a field which is not in select

2020-04-16 Thread Google Ads API Forum Advisor Prod
Hi Oliver, Thank you for reaching out. I have reported it as a bug internally to get it fixed for your concerns. We will keep you updated if there is any progress on the bug fix. Please also keep an eye on our blog for the announcements and updates on the new releases. We recommend to continue

Re: Google Ads API: cannot filter by a field which is not in select

2020-04-16 Thread Oliver
Hi Xiaoming, This is quite a serious deviation from how the Adwords API behaves. Including a field in the SELECT clause causes segmentation which might not be wanted. It's perfectly valid to want to filter the data (WHERE) but not segment it (SELECT). If data is segmented, we can not easily

Re: Google Ads API: cannot filter by a field which is not in select

2020-04-15 Thread hiromi hishida
Hi Xiaoming, Thank you for your reply. Will the "expected behavior" be changed someday? Then I strongly request a feature: GROUP BY clause in GAQL, as I've requested long before. ( https://groups.google.com/forum/?hl=ja#!topic/adwords-api/WlygUGpMBfM ) regards, Hiromi 2020年4月16日木曜日 4時34分18

Re: Google Ads API: cannot filter by a field which is not in select

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Hiromi, This is expected behavior in the Google Ads API. Whenever you use a segment criterion in the WHERE clause it is necessary to put the segment criterion in the SELECT clause. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D

Re: Google Ads API: cannot filter by a field which is not in select

2020-04-14 Thread hiromi hishida
Hi Xiaoming, Thank you for reply. But we do not want to segment the report by ad_network_type. AdWords API allows us to get the report segmented by only date with ad_network_type filtering. expected report: date, impression, clicks, impression_share, ... 2020-04-01, 100, 10, 0.1, ... 2020-04-0

RE: Google Ads API: cannot filter by a field which is not in select

2020-04-14 Thread Google Ads API Forum Advisor Prod
Hi Hiromi, Thank you for reaching out. If you put segments.ad_network_type in the WHERE clause you would also have to put it in the SELECT clause in order to successfully query the data. Please let me know if you have any further questions. Thanks and regards, Xiaoming, Google Ads API Team ref

Re: Google Ads API: conversions count changes over time for past days

2020-04-10 Thread Google Ads API Forum Advisor Prod
Hi Mike, The data you receive are reliable, but with some considerations that I have previously provided. As stated, there are legitimate reasons why you may see corrections in certain metrics in the very short term. These fluctuations do not affect your Google Ads billing charges; our service

Re: Google Ads API: conversions count changes over time for past days

2020-04-10 Thread Mike
Hi Andrew, I understand that you cannot implement new features every time someone asks for it but based on the fact that anyone cannot retrieve reliable data from Google Ads either by API or UI this is a serious issue. You should escalate it. Based on what can be proved anytime, the findings ar

Re: Google Ads API: conversions count changes over time for past days

2020-04-09 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you, I understand better now. You are correct that certain fields are not available from particular reports; you can accomplish some limited joins if the resource in your FROM clause has the joining resource as one of its segments. An alternative is to run two queries and combi

RE: Google Ads API: Cannot create a sub-account , USER_PERMISSION_DENIED

2020-04-09 Thread Google Ads API Forum Advisor Prod
Hi Vlad, In order for me to further investigate, can you please provide the unmasked client ID as well as the email address used to authenticate the API call? Ensure you "Reply privately to author" when providing this information. Thanks, Danica Calusin, Google Ads API Team ref:_00D1U1174p._500

Re: Google Ads API: conversions count changes over time for past days

2020-04-09 Thread Mike
Hi Andrew, using the geographic_view you cannot have group by hour. using the campaign_view you cannot have group by country. So I cannot achieve what I described. Any solution? Mike On Thursday, April 9, 2020 at 9:52:54 PM UTC+3, adsapiforumadvisor wrote: > > Hi Mike, > > Could you provide a

Re: Google Ads API: conversions count changes over time for past days

2020-04-09 Thread Google Ads API Forum Advisor Prod
Hi Mike, Could you provide a bit more detail about this issue? The fields you've described are available in several reports, such as Campaign or Geographic View; are you receiving errors when accessing reports? Thanks, Andrew, Google Ads API Team ref:_00D1U1174p._5001UZWp4F:ref -- -- =~=~=

Re: Google Ads API For PHP

2020-04-09 Thread Google Ads API Forum Advisor Prod
HI, You are correct that negative keywords are not a supported customer criterion and using a shared set is a good alternative. You can call the SharedSetService and query the SharedSet type or call the shared_set report and get the type. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5

Re: Google Ads API For PHP

2020-04-09 Thread cv
Hi Mitchell, Yes, I am not getting keywords at customer level using customer_negative_criterion I think I need to use Shared set? If yes how I can know that the criteria set was negative keywords? Thanks,

Re: Google Ads API: conversions count changes over time for past days

2020-04-09 Thread Mike
Hi Andrew, thank you for the detailed explanation. This creates the problem that we cannot get afterwards (when data are "finalized") the following: - conversions count per campaign, ad group, country, device, conversion_action, day and hour - impressions count, clicks count and cost_

Re: Google Ads API: conversions count changes over time for past days

2020-04-08 Thread Google Ads API Forum Advisor Prod
Hi Mike, I appreciate your concern. It is not unusual for the reported number of conversions and clicks to decrease in the short term. This is due to the internal filtering processes for spam and invalid data, which take time to complete their analyses. This effect will be certainly be notic

Re: Google Ads API For PHP

2020-04-08 Thread Google Ads API Forum Advisor Prod
Hi, Yes, that is how you would do it for ad group. You can use the customer_negative_criterion report to get customer level negative criterion just be advised that most criterion types can't be set at the customer level. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZWdOO:ref --

Re: Google Ads API: conversions count changes over time for past days

2020-04-08 Thread Mike
Hello Andrew, Thank you for the information. It explains *only *the increase of conversions count for past days. *It does not explain the decrease of reported conversions count, the decrease of reported clicks count and the decrease of reported cost*. Also the metric conversions by conv.time i

RE: Google Ads API: conversions count changes over time for past days

2020-04-08 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you for reaching out. There are specific considerations when reading conversion data; please see this resource page for information, particularly the Time of Conversion section. Please let me know if I can provide any further clarity. Thanks, Andrew, Google Ads API Team ref:_0

Re: Google Ads API: conversions count changes over time for past days

2020-04-08 Thread Mike
Another interesting thing is that Google changes the daily clicks count and cost for 2 days ago! I am thinking how this thing is working for so many people. Lets suppose I chose to pay google 2 hours ago, I would pay more and if I pay now I would pay less. And if we are talking about huge number

Re: Google Ads API For PHP

2020-04-08 Thread cv
Hi Mitchell, I have tried keyword_view with ad_group_criterion.type = 'KEYWORD' AND ad_group_criterion.negative = TRUE Is this the correct approach? On Wednesday, 8 April 2020 10:01:22 UTC+5:30, cv wrote: > > Hello Mitchell, > > Thanks for the update. > > Yes,

Re: Google Ads API For PHP

2020-04-08 Thread cv
Hi Mitchell, Can you please guide me How I can same negative at Account Level and Adgroups Level as well? Thanks, On Wednesday, 8 April 2020 10:01:22 UTC+5:30, cv wrote: > > Hello Mitchell, > > Thanks for the update. > > Yes, THis is what I was looking at. > > Thanks, > > > On Tuesday, 7 April

Re: Google Ads API: conversions count changes over time for past days

2020-04-08 Thread Mike Nikitas
Also, another interesting finding is that running the following query every 10 minutes I found that conversion count for same campaign, country, device, adgroup, date and conversion_action *might decrease* many times. e.g. 2020-04-08 03:49:09.556Z: metrics.conversions:1 2020-04-08 03:59:10.079Z :

Re: Google Ads API For PHP

2020-04-07 Thread cv
Hello Mitchell, Thanks for the update. Yes, THis is what I was looking at. Thanks, On Tuesday, 7 April 2020 20:23:49 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. You can use the campaign_criterion >

RE: Google Ads API For PHP

2020-04-07 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You can use the campaign_criterion report and filter by campaign_criterion.type = KEYWORD and campaign_criterion.negative = true. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZWdOO:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Google Ads API For PHP

2020-04-07 Thread SUBINPVASU
Download report using the api, You know which. On Tue, Apr 7, 2020 at 6:33 PM cv wrote: > Hi, > > How I can get data for campaign level negatives which we are able to get > using CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT in Google Ads API Beta? > > Thanks, > > -- > -- > =~=~=~=~=~=~=~=~=~=~=

RE: [Google Ads API Python] - Retrieve all customers names under the MCC account efficiently

2020-04-06 Thread Google Ads API Forum Advisor Prod
Hi Life, Thank you for reaching out to us. You can utilize this example to get the list of customers under your manager account by taking the query Sai Teja provided for you and replacing the query field in the example. Let me know if you have further questions. Thank you, Bryan, Google Ads AP

Re: [Google Ads API Python] - Retrieve all customers names under the MCC account efficiently

2020-04-03 Thread CDG
If I want to get all accounts Only usage GoogleAdsService.search(query) ? 在2019年11月15日星期五UTC+8上午1:07:13,adsapiforumadvisor寫道: > > Hello Life,您 > > 可以通過 Google Ads API Beta中的customerClient > 資源 > 使用與AdWordsAPI中的CustomerService

RE: Google ads api authentication in the live server

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Sreenu, I see that you've created a new thread for this issue. I'll reply on that thread since it's a new issue. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001UXWmlm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

Re: Google ads api authentication in the live server

2020-04-01 Thread sreenu malae
> > Hey Bryan, In GetCampaigns.php Instead of using searchstream can I use search In getadsgroup only search was used instead of searchstream. In the same manner I would like to use search in GetCampaigns.php When i tried in that way, I'm getting Null values. Here you can see my code

RE: Google Ads API - Dynamic Search Ads Dynamic Ad Target Tracking Template

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi John, You can access the DynamicSearchAdsSetting through your campaigns and the tracking template through the Ad object. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZVPF0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

Re: Google Ads API V3 PHP is not working

2020-03-30 Thread Amit Lahiri
Hi Bryan. Thanks for the reply once again. Done, as you have said, here . Thanks, Amit On Tuesday, March 31, 2020 at 1:00:17 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Amit, > > Thank you for the clarification. Upon further inspect

Re: Google Ads API V3 PHP is not working

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Amit, Thank you for the clarification. Upon further inspection, this looks like an issue pertaining to the client library. Could you post the error you're encountering here, and our php client library support team will take a look at your concern? Let me know if you have further questions.

RE: Google ads api authentication in the live server

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Sreenu, Thank you for the update. I see that you have a couple concerns. Below you will find my answers. 1. GetCampaigns.php searchStream issue. Because this issue looks to be a concern with the client library, could you please post this concern here so that our PHP Client library support te

<    4   5   6   7   8   9   10   11   12   13   >