Re: Can You Use The AdWords API To Access The Ad Preview & Diagnosis Tool?

2018-03-21 Thread syamsoul
it's 2018 now... Google still not support ad preview?? On Thursday, September 25, 2014 at 4:36:25 AM UTC+8, Robert O'Kruk wrote: > > Hello, > > I am wondering if you can use the AdWords API to access the data that is > provided from the AdWords Ad Preview & Diagnosis Tool? > > Any input is

Re: sending offline conversions for multiple accounts using python

2018-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Liron, In order to avoid using multiple OAuth2 credentials and yaml files for each of those client accounts under your MCC, I would recommend that you generate new OAuth2 credentials using an email address that has

Re: Problem Connecting to the api

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Alex, The invalid_grant error normally occurs due to expired refreshToken. To resolve this issue, you may try to regenerate the refreshToken and the OAuth2 credentials

Re: Problem with API campaign bid landscape

2018-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Arnaud, My apologies, however, although the bid landscapes feature mimics that of the bid simulator of the AdWords UI, you would not be able to retrieve the exact same results using the AdWords API. Best regards, Peter AdWords API Team -- --

Fwd: ADGROUP_PERFORMANCE_REPORT showing odd data

2018-03-21 Thread Ken Dan Tinio
-- Forwarded message -- From: Ken Dan Tinio Date: Wed, Mar 21, 2018 at 6:06 PM Subject: Re: ADGROUP_PERFORMANCE_REPORT showing odd data To: adwordsapiadvisor+luisxan...@google.com $report = 'ADGROUP_PERFORMANCE_REPORT'; $tableName =

Problem with API campaign bid landscape

2018-03-21 Thread Arnaud Fouchet
Hello, When I request the campaign bid landscape, by the API DataService, I get numbers (a) very different from the bid simulation in the Adwords website and (b) that looks utterly wrong. Here is an example : for campaign_id: "827830943" I use the

Problem Connecting to the api

2018-03-21 Thread Alexander Meis
HI, i run the googleads-php-lib, i set up the api credentiials like in the tutorial but on executing it got this error 2018/03/21 17:18:35 [error] 9367#0: *59204 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST

sending offline conversions for multiple accounts using python

2018-03-21 Thread BIP
Hi, We're using the same developer token and refresh token for multiple services in the company. This time, we're sending offline conversions (client.GetService('OfflineConversionFeedService', version='v201802')) to multiple accounts under the same MCC account. So, running some tests, we were

Re: Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Since your question is about the AdWords product in general than the API, could you please post this question on the Advertisers community forum ? The experts there are better equipped to address your

Re: I have a devloper token do I need to get a refresh token from a specific user

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi John, You could use the client Id and client secret of any login. The access to accounts would depend on who authorizes the API call. While generating the refresh token, if the manager authorizes the call (generated authorization code by logging in as the manager and accepting the manual

Re: Getting user permission(read/write) information from adwords api

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Adil, I am afraid, you will not be able to get the access levels (read only, admin etc.,) of a user associated with an AdWords account using the AdWords API. You will need to get this information from the AdWords UI. Let me know if you have further questions. Thanks, Milind, AdWords API

Re: New Adwords API requires php 5.5.9 - my system is based on 5.4.45

2018-03-21 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Andrew, I completely understand your concern. For using the latest version v33.1.0 of client PHP library in Prod you would need PHP version 5.5.9 or higher as specified in the composer.json file available in this

Re: API migration, detect requests source

2018-03-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Nicolò, I just checked requests for the developer token you sent to Dhanya, and I still see v201708 reporting and TargetingIdeaService requests as recently as yesterday. Thanks, Josh, AdWords API Team On Wednesday, March 21, 2018 at 12:08:52 PM UTC-4, Dhanya Sundararaju (AdWords API Team)

Re: Why the display name of Criteria Performance Report ID is Keyword ID?

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You are right, the Id field in Criteria Performance Report will return the Id corresponding to

Re: Trying to send AdWords invitation [php]

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The NOT_AUTHORIZED error occurs when the user authenticating the request is not authorized to perform this operation. Only users with Administrative

Re: Multiple user in one customer id

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mark, Same or different users can make parallel calls to the same account. However, if the number of calls issued against a single account exceeds a limit in a short duration of time, you will encounter rate limit error with ACCOUNT scope. To read more about rate limit errors please check

Re: Issue getting a TargetingIdeaService instance in v201802

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Hari, Glad that you were able to fix the issue. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: API migration, detect requests source

2018-03-21 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Nicolò, Yes, thanks for the information. I will update you as soon as we find out. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Accessing inactive AdWords Accounts

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Stefano, Please see my answer inline below: 1. after the account is canceled and reactivated will be automatically canceled again? and if yes after how many days/months? *The reactivated account wont be cancel automatically. It will cancel only if the **AdWords account reaches 15 months

Why the display name of Criteria Performance Report ID is Keyword ID?

2018-03-21 Thread SP
Hello, I would like to know why the display name of Criteria Performance Report ID is Keyword ID? As there is other field available criteria type and we can receive different criterions I don't understand why the ID is called keyword id when (I think) is criterion id. with your anser I will

Multiple user in one customer id

2018-03-21 Thread Mark Anthony Gutierrez
Is it okay to use one client_customer_id to many users requesting at the same time? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Ron, Raneen, In my previous post, I mistakenly said that the list of errors I provided was for Raneen, but I just realized that they were actually for you, Ron. Sorry about that! *Ron*, could you check out my previous post and the questions/items I highlighted there? Thanks, Josh, AdWords

Re: Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread Ketil Keiseraas
The issue is about multiple exit URLs and not Final URLs :) onsdag 21. mars 2018 10.46.13 UTC+1 skrev Ketil Keiseraas følgende: > > Hi! > > We have startet using upgraded URLs and its working fine for one single > product ad. > But we have developed html5 banners with more than one product so

