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

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Jesús, Thank you for reaching out. Based from your post, I can see that you wish to retrieve all customer names under a MCC account. Unfortunately, there is not direct way to implement this in the Google Ads API. The best option I can think of is to use the CustomerService.ListAccessibleCus

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

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Jesús, Thank you for reaching out. Based from your post, I can see that you wish to retrieve all customer names under a MCC account. Unfortunately, there is not direct way to implement this in the Google Ads API. The best option I can think of is to use the CustomerService.ListAccessibleCus

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-22 Thread Bas van Steen
Hi Dave, I understand that. My question is how I can get the client id of the mcc account. I only have the client id of the account I need connection with. The OAuth connection is sometimes made with a mcc account. They filled in the client id of another account which is under the mcc. I don’t

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Everyone, The old API and the new API are merely the same with regards to this. The difference in the new API is you would need to set the login-customer-id to access a client account from your manager account. If you generated your OAuth credentials using your root MCC, all client accounts

Re: Need help on setting Adschedule , LanguageInfo, Website URL

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Vinutha, If you are looking for the fields to use when specifying where the ads would redirect, you can use the final_urls[], final_app_urls[], and final_mobile_urls[] fields. Now, if what you are looking for is the URL to display for the ad, then you can use the display_url field instead.

Re: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2019-05-22 Thread Robert Heise
Hi Bharani, thanks for your answer. I understand that multi-attribution reports can't be aggregated. What I tried to ask is how your suggestion to use i.e. ad_group_criterion along with metrics helps to achieve an account / campaign / ad group overall performance. AFAIS due to multi-attribution

Re: Setting frequency_caps for a campaign

2019-05-22 Thread Vinutha Nayak
Thank you, that would be really really heplful !! On Thursday, 23 May 2019 09:05:41 UTC+5:30, adsapiforumadvisor wrote: > > Hello Vinutha, > > I'm not as familiar with our Python client library, but I know someone who > is. I'll put you in touch with him, so he can help you out with that. > > Ch

Re: Adwords API support business data?

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Qi, Thanks for clarifying your concern. You may refer to the Feed Based Dynamic Remarketing documentation to know how to create feeds to all your products or services along with attributes like unique IDs, images, and prices. Furthermore, you will also see in the provided link all the opera

Re: Creating Responsive display ads with google ads api

2019-05-22 Thread Vinutha Nayak
Hi, I have checked the code for creating expanded text ads and also the fields to be populated for responsive display ads. For expanded text ads, mostly it is direct assignment for string values. However, the parameters are totally different when it comes to Responsive display ads. Hence

RE: Invalid customer ID Sample Create Customer

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The INVALID_CUSTOMER_ID error occurs if you try to make an API call with an incorrect customer ID. Could you try to remove the hyphens and retry the request again? Feel free to write back if the error persists after removing the hyphens. Regards, Dave Google Ads

Re: EXPECTED_FILTERS_ON_DATE_RANGE

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello All, I've found the source of the inconsistency, so we can work on finding a resolution. Just so everyone has a summary of the current state, here is it: You can have segments.month, segments.quarter in the SELECT clause with segments.date in the WHERE clause. The result is that you'll ge

Re: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi David, Thank you, that would be great! You can send to me via the Reply privately to author option your clientCustomerId and the complete GAQL you used so I can have a closer look. Best regards, Peter Google Ads API Team ref:_00D1U1174p._5001UAqJ2r:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: How to resolve whitelist error when changing budget using api

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi, With regard to your concern about whitelisting for BudgetOrderService, so I can raised the request on your behalf, could you provide the CID of your MCC account via Reply privately to author? Regards, Hiroyuki Google Ads API Team ref:_00D1U1174p._5001UAqMsl:ref -- -- =~=~=~=~=~=~=~=~=~=~

RE: Creating Responsive display ads with google ads api

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Since you want to create a ResponsiveDisplayAds, you may refer this sample code for creating expanded text ads. You just need to replace the expanded_text_ad to responsive_display_ad. Additionally, these are the fields that can be populated with responsive displa

RE: Offline Conversions with New API

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The error TOO_RECENT_GCLID occurs when the click associated with the given GCLID occurred too recently. Could you try to upload this again after 24 hours since the click occurred? Feel free to write back if the error persists after doing this. Regards, Dave Goog

RE: Setting frequency_caps for a campaign

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Vinutha, I'm not as familiar with our Python client library, but I know someone who is. I'll put you in touch with him, so he can help you out with that. Cheers, Nadine Sundquist, Google Ads API Team ref:_00D1U1174p._5001UAqKsP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Report API - get one row for one group, not multiple rows

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. To better assist you, can you provide the complete report definition you are using? A possible reason that I can think on top of my mind is probably because you have other segment fields besides the Date segment. Regards, Dannison Google Ads API Team ref:_00D1U1174

