Re: Geo Performance Report, Video quartile metrics

2018-11-13 Thread matthieu
Thanks I'll take a look at it. Have a great day! Op maandag 12 november 2018 21:24:16 UTC+1 schreef Bharani Cherukuri (AdWords API Team): > > Hello Matthieu, > > The VideoQuartile metrics information is currently not available using the > Geo Performance Report. The Geo Performance Report >

Re: DetailedReportDownloadResponseException: 500 due to ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2018-11-13 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Since you mentioned that you are generating reports for ~1000 clients, you may be encountering the timeouts issue wherein the report fails if the amount of data being retrieved is too large. I would recommend that

DetailedReportDownloadResponseException: 500 due to ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2018-11-13 Thread cbiafore
I am implementing a service that retrieves report from adwords on a daily scheduled interval for ~1000 clients, and I get this result intermittently when I make a request for a report download. What is the cause of this? Is the report I am requesting not available at the time I'm requesting or

Top metrics, absolute top metrics, and average position in the AdWords API

2018-11-13 Thread Geert Grootjans
Hello, According to this blogpost there should be 8 new top/absolute top metrics in the AdWords API since November 12, 2018. I can not seem to find these in either the AdWords API docs, the github

How to change the email address with which to dedicate data

2018-11-13 Thread huq via AdWords API and Google Ads API Forum
My client want to change the email address with which to dedicate data from Google Ads account, not the API account contact email address. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

developerToken usage in Ads API calls

2018-11-13 Thread andrej
Hey, I want to use access_token + refresh_token to access ads API on behalf of an user. If I want to use the client library I need to specify developerToken which is linked to some ad account. At the moment I use developerToken that I got from our company ad account but I wonder if it makes

Does UAC support Geo Performance report via API now?

2018-11-13 Thread jeski zhao
I just want to get the UAC geo performance report via api, but I only received the titles of the report without any data, like this [0]=> string(74) "Country/Territory,Campaign ID,Campaign,Clicks,Cost,Impressions,Conversions" [1]=> string(0) "" Here is the AWQL : SELECT

Can I get UAC GEO PERFORMANCE REPORT via adwords api?

2018-11-13 Thread jeski zhao
I tried to get the uac geo performance report via adwords api, but i just get the title of the report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: Question about Geo performance report and campaign type

2018-11-13 Thread jeski zhao
Hello Teja Makani, I just want to know whether Geo Performance report support UAC via API now. Here is the result I get from adwords api ,but without any data. [0]=> string(74) "Country/Territory,Campaign ID,Campaign,Clicks,Cost,Impressions,Conversions" [1]=> string(0) "" 在

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account. Why?

2018-11-13 Thread administratie
Hello Teja, Thank you very much. It works.. On Monday, November 5, 2018 at 10:41:41 PM UTC+1, Teja Makani wrote: > > Hello, > > Thanks for your patience. There is an update on this issue, you can create > a new test client account under the existing test manager account and the > API requests

Re: Figure out if a conversion is shared or not

2018-11-13 Thread erik . lilja
Hello Bharani, I was unaware of the conversiontypeownercustomerid . I read up on that and it looks like that what i'm after. On Monday, November 12, 2018

Re: Does UAC support Geo Performance report via API now?

2018-11-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Jeski, The UAC only supports the reports which are listed here via the API. The closest one they may refer is Campaign Location Target Report

Re: How to change the email address with which to dedicate data

2018-11-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Qi, To change the email address to access the account data they could follow this article and grant admin access to the new user first and then remove the access to the old user. This process is not

Re: developerToken usage in Ads API calls

2018-11-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Andrej, The developer token of your company can be used to make API calls to any of your client's accounts even though the Developer token is not related to any of the client's accounts. To access the clients account data you can ask them to link their accounts to your companie's MCC

expandedTextAd.getFinalUrlSuffix() return always null

2018-11-13 Thread an . deangelis
Hi all, I need to know why the function getFinalUrlSuffix() for the object expandedTextAd return always null. Could someone help me? Thank you for the support, Anna -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Try to update ad group keyword

2018-11-13 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ran, Could you provide the complete SOAP request and response logs that show it does not update the keyword via *reply privately to author* so I could investigate this further? Regards, Dannison AdWords API Team On Wednesday, November 14, 2018 at 6:33:35 AM UTC+8, RAN HU wrote: > > Hi

Video campaigns are not retrieving through an API

2018-11-13 Thread satish reddy
Hi Guys, I tried below code to get all the campaigns ID's but its returning only "Display campaigns" not the "Video's campaigns" ID's. # Initialize appropriate service. campaign_service = client.GetService('CampaignService', version='v201806') # Construct selector and get all campaigns.

How to add Keywords in Shopping Campaigns

