Re: Can't get data from CustomerService v201809 [AuthorizationError.USER_PERMISSION_DENIED]

2019-11-14 Thread jianan wang
Hello, So, how can I get user's client custom id through OAuth process even if he's not link to my MCC account or any other who has no access to the account? Thanks, JIanan Wang 在 2019年11月14日星期四 UTC+8下午10:16:47,adsapiforumadvisor写道: > > Hi Wang, > > There were no recent changes made to

Re: Final URL Report - AverageCPC

2019-11-14 Thread Dominik Raffetseder
> > Since 2 weeks i always get '--' for the AveragePosition. Will it be possible soon to geht also AbsoluteTopImpressionPercentage? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Strange behavior of Demographic criterion

2019-11-14 Thread Oliver
Hi Bharani, Thanks but this is not what we were asking. We are already aware of everything you mentioned as we stated in our first post. Our concern is when we use ADD to add a new modifier for an AgeRange criterion to an adgroup, the result of this operation removes/excludes all other

RE: Strange behavior of Demographic criterion

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Oliver, The campaign level bid modifiers can only set for the Platform and InteractionType criteria using the CampaignCriterionService and CampaignBidModifierService. Please refer to this guide for more information. If you're using AdGroup level bid modifiers, you may use the ADD operator

Reach estimate AdWords API

2019-11-14 Thread Sarahí Sanchez
Hi, I need to extract potential reach by region, age and gender, how can I get this data from the API, is it possible? I read the AdWords API documentation but I didn't find information about this. Thanks! Sara -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Zero Impression Data for Corrections

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Ryan, Thank you for reaching the support. As mentioned in this guide, zero impressions are always excluded when segmenting a report. If you are still getting the zero impressions data, could you please confirm if you are using the shared report query while generating the reports via API? If

Re: Targeting a hotel campaign by device.

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hello Alok, The hotel campaigns are targeted to all devices by default. So, it won't let you target to a specific device. That is the reason for facing action not permitted error. Since these campaigns are targeted to all the devices, if you want them not to target a specific device you can do

RE: Adding remarketing-list to Google Ads Platform

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Hugo, I'm afraid, it is not possible to upload the CSV file through the AdWords API. You may use the AdWordsUserListService.mutate() operation by adding the Customer Match with email address, address, or user ID audience. Please refer to this guide for more information. Please note that a

AdCustomizer Ads Not Working when Uploading Feed via Google Ads API

2019-11-14 Thread Marco Frighetto
Hi there, we are trying to build few campaigns using Ad Customizer features. Although, what we are noticing is that when we upload the *AdCustomizer Feed via Google Ads API*, none of the dynamic Ads (the ones using AdCustomizer parameters) are actual able to deliver (no impressions at all).

RE: Final URL Report - AverageCPC

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Dominik, Thanks for reaching out. You could get the AverageCpc and AveragePosition metrics from the FINAL_URL_REPORT. Please keep an eye on our blog for the new announcements and updates on new releases. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UJaiNT:ref --

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

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hello Life, The same functionality as of the CustomerService.getCustomers() in AdWordsAPI is available via customerClient resource in Google Ads API Beta. You could use the below query to get all the accounts under an MCC. Please let me know if you have any further questions. Query: "SELECT

RE: How to convert Money to Currency ?

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Suresh, Thanks for reaching out. The CPC returned from Traffic Estimate service is in micros. To convert it to the values in micros to respective currency you could divide it by 100. The microAmount field in the Money type always refers to the account's local currency. Please refer to

Re: Deep-linking to Google Ads interface does not work anymore (ocid)

2019-11-14 Thread Matt Ledom
It would be a nice feature in the api for building links based on account and filters. We are trying to provide a useful way for our users to get back into the Ads UI but its not work and users are frustrated. I have also posted a question to the Ads team to see if there is a way to determine

Re: Expanded Dynamic Search Ad: Description2 support in Google Ads API

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hello Caihua, Now the description2 fields is available via Google Ads API. Please let me know if you are still facing any issues. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UAqaDp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: google-ads v2 documentation offline

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Francisco, Thank you for reaching out. Everything seems to be working from our end. There might've been a temporary glitch so please try clicking the link again to see if it works. If you are using any proxy servers to access the documentation, please deactivate the proxy. Regards,