I have a devloper token do I need to get a refresh token from a specific user

2018-03-21 Thread trancezonale
Hello, I have gotten a google basic token from my manager account, now I want to fetch adwords reports for a specific account connected to my manager account. QUESTION: Which client ID and client secret should I use them from manager account or the account that I want to read the reports

Getting user permission(read/write) information from adwords api

2018-03-21 Thread adil hussain
How do I get to know the access permissions of a user account in adwords for updating a campaign without actually making a call to update method. When I call the update method ie adwords_api.service(:CampaignService, v201710).mutate([operation]) I get an error

Re: Ad group label filter for ad performance report

2018-03-21 Thread harish.padmakar via AdWords API Forum
Sorry I did not look at CriterionId.. Thanks a lot Vincent! On Wednesday, 21 March 2018 12:33:26 UTC+5:30, Vincent Racaza (AdWords API Team) wrote: > > Hi, > > I am a teammate of Bharani and will provide support to you as she is OOO. > > Yes, the "Keyword/Placement" segment is available in the

Re: API migration, detect requests source

2018-03-21 Thread nicolò Cozzani
i replied with the information, did you received it? thanks Il giorno martedì 20 marzo 2018 20:52:13 UTC+1, Dhanya Sundararaju (AdWords API Team) ha scritto: > > Hi Nicolò, > > Could you please *reply privately to author* with your MCC id and > Developer token, so that we can pull up your API

Re: Issue getting a TargetingIdeaService instance in v201802

2018-03-21 Thread hari . patel
Hi Sreelakshmi, thank you for responding so promptly. I was actually manually removing the old Jars and adding the new ones in my IDE, and it looks like I mistakenly left one of the old dependencies in there. I deleted all of the Jars from my project library and added back the ones for the new

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-21 Thread Ronald Findling
Hi Sreelakshmi, sorry, I somehow mixed up versions here -- we are actually using ` com.google.api.ads.adwords.axis.v201710` Am Dienstag, 20. März 2018 20:06:14 UTC+1 schrieb Sreelakshmi Sasidharan (AdWords API Team): > > Hi Ron, > > The V201702 version of the API is deprecated and all calls

New Adwords API requires php 5.5.9 - my system is based on 5.4.45

2018-03-21 Thread SingDst
Hi Google Team, What can I do if my whole system is based on php 5.4.45 and Adwords API integration was based on older versions. Now you changed your requirments for minimum of php (which is not connected with changes on your side) and we will lost our whole integration. We CANNOT change our

Re: ADGROUP_PERFORMANCE_REPORT showing odd data

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Ken, To further investigate this, could you provide the complete report definition for this report as well as your client customer id? Please reply via *Reply privately to author*. Thanks and

Re: Trying to send AdWords invitation [php]

2018-03-21 Thread Best Dev
Hello, I can send an invitation to the customer account using Manager account. but at this moment, I am not sure how I can accept pending invitation. I used Oauth2 and can get Access token. I am struggling to accept the invitation but I am still getting

Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread Ketil Keiseraas
Hi! We have startet using upgraded URLs and its working fine for one single product ad. But we have developed html5 banners with more than one product so how can we trigger different final URLs based on what product the customer clicked on? All products images and files are included in the

Re: Question on device level bid-modifiers showing up on API pull

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Tirtha, Yes, that is the expected behavior. Since the Adgroup Performance Report is based on the ad group level, you will only get the values of the fields and metrics from this report at the ad

ADGROUP_PERFORMANCE_REPORT showing odd data

2018-03-21 Thread Ken Dan Tinio
This is an ADGROUP_PERFORMANCE_REPORT and I am wondering why there is an AdGroupMobileBidModifier 10% in Device Computers Should it be in AdGroupDesktopBidModifier?

Re: Accessing inactive AdWords Accounts

2018-03-21 Thread Stefano Fontana
Thanks for the answer Milind. I have one last question that is: after the account is canceled and reactivated will be automatically canceled again? and if yes after how many days/months? Unlike the my first question that is answer by literally the first point in the blog post I believe there

Re: Ad group label filter for ad performance report

2018-03-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I am a teammate of Bharani and will provide support to you as she is OOO. Yes, the "Keyword/Placement" segment is available in the old AdWords UI view for the ads level report. However, for the AdWords API, this segment is currently not supported. You can only segment by CriterionId

Re: Adword Conversion tracking

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Sunny, The status "No recent conversions" means that the system sees your conversion tag but haven't recorded any conversions in the last 7 days. This is most likely because you don't have any ads sending people to the page where you installed your tag. Make sure your campaigns are all

Re: Accessing AdWords API from an AdWords script

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Peter, My apologies as I could not comment on what you wish to achieve. However, from the AdWords API perspective, we do not support the integration of AdWords API and AdWords Scripts (as they are on totally different platforms), nor do we support the use of JavaScript as an additional