RE: Google-Ads API - unable to set UploadClickConversionsRequest.Conversions & MutateConversionActionsRequest.Operations

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Priya, You have to create ConversionActionOperation and assign it to the MutateConversionActionsRequest

v201806: CUSTOMER_NOT_FOUND when calling CustomerService.getCustomers without a customer id

2019-04-05 Thread Eric Coleman
We are calling CustomerService.getCustomers without a customer id, so that we can obtain their customer ID. This failure happens for any google account that belongs to our G Suite domain. I also verified that each G Suite account has permission to use ads. Soap Request: http://schemas.xmlsoap

RE: Google Ads API Python Client Library Pagination

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dimitri, When you specify the page limit as 50 only 50 elements will be displayed per page even though the LIMIT mentioned is 51. I tried the same scenario at my end and I was able to get the 51th row in second page. If you are still facing the issue, please raise an issue in our client li

RE: Adwords API Python retrieve user list id of existing audience

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Francisco, You may use the AdWordsUserListService.get() operation to pull the User list Id. If you're using the Google Ads API, you can use the User List

RE: How to partiotion google shopping adgroups (Python)

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ben, From the error, it looks like the subdivision creation is failing as there is already a product partition. The subsequent nodes seems to fail as the subdivision creation failed. Could you please confirm if you were creating the ad group via Google Ads UI? If so, you will need to first

Could not find _DATA_DATE and _LATEST_DATE columns in any reports, where are they?

2019-04-05 Thread yliu
Hello All, Our BI team is trying to add google adwords data in Looker data block, based on the document (https://github.com/llooker/google_adwords), each table (report) should have _DATA_DATE and _LATEST_DATE columns. But I could not find them. Such as Account Performance Report, I could fetch

Re: Demographical report (AgeRanges + Gender)

2019-04-05 Thread pablo
Hello Sreelakshmi, It is totally fine that this feature emerges only in the new API. As long as we have a way to do that, all good! :) I am attaching here a print screen of the Google Ads UI. Contrary to what you said, it is indeed possible the break results by Gender AND Age together. [image:

Adwords API Python retrieve user list id of existing audience

2019-04-05 Thread francisco via AdWords API and Google Ads API Forum
Hello, I'm having trouble finding the information I need to retrieve a listid from AdwordsUserList Service. I see how to create a new list and retrieve the id as shown, below: user_list = { 'xsi_type': 'CrmBasedUserList', 'name': audience_name + ' ' + str(uuid.uuid4()), 'description

in-app actions UAC reporting

2019-04-05 Thread aleksey . fomin
Hello, I woul like to get the in-app actions by my UAC campaigns, using API. I made a UAC campaign on in-app actions optimization and would like to get action stats by date and campaign id. What fields should I select in my API request and what type of request should I make? -- -- =~=~=~=~=~=

Re: What is the best way to get list of non-mcc accounts?

2019-04-05 Thread Alexander Belozerov
Hi Dannison, Thank you for your message, Could you please help with the query? When i do something like this with my master MCC: 'SELECT customer_client.client_customer, customer.manager FROM customer_client' I get customer.manager = true for all accounts. So this particular query doesn't solve

Python 2 for google adwords API

2019-04-05 Thread yliu
We are using python 2.7 script to fetch from various google ad reports. The current version of API is V201809. My question is if we still using this API version, do we still need to upgrade python 2 to python 3? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

RE: Change Campaigns Target-ROAS

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Michael, Regret the delay. I was checking with the team regarding this. The FIELD_NOT_FOUND error is because the field mask is incorrect. You can also calculate this using fm = protobuf_helpers.field_mask(None, campaign) Please refer to our code sample

RE: onAdFailedToLoad code 3 while showing ads

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Neeraj, Could you please confirm the API you are using to upload the Ads? Please share the complete SOAP logs of the error and scenario you are trying to do to investigate further. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

RE: With PHP Library, Getting ........google-ads-php\examples\BasicOperations/../../vendor/autoload.php): failed to open stream: No such file or directory warning error

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You might be missing some dependencies while installing the client library. If you haven't installed client libraries using composer, then follow this guide to install them with all the dependencies. If the

RE: Image media urls in google ads api

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Alex, The LegacyResponsiveDisplayAdInfo will include the marketing_image which is the MediaFile resource name. You can then use the media_file resource to pull the s

RE: Fetching the customer_client.name for a customer

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Noemi, Can you try the following query: SELECT customer.id, customer.resource_name, customer_client.level, customer_client.client_customer, customer_client.resource_name FROM customer_client If you still face issues, please share your request and response through *reply privately to

Google-Ads API - unable to set UploadClickConversionsRequest.Conversions & MutateConversionActionsRequest.Operations

