Re: Setting up Google ADS API for the offline conversion upload service

2020-06-26 Thread Reketec
Hi Xiaoming, Thank you for your answer. In our case since we are using python I donĀ“t think that the spelling affects us since we obtain conversion_action from customer_id and conversion_action_id: https://developers.google.com/google-ads/api/docs/conversions/upload-clicks#python Any other

Cross Account Click Conversion Upload

2020-06-26 Thread Pete Lavetsky (AdWords API Guru)
Hi All, We're running into issues uploading ClickConversions to a ConversionAction. Reading through https://developers.google.com/google-ads/api/docs/conversions/upload-clicks a couple times we've discovered that the Customer object of the account in question has a

Cannot Create Customer

2020-06-26 Thread Radek Karkut
Hello there, I'm working on Google Ads API and my goal is to create ads in behalf of my clients. I have created oAuth authorisation and it works properly (I have access and refresh token). It's possible that I misunderstand the principles so please correct me. 1. If I would like to create new

Display Keyword Performance in Google Ads API

2020-06-26 Thread cv
Hi, Which view I need to use to get Display Keyword Performence Report in Google Ads API? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

RE: How to segment by conversion action name in Google Ads API?

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Dave, Thank you for clarifying. Unfortunately, that layout is not available in the API. I have created a feature request on your behalf so please keep an eye on our Developer Blog for information on future releases. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q219Phq:ref --

RE: GAQL CLI

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Scott, I am from the Google Ads API Team. I just wanted to check if you were having any issues with reporting or if it was strictly related to Benjamin's CLI tool. Let me know if you have any API related questions. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zs6TF:ref --

API GeoTargeting Not Working - But Shows Correct In ADW Account

2020-06-26 Thread Ads API App
Hi guys, I hope someone can help me, because myself & my entire company has now been set back a full year because of this. We have not signed up users because we found out today that while we "thought" that we were targeting United States only, we were in fact targeting mostly India, and all

How to create a Conversion Action Set using adwords api

2020-06-26 Thread pradeep raju
Hi I see in Google UI that we can create a Conversion Tracker set and then use it to attach it to a campaign. 1. How can i create a Conversion Action Set using adwords api 2. How to retrieve list of available Conversion Action Sets so that i can show it to user [image:

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2020-06-26 Thread Corine Morin
I got the following error: return self.process_reply(client, operation_obj, response) File "/home/tool/venv/tool/lib/python3.6/site-packages/zeep/wsdl/bindings/soap.py", line 195, in process_reply return self.process_error(doc, operation) File

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

RE: How to create a Conversion Action Set using adwords api

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thanks for reaching out. Please see my answer of your question. Conversion action sets are currently not available in the API. You can follow our blog for any updates. If you are trying to optimize a campaign for specific conversion actions, you can set them in the campaign's

How to get an ad's url using Google Ads Api v201809

2020-06-26 Thread Alain Hua
Hello, I am using this example : https://developers.google.com/adwords/api/docs/samples/php/basic-operations#get-expanded-text-ads-in-an-ad-group, trying to get an url from an ad. My selector looks like this : $selector->setFields( ['DisplayUrl', 'Url'] ); Those 2 fields

Re: Add Conversion to Campaign using Adwords API

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thanks for reaching out. With regards to your concern, you may use the SelectiveOptimization to set the optimization settings in the Google Ads UI. Thanks, Nirmita Patel Google Ads Team ref:_00D1U1174p._5004Q219S22:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

How Do I Get A Refresh Token?

2020-06-26 Thread NEED SOME HELP
This code is not working: http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See

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

Geo Location Not Working

2020-06-26 Thread NEED SOME HELP
We found out today that while the ADW account showed that we were targeting United States only, we were in fact targeting mostly India, and all over the globe. The only way I found out, was by watching the REAL TIME visitors...all from INDIA and a couple from Egypt, ect. This explains why all

RE: Cross Account Click Conversion Upload

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Pete, Thank you for reaching out. The cross_account_conversion_tracking_id is not something I'm familiar with. The resource name of the conversion action should be made with the client customer ID of the account and the ID of the conversion action as shown here. The only difference with

RE: Search query report Google Ads API

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. For the keyword text, you can use: googleAdsRow.getSegments().getKeyword().getInfo().getText().getValue() For the ad group criterion ID, you have to get the resource name by using the following:

RE: EntityCountLimitExceeded.ADGROUP_LIMIT of "TEXT_CREATIVES_PER_ADGROUP"

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Don, Thank you for reaching out to us. Could you clarify if you have a question on this issue? Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q20VTqz:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Add Conversion to Campaign using Adwords API

2020-06-26 Thread pradeep raju
Hi Nirmita, Thank you for reply, but i did not find anything on how i can include a conversion to a campaign. We have an interface where users can create campaigns, and we also have interface where users can create conversion. We are using adwords api for both, we would like to also give an

RE: Setting up Google ADS API for the offline conversion upload service

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Pete and Pablo, Thank you for reaching out. Could you please share the Conversion Action you were uploading and the complete request and response logs along with the client customer account you were uploading to via the Reply privately to author option for me to further investigate? Thanks

RE: Display Keyword Performance in Google Ads API

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You could query the keyword_view resource to fetch data corresponding to Keyword Performance Report. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q219dpV:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Cross Account Click Conversion Upload

2020-06-26 Thread Pete Lavetsky (AdWords API Guru)
Thanks Mitchell. How are we to know which manager account to use? In this instance the client account has 3 active CustomerManagerLinks. The ID in the cross_account_conversion_tracking_id is 9 digits, instead of an expected 10 for a CID I can get the conversion actions via the

RE: How to get an ad's url using Google Ads Api v201809

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Alain, Thank you for reaching out. Expanded text ads do not use url, displayUrl, finalAppUrls, or devicePreference and setting these fields on an expanded text ad will cause an error. This also means that you are not able to fetch these fields for an expanded text ad through the API. Please

Re: List of campaign attributes.

2020-06-26 Thread Etay Tchechanovski
Hey Joe, Can you share the http request you've used here? I'm not sure which endpoint url to use.. On Tuesday, March 12, 2019 at 5:34:33 PM UTC+2, Joe Stedman wrote: > > You know what, i figured it out. > $"SELECT name,selectable,enum_values WHERE category = 'ATTRIBUTE'" gives > you all the

Re: Geo Performance report returns LocationType=DONT_CARE

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Andrey, Could you please reply privately to author the report query you provided in the report definition format? I need to see the date range for this query so the report definition should provide me everything I need. Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q219LLK:ref

Re: All Conv. (by conv. time) - API Help

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Ashten, Unfortunately Data studio is outside of my expertise and I cannot comment on whether this will also be available via Data Studio's Google Ads integration. However, you can reach out to the Data Studio Support Team and they will be more than happy to help you with your concern. Let

Search query report Google Ads API

2020-06-26 Thread cv
Hi, I would like to get below 2 fields mentioned https://developers.google.com/google-ads/api/docs/migration/reports#search_query_performance KeywordId segments.keyword.ad_group_criterion KeywordTextMatchingQuery segments.keyword.info.text For this I have used search_term_view and try to get

RE: Cannot Create Customer

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi Radek, Thank you for reaching out. If your client already has a Google Ads account, then you should follow these instructions to link that account to yours. If they don't have an existing account, then you should create one on their behalf using the example you shared. The