Re: Campaign and Product performance report

2019-05-22 Thread Van Vu
Thank you, lemme give it a go On Tuesday, 21 May 2019 16:25:07 UTC+10, adsapiforumadvisor wrote: > > Hi Van, > > Yes, the GAQL you have prepared should already return output that is > similar to the (custom) tables in your screenshots. However, if you will be > comparing the Google Ads API repor

RE: Google Ads API - Policy Violation & Exemption requests

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Marco, I updated our engineering team. I will let you know on this thread once I have more information. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UAqLGl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blog

Report API - get one row for one group, not multiple rows

2019-05-22 Thread Chen k.
Hello, I want to get the data from report request as one row for one group, and i will explain by example: I send to request that i want to get: Clicks and Impressions, split by Date (from 14-05-2019 - 15-05-2019) the expected result is 2 rows, one row for one date: '2019-05-14', 200, 500 '2019-

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

2019-05-22 Thread Jesús G
Hi all, I'm doing a python script to get some metrics. I have some doubts with about that: https://developers.google.com/google-ads/api/docs/account-management/listing-accounts The problem is: I'm working with a manager account (MCC) To work with the accounts under the MCC account we have two o

Offline Conversions with New API

2019-05-22 Thread Nick Smarrelli
The new API required us to make changes to the tool we use to send offline conversions back to Google. When testing this morning we got the following error message: { "errors": [ { "errorCode": { "conversionUploadError": "TOO_RECENT_GCLID" }, "message": "The click associated with this Google Cl

Help needed for AdWords API integration

2019-05-22 Thread Yuvraj Chauhan
Hello, I am creating one automation application using AdWords API with PHP(Client Library). This application is about to manage the account of others. For that, 1). I have created one manager account(*GA1*). I am using a *developer token* of the same account. 2). I have created one test accoun

Invalid customer ID Sample Create Customer

2019-05-22 Thread 'Diogo Pereira' via AdWords API and Google Ads API Forum
nt Host: googleads.googleapis.com Headers: { "x-goog-api-client": "gl-php\/7.1.23 gapic\/ gax\/0.38.0 grpc\/1.20.0", "x-goog-request-params": "customer_id=762-516-0092", "developer-token": "REDACTED" } Request: {&quo

Losing metrics when including ad (ad_group_ad) and keyword (segments.keyword.info.text) segments in search_term_view

2019-05-22 Thread Danae
I'm trying to pull a report from the Google Ads API that will show performance metrics (impressions, clicks, cost) for search/search partners campaigns (old-school campaigns :)) However, I've noticed that the moment my report includes both ad_group_ad (anything under that) and segments.keyword

RE: Linking account with Manager Account in Google Ads API

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Amerender, As of now the examples in other languages is not available, they will be available soon. Meanwhile you could try the same pattern by following the available example in PHP. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UAqLBq:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

RE: [GOOGLE ADS ERROR] - How to Fetch the Error Name and Discrepancy between Index and Number in Protobuf

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Marco, In addition to the link shared by Dorian, could you please post your concern on the Python Github issue tracker for the second issue as the library owner are better equipped to address this? Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UAqLIm:ref -- -- =~=~=~=~=~=~=~=~

RE: How to get approved developer token?

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Mohammad, To have the API center option, you must have production manager account. You could create a new manager account from here. Please use incognito window while creating the manager account to avoid unwanted auto logins. Regards, Sai Teja, GOogle Ads API Team ref:_00D1U1174p._5001UA

RE: Campaign Insights breakdown

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Zied, Could you please share the report query that you're using along with the client customer Id to take a closer look? You may share the details privately via Reply privately to author option. Regards, Bharani, Google Ads API Team ref:_00D1U1174p._5001UAqL5x:ref -- -- =~=~=~=~=~=~=~=~=~

RE: Will sending conversion tracking events to Ads also set conversions for standard referral links in Analytics?

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Scott, You may use the Store Sales uploads where you can send the offline transaction data with a third-party data partner who puts a tracking tag on your site to match offline transactions with ad clicks. This could be used to upload the conversions specific to Store sales. Please refer

How to resolve whitelist error when changing budget using api

2019-05-22 Thread 권오순
Hi. I want to make a budget change using api. The current structure is top-level mcc> top mcc> account. The API mcc has been issued with an api token. I want to mutate my account. "CUSTOMER_NOT_WHITELISTED_FOR_API" An error occurs. I've been looking for content on the forum 1. Set up consolidated b

Re: Problem re-uploading an ImageAsset

2019-05-22 Thread Andre Tannus
Hi Ejay, I've put together some details for you. > With regard to changing the status of an asset, if the image asset was set > as REMOVED before, I am afraid that it currently not possible to AdWords > API to change back the status of an asset into ENABLED. > Right, this is generally expecte

Creating Responsive display ads with google ads api

2019-05-22 Thread Vinutha Nayak
Has anyone tried creating ResponsiveDisplayAds with google ads api ? I am using python and having a tough time. There are no samples as well. I was able to create the adgroup. I am doing the following : ad_group_ad_service = client.get_service('AdGroupAdService', version='v1') ad_group_service

RE: SharedSet EntityNotFound.INVALID_ID

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Pete, Could you please share the client customer Id to which this API calls was made, to check this further? You can share the details privately via Reply privately to author option. Regards, Bharani, Google Ads API Team ref:_00D1U1174p._5001UAqMJl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: protobuf-3.6.1-cp35-cp35m-linux_armv6l.whl is not a supported wheel on this platform ERROR

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Simon, On this forum we will be able to offer support for concerns specific to Google Ads API/AdWords API. It seems that your issue is not an API related. Let us know if you have any API related questions, I'll be happy to assist you. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._500

RE: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Robert, The Ads API reports are multi-attribution which means that the reports should not be aggregated together as this might result in the metrics (Impressions and count) being double counted. You will be able to use different criteria reports and map the results between the Google Ads

Re: EXPECTED_FILTERS_ON_DATE_RANGE

2019-05-22 Thread SeriousJ
Don't listen to Google Ads API Team members. They don't have a clue either. So for all of you struggling with this idiotic API, here is a solution: SELECT metrics.cost_micros, campaign.name, *segments.week* FROM campaign WHERE *segments.week* >= '2018-07-01' AND *segments.week* <= '2018-08-07

Re: EXPECTED_FILTERS_ON_DATE_RANGE

2019-05-22 Thread SeriousJ
There are many inconsistencies in the language. Really a lot. You want to have fun? Tell me what's the query to get the value of all extension_feed_items belonging to a campaign. This new API is even more obscure than the previous one. No small feat. And of course, it's much much slower. About

Re: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-05-22 Thread David Felton
Thanks for the response. I have found that for a specific date period that has 3 experiments / trials appearing in Google Ads - all linked to the same original campaign, I only get one of them back from the API. It's the last one in the list when viewing via Google Ads, I don't know if that is

Re: Adjusting Targeting Country Bid Modifier at the Campaign Level

2019-05-22 Thread Ben Johnson
Thanks! The following worked for me: String criteriaResourceName = CampaignCriterionServiceClient.formatCampaignCriteriaName(String.valueOf(customerId), campaignId + "~" + criteria); CampaignCriterion.Builder criterionBuilder = CampaignCriterion.newBuilder() .setRes

SharedSet EntityNotFound.INVALID_ID

2019-05-22 Thread Pete Lavetsky (AdWords API Guru)
Hi All, For the following problem I have a SOAP request ID: 0005897d05508c2c0a3f32078509c83e I am attempting to add a SharedCriterion to a SharedSet. When making the request, I get a response error: [EntityNotFound.INVALID_ID @ operations[0].operand.sharedSetId; trigger:'SharedSetId{id=148724

Re: EXPECTED_FILTERS_ON_DATE_RANGE

2019-05-22 Thread Google Ads API Forum Advisor Prod
Greetings! First of all, thank you so much for helping out here by posting a solution that works. Second, thanks for clearly outlining what appears to be a possible bug in our query language. We shouldn't have date-like segments behaving differently. So, I filed an issue over here to get that r

Re: Adwords Final Url Report Google

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Dominik, Thank you for sharing the details privately. I was able to generate the Final URL Report for May 22nd, 2019. It looks like you're using different segment fields to pull the Cost metrics. The segment fields are used to group the metrics. Including multiple segment fields will split t

Re: [GOOGLE ADS ERROR] - How to Fetch the Error Name and Discrepancy between Index and Number in Protobuf

2019-05-22 Thread Dorian Kind
Hi Marco, about the first part of your question, there's an open issue on the client library's tracker covering exactly your scenario: https://github.com/googleads/google-ads-python/issues/110 As a workaround, you might be able to use `google.protobuf.json_format.MessageToDict` to get the enum

Re: Traffic Estimate(Related to date range)

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Neetu, Yes, you are correct. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UAqEj8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi

Re: Need to get avg. "avg Impressions","avg Clicks" ,"avg CTR" Estimating Traffic

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Neetu, It results the currency format of the account for which you are making the API call and it is not possible to change it to a different format. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UAq8zE:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Google Ads API - Policy Violation & Exemption requests

2019-05-22 Thread Marco Frighetto
I see. Do you have a timeline for the deploy of the feature? Thk for your support ;-) Marco On Monday, 15 April 2019 22:47:05 UTC+2, googleadsapi-forumadvisor wrote: > > Hello Marco, > > Looks like filling the exception request via the new Google Ads API is not > yet available. I will let my te

Linking account with Manager Account in Google Ads API

2019-05-22 Thread Amrender kumar
Hi there! Can someone please advise how to convert the example of Linking customer account with Manager account in Google Ads API? I was going through the Ads documentation and I came to the example here https://developers.google.com/google-ads/api/docs/account-management/linking-manager-account

How to get approved developer token?

2019-05-22 Thread Mohammad Reza Kiani
Hi I tried to do as tutorial said in this link: https://developers.google.com/google-ads/api/docs/first-call/dev-token But I couldn't find the API Center part. (I was signed in with the account manager who in Account Access -> Users is the admin user) What should I do? Can you help me -- -- =~

Re: Campaign Insights breakdown

2019-05-22 Thread Zied Chaari
Hi Bharani, > > I'm getting empty list of insights when I'm trying to get my campaign insights split by date or by device. I made the same call yesterday (with date breakdown), and I could have some rows. But from today, I'm getting zero row. I'm using a *Test account.* Fiddler couldn't debug my

RE: Keyword Performance Report - Hourly Segementation

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for getting back in touch with us about this. I've just filed a feature request internally for hourly segmentation on the keyword view. Unfortunately, with feature requests we aren't able to follow up on prioritization or timeframe until any kind of public announcement, so make su

Will sending conversion tracking events to Ads also set conversions for standard referral links in Analytics?

2019-05-22 Thread Scott Richmond
Right now we are sending conversion events to Google Analytics to track conversions. Google Ads is linked to Analytics, which means our paid ads get the imported conversions. This works but the setup is very involved and the conversion events in Analytics use the date of conversion incorrectly

Re: Need help on setting Adschedule , LanguageInfo, Website URL

2019-05-22 Thread Vinutha Nayak
Thank you. I will try that out. Regarding the URLS, I need to set merchant url for specific ad. On Wednesday, 22 May 2019 15:24:04 UTC+5:30, adsapiforumadvisor wrote: > > Hi Vinutha, > > You may refer below for my answers to your questions : > > 1. I now need to set a schedule, basically sp

Setting frequency_caps for a campaign

2019-05-22 Thread Vinutha Nayak
Can anyone provide a sample to set frequency_caps[] for a Campaign in Python ? Since it's array value, I am not sure how it needs to be set ? Unfortunately neither do I find any example in the documentation. Thanks and Regards, Vinutha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Ads REST API - Block IP Address - Get All Blocked IP addresses

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello, When working with JSON REST and curl, I find it easier myself to actually stick to the protos and build the operations from there. For example, this time I referenced campaign_criterion and criteria to find all the relevant fields. The campaign_criterion shows that I need a campaign that

protobuf-3.6.1-cp35-cp35m-linux_armv6l.whl is not a supported wheel on this platform ERROR

2019-05-22 Thread Simon Friedrich
I'm using my Raspberry Pi 3 with the Broadcom BCM2837 and an armv7. I was not able to downgrade the Kernel to v6. I followed the Github manual for the AIY Voice Kit ( https://github.com/google/aiyprojects-raspbian/blob/aiyprojects/HACKING.md) and at 1. "sudo apt-get install -y aiy-python

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-22 Thread Oliver
Wow.. if what Bas is saying is true, this is a major showstopper! There might be no way of finding out info about the parent MCC because the authenticated user might not have permission. Even if he has permission, why does the new API work like this?It's a perfectly common scenario for to

RE: Adjusting Targeting Country Bid Modifier at the Campaign Level

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Ben, Thank you for reaching out. Yes, this is possible in the API. To achieve this, you need to create a campaign criterion using the CampaignCriterionService.MutateCampaignCriteria() method and set type equal to LOCATION. After successfully creating this campaign criterion, you may then as

RE: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Benjamin, So I can further investigate, could you provide to me your clientCustomerId and the complete JSON logs that were generated after you tried to create the ResponsiveDisplayAds? You may send your reply privately via the Reply privately to author option. Thanks and regards, Peter Goog

RE: Need help on setting Adschedule , LanguageInfo, Website URL

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Vinutha, You may refer below for my answers to your questions : 1. I now need to set a schedule, basically specific timings for all days of the week . I checked the "AdScheduleInfo", in the day_of_the_week, I don't see option to set for "all" days. What is the right way to add for all da

Re: EXPECTED_FILTERS_ON_DATE_RANGE

2019-05-22 Thread SeriousJ
Well, no. This query gets me good results: 1) SELECT metrics.cost_micros, campaign.name, *segments.month* FROM campaign WHERE *segments.date* >= '2018-07-01' AND *segments.date* <= '2018-08-07' whereas this query doesn't get any result: 2) SELECT metrics.cost_micros, campaign.name FROM campa

Re: [GOOGLE ADS API] Problems when creating an app extension feed item

2019-05-22 Thread Miguel Graciá
Hi again Dannison. It seems that the service is already working correctly. Thanks for your help. BR -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

RE: Search Customers

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Perry, I'm afraid that getting all the clients under a specific MCC's hierarchy (CustomerClientService ) is currently not supported in the Google Ads API. You may only be able to retrieve information on the client ID you specified in the resource_name. You may follow our blog for updates.

RE: Paid and Organic Report via Tableau Connector

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Michael, Thanks for raising your concern. Unfortunately, I couldn't provide further comment about the issue related to Tableau connector. My team can only provide support to any AdWords API or Google Ads API related issues/concerns. What you can do is to reach out the respective by referrin

Re: Ads api v1 - login-customer-id with MCC above client

2019-05-22 Thread Bas van Steen
Hi, I understand that part, but the question is how can I see that when I am using the API. Our customers are already connected via the Oauth connection. In the old API I can make a request without knowing if the account is under MCC. But in the new one I have to know. My question is how can I d

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

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello KDJ, I've been confirmed that this has been already fixed. Could you please try again? And if you still face the issue, could you send the latest request ID? Best, Thanet, Google Ads API Team ref:_00D1U1174p._5001UAqAEp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Need help on setting Adschedule , LanguageInfo, Website URL

2019-05-22 Thread Vinutha Nayak
I have three queries : I have created a *"campaignCriterion" . *I have two queries now on setting additional information within that : 1. I now need to set a schedule, basically specific timings for all days of the week . I checked the *"**AdScheduleInfo", * in the day_of_the_week, I don't

Search Customers

2019-05-22 Thread Perry Hertler
Is it possible to use the GoogleAds service to *search* for customers? The first argument to *search* is a *customer-id*, which seems to always limit the results to just the associated *customer.* CUSTOMER_QUERY = <<~QUERY SELECT customer.id, customer.manager, customer.des

Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-22 Thread Benjamin Ryves
Hi there. We're currently uploading ResponsiveDisplay / ResponsiveSearch Ads using the Google Ads API, and we've found that created Ads don't include the Ad name. The operations are being sent with names (which aren't null): `Ad.newBuilder.setName(StringValue.of(operation.name))...` But queryi