Re: [Google Ads API] How to verify Campaign belong to my account?

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Phongthorn, You could use the CAMPAIGN_PERFORMANCE_REPORT to retrieve all the campaign data on the campaign level in the specified customer account. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UJaVtn:ref -- --

RE: Permission denied (Google Ads API)

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Please make sure you are calling GetCampaigns from a client account, not a manager account. If you are still getting an error after doing this, please provide the client customer ID you are using to make the call and the complete request and response logs via

Strange behavior of Demographic criterion

2019-11-14 Thread Oliver
We're using AdWords API v201809 We need to be able to set bid modifiers for AgeRange, Gender, etc. We're aware we have to use *AdgroupCriterionService* (*not* AdGroupBidModifierService) for this and provide the relevant *BiddableAdGroupCriterion* objects. It seems, however, to set a bid

Re: resources name as negative value

2019-11-14 Thread Google Ads API Forum Advisor Prod
Greetings! It looks like this issue has now been fixed. Please give it a try and get back to me if you still see issues. Thanks, Nadine, Google Ads API Team ref:_00D1U1174p._5001UBmSfr:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hello, Yes, it is stored as midnight of the time zone of the account. As for your two assumptions. Yes, that could be possible. I'll go double-check on that for you. Regards, Nadine, Google Ads API Team ref:_00D1U1174p._5001UKO81N:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Strategy PAGE_ONE_PROMOTED Error UNSUPPORTED_TYPE_IS_USED

2019-11-14 Thread Maria Fernanda Guerra
Thank you for the clarification. El jue., 7 nov. 2019 a las 17:21, Google Ads API Forum Advisor Prod (< adsapiforumadvi...@gmail.com>) escribió: > Hi Maria, > > The error indicates that the bidding strategy type is not supported. > The PAGE_ONE_PROMOTED bidding strategy is not supported. Please

google-ads v2 documentation offline

2019-11-14 Thread Francisco Marques
Hello, I cannot find the documentation for google ads v2 beta anywhere. This link (https://developers.google.com/google-ads/api/reference/rpc) used to work, but its currently showing: "There is no Internet connection :(" Do you

Zero Impression Data for Corrections

2019-11-14 Thread Ryan Whitten
Hi there, I know in the Google Ads API zero impression rows will be filtered out if you segment by date. However we have been seeing rows with zeros for all metrics, including impressions, come in when segmenting by date. We are actually looking to get the zero impression rows to handle the

Re: how to create adgroup for universal app campaign

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Wenjun, You can follow this example on how to create ad groups with the API. You will need to adjust some of the fields mentioned here for UAC ad groups. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UCbBvF:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: Required fields to add the new ImageAds.

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. It looks like your post came in twice but the other one got deleted which caused the delay. Can you please provide the complete request and response logs via reply privately to author so that I can investigate the issue further? Please see here for information

RE: not able to access one of the google accounts data in super-metrics

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Sanket, I tried responding before but it looks like it didn't reach you. Please follow this guide for information on how to apply for API access. Please confirm that this message has reached you. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UMWgYc:ref -- --

RE: landing_page_view returns invalid resource name

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi, My name is Pierrick and I work as a Developer Advocate for Ads API. The fix should now be live, could you give it a try? Feel free to come back to us if any further concerns regarding this. Regards, Pierrick, Ads API Team ref:_00D1U1174p._5001U8LImO:ref -- --

Re: Top Impression Share and Absolute Top Impression Share not in Geo Performance Report

2019-11-14 Thread LP AI
It is now in there so I will close this. On Tuesday, 27 August 2019 11:19:00 UTC+2, LP AI wrote: > > Average Position is being sunset and we have been instructed to use > replacement metrics ( > https://ads-developers.googleblog.com/2019/07/sunset-of-average-position-metric-in.html). > > This

Re: Can't get data from CustomerService v201809 [AuthorizationError.USER_PERMISSION_DENIED]

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Wang, There were no recent changes made to the authorization process in AdWords API. The user authorizing the API call must be a valid user on Google Ads account. Please refer to step#2 for more information for the OAuth configuration setup in Java. You may find the steps to configure other

Adding remarketing-list to Google Ads Platform

2019-11-14 Thread Hugo
Hello , Is there a way to add a csv file directly to the platform ( in audiences manager ) using the adwords API ( php library ) ? My file has 6 columns ( email/country/first name/last name /phone /Zip ). I saw that is possible to add a CRM-based user list but it is only possible for one of