2018-11-13 Thread programmierung
Hello, I just wanted to know, how can I add/remove Keywords in a Campaign which´s advertisingChannelType is SHOPPING. I´ve tested the BasicOperations from the example, but I will get an error which says "OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE". The Software is written in C#. My company´s

Re: Video campaigns are not retrieving through an API

2018-11-13 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Satish, Video campaigns are currently only supported in reports in AdWords API based on this link . You may use Video Performance Report

Re: How to add Keywords in Shopping Campaigns

2018-11-13 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You should take note that only negative keywords are supported for shopping campaigns as you can see on this guide . I would suggest to try adding negative keywords only in your API call. Let me know if you still

Re: expandedTextAd.getFinalUrlSuffix() return always null

2018-11-13 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Anna, To further investigate your issue, could you please give the complete SOAP request and response logs where the expandedTextAd.getFinalUrlSuffix() is returning null? You may use the *reply privately to author* option. Regards, Dannison AdWords API Team On Wednesday, November 14, 2018

Landing Page Report ExpandedFinalUrlString

2018-11-13 Thread rentcafedev1
Hi, I'm trying to get the final Url with ValueTrack parameters replaced with their final value by using the Landing Page report and the only value in ExpandedFinalUrlString and UnexpandedFinalUrlString is https://www.flats901.com. I have verified that the campaign associated with the url has

Try to update ad group keyword

2018-11-13 Thread RAN HU
Hi Google, Try to update ad group keywords folowing is soap request http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xmlns:tns="https://adwords.google.com/api/adwords/cm/v201809;

Re: Landing Page Report ExpandedFinalUrlString

2018-11-13 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi KDJ, Could you provide the clientCustomerId via the *reply privately to author* option so I could further investigate this issue? Regards, Dannison AdWords API Team On Wednesday, November 14, 2018 at 5:26:02 AM UTC+8, rentcafed...@gmail.com wrote: > > Hi, > > I'm trying to get the final

Re: Additional headline (headlinePart3) and description (description2) for ExpandedTextAds

2018-11-13 Thread Tim Wlcek
Hi Denys, I think that within a selector you have to use ExpandedTextAdHeadlinePart3. Check the API Reference here: https://developers.google.com/adwords/api/docs/reference/v201809/AdService.ExpandedTextAd Regards tim On Tue, Nov 13, 2018 at 9:23 PM Denys Kovalenko wrote: > Hi Sai, > > Yes,

Re: Get all accounts with token on new api v0

2018-11-13 Thread juan
Hi, we are currently in version v-0.5, I wonder if this functionality is already available? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Bulk Request for CRMUserBasedList

2018-11-13 Thread Mahadevan Krishnan
Hi Teja, Thanks for all the information provided. One final question. Can we not have more than one APP under one Manager Account as our accounts are managed by Third Party for different needs to interact with Adwords Platform and we wanted to create a separate APP for our needs to upload

Re: How to change the email address with which to dedicate data

2018-11-13 Thread huq via AdWords API and Google Ads API Forum
Thanks Sai, just want to confirm with you that after granting the admin access to the new user, the new user could dedicate data from Google Ads account via API, right? On Wednesday, November 14, 2018 at 1:38:45 AM UTC+8, Teja Makani wrote: > > Hello Qi, > > To change the email address to

Re: Question about Geo performance report and campaign type

2018-11-13 Thread jeski zhao
Hello Teja Makani, Thanks for your reply. But I notice that when my campaigns targeting all the countries which I don't choose any targinting location, the Campaign Location Target Report

Re: how to get account hierachy in ads api beta

2018-11-13 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I'm afraid, the Google Ads API Beta doesn't have available service yet that could get the account hierarchy. I cannot tell on if and when this feature will be available. However, you may want to follow our blog for any

Re: Question about Geo performance report and campaign type

2018-11-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Jeski, The UAC only supports the reports which are listed here via the API. As mentioned above, the closest one you may refer is Campaign Location Target Report

Re: Additional headline (headlinePart3) and description (description2) for ExpandedTextAds

2018-11-13 Thread Denys Kovalenko
Hi Sai, Yes, please. This example doesn't work with HeadLine3 https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/BasicOperations/GetExpandedTextAds.php $selector->setFields( ['Id', 'Status', 'HeadlinePart1', 'HeadlinePart2', 'Description'] ); If I add

Re: Bulk Request for CRMUserBasedList

2018-11-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Mahadevan, There is a limit on the number of operations per request 5,000. But for performance reasons we typically recommend passing no more than 2,000 operations per request. You could refer this guide for more

Re: Additional headline (headlinePart3) and description (description2) for ExpandedTextAds

2018-11-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Denys, If you have any further questions please elaborate. I am glad to help. Regards, Sai Teja, AdWords API Team. On Monday, August 13, 2018 at 8:25:22 AM UTC-4, tim.wl...@smarter-ecommerce.com wrote: > > Dear API-Team, > > will the upcoming release of the Google Ads API include support