Paid and Organic Report via Tableau Connector

2019-05-22 Thread Michael Doyle
Hi I'm pulling the paid and organic report through the Tableau connector and when I add a 'date' segment it seems to corrupt the position metrics. Without the 'date' segment the position metrics shows sensible results (e.g. avg 1.4 for a brand term in paid and avg 1.1 organic) Michael -- --

Adjusting Targeting Country Bid Modifier at the Campaign Level

2019-05-22 Thread Ben Johnson
Hello, I was wondering if it is possible to add a bid modifier to a campaign for a specific geo target? With device I can adjust a bid modifier on a specific device criteriaId, is this possible with locations as well? Similar to what is done here: https://developers.google.com/google-ads/api/

RE: Ads api v1 - login-customer-id with MCC above client

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You would need to set the login-customer-id if your access to the customer account is through a manager account. This header is required and must be set to the customer ID of the manager account. To check if the client is under a MCC, in Google Ads UI, you need t

Re: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2019-05-22 Thread Robert Heise
Hi Bharani, thank you for your answer. I'm not sure I completely understand your suggestion. Do you suggest to use ad_group_criterion along with the metrics (i.e. impressions, clicks) to get a response from the Ads API which would be safe to aggregate on? Is ad_group_criterion using single attr

Re: Need to get avg. "avg Impressions","avg Clicks" ,"avg CTR" Estimating Traffic

2019-05-22 Thread neetu varshney
Hello Team The actual currency value is in dollar format or what? Thanks, Neetu On Tuesday, May 21, 2019 at 9:44:49 PM UTC+5:30, adsapiforumadvisor wrote: > > Hello Neetu, > > The cost field should be for the number of clicks that are estimated to > occur and the cost field is in micros so you