2019-04-05 Thread Priya
Hi , I am using Google.Ads .net client library. I am unable to assign values for fields UploadClickConversionsRequest.Conversions & MutateConversionActionsRequest.Operations as those fields have only "Get" in Google.Ads.GoogleAds.V1.Services and are ReadOnly How can I set values for above

Google Ads API Python Client Library Pagination

2019-04-05 Thread dmitrii . stebliuk
Hello, I use a python client library for Google Ads API. I need to show to a user a result of an arbitrary GAQL query with 50 elements per page pagination. For example I have this query: SELECT campaign.id FROM campaign LIMIT 51 And this code to fetch the results: client = google.ads.google

Re: Conservative Targeting in AdWords API

2019-04-05 Thread Joe Stedman
I hate to be *that *guy but, is this still not available through the AdWords or Ads APIs? I couldn't see anything in the change history but i'm kinda hoping you'd expose it in the new ads API at least. Joe On Tuesday, January 16, 2018 at 9:58:23 PM UTC, Josh Radcliff (AdWords API Team) wrote:

RE: Call Only Ads has data missing through Ad Performance Report

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The HeadlinePart1 and HeadlinePart2 fields are available in the Google Ads API using the ad_group_ad.ad.call_only_ad.headline1 and ad_group_ad.ad.call_only_ad.headline2. You can use the report query below to pull these details: "SELECT ad_group_ad.ad.call_only_ad.headline1, ad_gro

RE: Automatic placements report

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Vasanth, Regret the delay as I was checking this internally with the team. The Automatic Placements Report in the AdWords API maps to the group_placement_view in the Google Ads API. Please refer to this guide

Re: PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE for conversion_last_conversion_date

2019-04-05 Thread Michael Ladewig
similar issue here. Am Freitag, 5. April 2019 13:26:27 UTC+2 schrieb Alexander: > > The query builder ( > https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder) > > gave me following output: > > > >> SELECT >> metrics.conversion_last_conversion_date >> FROM >>

PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE for conversion_last_conversion_date

2019-04-05 Thread Alexander
The query builder (https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder) gave me following output: > SELECT > metrics.conversion_last_conversion_date > FROM > customer > LIMIT > 100 > But the java-client-library gives me following error: query_error:

How to partiotion google shopping adgroups (Python)

2019-04-05 Thread Ben
Hey, I managed to create shopping campaigns and adgroups using the examples ( https://github.com/googleads/googleads-python-lib/tree/master/examples/adwords/v201809/shopping ). However, currently each adgroup has all products. Using add_product_partition_tree.py I wasn't able to create partions

How to partiotion google shopping adgroups (Python)

2019-04-05 Thread Ben
Hey, I created shopping campaigns and adgroups using the provided code examples: ( https://github.com/googleads/googleads-python-lib/tree/master/examples/adwords/v201809/shopping ). However, currently all adgroups have all prodcuts. I would like to partion the adgroups via custom labels,

onAdFailedToLoad code 3 while showing ads

2019-04-05 Thread Neeraj Kumar
Hi, I'm getting onAdFailedToLoad code 3 while showing ads. After that i waited for 10-20 mins assuming new ads will come, but it didn't. what should i do id ads failed to load.. should i call for new ads? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:/

Re: Image media urls in google ads api

2019-04-05 Thread Alex Mmz
Thanks for your reply. Specifically, I'm interested about the image MediaFile resource names of the legacy responsive ad, not the image ad (e.g. ad_group_ad.ad.legacy_responsive_display_ad.logo_image

Re: Fetching the customer_client.name for a customer

2019-04-05 Thread Noémi Molnár
Hi Anthony, I did what you suggested, but it only returns data for the users with level: 0. On Thursday, April 4, 2019 at 10:55:52 PM UTC+2, googleadsapi-forumadvisor wrote: > > Hi Noemi, > > Descriptive name for the customer is not available in the customer_client > resource. You have to mak

Re: Could not see products in campaigns which created through API

2019-04-05 Thread murugan
On Thursday, April 4, 2019 at 5:23:50 PM UTC+5:30, mur...@aroxo.com wrote: > > Hi, > > I am trying to create campaign > adgroup and add products in product group > through API. The "Test Ads account" linked with one Merchant account and it > has more products too. use this merchantid in API to

RE: Template Ad As Image

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Javier, Preview URL for HTML 5 template ad is currently not supported via the AdWords API, however, you may try and use the adAsImage field to get the template ad rendered as an image.

RE: Click Performance Report - GCLIDs of YouTube video campaign views

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, To further investigate the issue, could you provide to me the clientCustomerId, the complete report definition used to generate the reports in the AdWords API and the sample YouTube video campaign