Re: Where to send a letter of complaint for a rogue agency?

2015-12-28 Thread Anthony Madrigal
Hi, I apologize for the service you have been dealing with. Unfortunately, our team does not support these type of issues. You could try contacting the AdWords Community Forum to see what is the best way to handle

Re: Tracking template with auto-tagging?

2015-12-28 Thread Anthony Madrigal
Hi Scott, This type of question seems better suited for the AdWords Community Forum . Please post your question there and you should be able to get your issue resolved. Cheers, Anthony AdWords API Team -- -- =~=~=

Re: shopping keywords + dest.urls

2015-12-28 Thread Anthony Madrigal
Hi Dennis, Hope all is well. 1. Can you get FinalUrls in any of the reports for shopping? *Final Urls are available through the Product Partition Report .* 2. Is there any way to ge

Re: Is it possible to get to know over the google api if a keyword is showing an ad right now?

2015-12-28 Thread Anthony Madrigal
Hello, There is currently no way to see if your ads or keywords are serving using the AdWords API. To find out whether it is possible through the UI, I suggest contacting the AdWords Community Forum . Regards, Antho

Re: new to adwords api

2015-12-28 Thread Anthony Madrigal
Hello Mhamad, Please check out this guide on setting up web applications since the examples provided include PHP. Additionally, you can see find the PHP client library examples

Re: INELIGIBLE_FOR_UPGRADE

2015-12-29 Thread Anthony Madrigal
Hello, The upgrade Url method was used during our transition from destination Urls to final Urls in v201506. If you created an ad recently, that ad should already have a final Url, which will make it ineligible for upgrade.

Re: Adwords test manager account limit

2015-12-29 Thread Anthony Madrigal
Hi, Unfortunately, there is no way to increase the number of accounts for test accounts. Also, the ManagedCustomerService only supports the ADD operation , so you will not be able to remove accounts

Re: shopping keywords + dest.urls

2015-12-29 Thread Anthony Madrigal
Hey Dennis, Could you please *reply privately to author *your report definition you tried using to get the final Urls? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:/

Re: Ad Customizers Feed Keyword based dynamic URL

2015-12-30 Thread Anthony Madrigal
Hello Ronak, When using Ad Customizers , you cannot use them to replace final or destination Urls. Instead, I suggest using tracking templates, as it's described in our Upgraded Urls guide

Re: adwords documentation

2016-01-04 Thread Anthony Madrigal
Hi Mhamad, Unfortunately, we do not have documentation for all our guides in PHP. Our team is aware of users wanting to see our guides in all the client library languages besides Java. Thanks for your concern and we will work on getting this done as soon as we can. Regards, Anthony AdWords

Re: Customer Client Id

2016-01-04 Thread Anthony Madrigal
Hi Mhamad, You can use the ManagedCustomerService in order to get a list of client accounts under an MCC and if they canManageClients. Here is an example on how to use this service with PHP

Re: I can't find Adwords API center in account settings

2016-01-04 Thread Anthony Madrigal
Hello Thomas, The client customer Id from the screenshot you provided appears to be a client account, *not *a manager account. Please make sure you are following the instructions from this guide . If you are still running into issues afte

Re: Discrepancy between API downloaded report & UI report

2016-01-04 Thread Anthony Madrigal
Hello, Could you please *reply privately to author *with a copy of your UI report, the full report definition you used for the API report, and your customer client Id so that I can take a further look? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: Just launched my first campaign and its not showing.. pls help

2016-01-04 Thread Anthony Madrigal
Hi Pete, This issue seems better suited for the AdWords Community Forum to resolve. Please post your question on their forum and they should be able to support you. Cheers, Anthony AdWords API Team -- -- =~=~=~

Re: Primeira Campanha Criada no Adwords e meus Anúncios Não Aparecem

2016-01-04 Thread Anthony Madrigal
Hi, I apologize that I am only able to respond in English. However, this issue seems better suited for the AdWords Community Forum to resolve. Please post your question on their forum and they should be able to su

Re: I can't create test account

2016-01-04 Thread Anthony Madrigal
Hi Luis, Could you please provide me via *reply privately to author *the client customer Id of the account you are trying to use as a test account so that I could do some further investigation? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Customer Client Id

2016-01-05 Thread Anthony Madrigal
Hi Mohammad, Glad to hear the service worked for you. As far as what you should do to learn how to implement PHP, I recommend both following the PHP examples and trying to see how the Java code works in the examples. From the PHP examples, you should be able to get an understanding on what is n

Re: GclIds for automatic placements

2016-01-05 Thread Anthony Madrigal
Hi John, As far as I know, you should be able to use the CriteriaParameters field in the Click Performance Report to get both managed and automatic placements. Please let me know if you run into any issues. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: java.lang.VerifyError

2016-01-05 Thread Anthony Madrigal
Hi, Please make sure you are using a client customer Id in your ads.properties file, *not *MCC customer Id. If you are using a client customer Id, could you please *reply privately to author *with the SOAP request and response that resulted in this error? Thanks, Anthony AdWords API Team --

Re: java.lang.VerifyError

2016-01-06 Thread Anthony Madrigal
Hi, Do you have all your dependencies, jar files, and properties files set up correctly? Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDe

Re: How to get YouTube campaigns information using adwords API

2016-01-06 Thread Anthony Madrigal
Hi Maurice, Unfortunately, the CampaignService (and any other API service) currently does not support video campaigns, so you won't be able to get back information on them. Currently, the only way to get that information is to run a report. Please see our blog

Re: HourOfDay and GeoPerformanceReport

2016-01-06 Thread Anthony Madrigal
Hi Fabián, Thanks for the request. I'll pass it to the team and see if they will be able to implement it. I will let you know if there are any updates. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: GclIds for automatic placements

2016-01-06 Thread Anthony Madrigal
Hi John, Could you please send me your client customer Id and a copy of your report via *reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Re: get an error "AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:''" while try to fetch campaigns

2016-01-07 Thread Anthony Madrigal
Hi Aniruddha, It seems you are using your manager client account Id in your auth.ini file. When using any service other than CustomerService or ManagedCustomerService, it will not work. You will need to modify your auth.ini file to be one of your client customer Ids. If this does not work or i

Re: java.lang.VerifyError

2016-01-08 Thread Anthony Madrigal
Hi, You can click the dropdown next to the reply button on the right then click *Reply privately to author.* Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Re: How to get campaign creator email?

2016-01-08 Thread Anthony Madrigal
Hi, Unfortunately, there is currently no way to get the user email via API. There is also no API equivalent to the Change History in the API. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelop

Re: I cannot logged in to my adowrds and admob account (My email have assigned two Adwords ID'S)

2016-01-11 Thread Anthony Madrigal
Hello, Unfortunately, our team is not the best-suited team to support these type of issues, since we specialize in AdWords API related issues. I suggest asking the AdWords Community Forum if you are not receiving a

Re: All requests are blank white pages

2016-01-11 Thread Anthony Madrigal
Hi Michael, Are you running the examples using the command line? Our PHP examples only run while using the command line. If you were using it, please provide me with your customer client Id via *reply privately to author *so that I can take a look. Regards, Anthony AdWords API Team -- -- =~

Re: How to rebuild the PHP client library, so i can use namespaces in it?

2016-01-11 Thread Anthony Madrigal
Hi, Please see the experimental branch of the PHP library . Please keep in mind that It is currently a work in progress. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: Daily statistics

2016-01-12 Thread Anthony Madrigal
Hello, In order to get stats on a campaign level, you should use the Campaign Performance Report . Here is a sample of what your AWQL should look like: SELECT CampaignName, CampaignId, Clicks, Impress

Re: Get cost or other values from Ad object

2016-01-12 Thread Anthony Madrigal
Hi, Unfortunately, the only way to get stats such as Cost is through reporting. For your use case, you should use the Ad Performance Report . Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: [RateExceededError ]

2016-01-12 Thread Anthony Madrigal
Hi Ulas, The rate exceeded error occurs when you are exceeding the number of operations per day. In order to ensure this error will not happen again, I recommend applying for Standard Access , since that will give you unlimited operations p

Re: PHP AdGroupService not returning my adGroups?

2016-01-13 Thread Anthony Madrigal
Hi, You could try running our PHP example on getting ad groups. If you are still not getting any results, please send me your SOAP request and response through *reply privately

Re: Is it possible to set custom parameters by keyword via the API?

2016-01-13 Thread Anthony Madrigal
Hi Rich, You can set CustomParameters for a keyword using the AdGroupCriterionService. You can see it as one of the criterion fields here

Re: Uniqueness of CampaignName

2016-01-13 Thread Anthony Madrigal
Hi Mark, Campaign names are unique to the account, so when querying campaign names, you should only get 1 campaign returned. As far as I know, there is no documentation stating what fields are unique or not. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to delete audience assignments in account

2016-01-13 Thread Anthony Madrigal
Hi Julia, Currently, the AdWordsUserListService does not support the REMOVE method. As a workaround, I recommend changing the Status

Re: where do i get ecommerce api path? 911

2016-01-13 Thread Anthony Madrigal
Hi, Could you please provide more details on what you mean by linking the ecommerce API path? Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Googl

Re: Gender, Age and Device together in one report

2016-01-14 Thread Anthony Madrigal
Hi Jesus, Unfortunately, there is no way to combine both age and gender criteria in a single report. You can run the Age Performance Report and Gender Performance Report

Re: Converted clicks are more than email I am getting

2016-01-14 Thread Anthony Madrigal
Hi Sushiil, It seems your question is better suited for the AdWords Community Forum. You could post your question here and you should be able to be assisted. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~

Re: How to delete audience assignments in account

2016-01-14 Thread Anthony Madrigal
Hi Julia, Thanks for clarifying the question. Unfortunately, there is currently no way to remove a user list (or any other criterion) from an ad group that has already been deleted. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: INVALID FIELD NAME error: Conversions on keywords performance report

2016-01-14 Thread Anthony Madrigal
Hi Francesco, Are you using AdWords v201509? If not, please migrate to the new version by following the Migration guide since the new version added/removed some Conversion fields. If you are using v201509, please *reply

Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-15 Thread Anthony Madrigal
Hello, Just to clarify, were you previously whitelisted for the BudgetOrderService but are now getting an error saying you are no longer? You will need to contact your Google account manager in order to get back to being whitelisted. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=

Re: Error:"unauthorized_client", Description:"Unauthorized client or scope in request.", Uri:""

2016-01-15 Thread Anthony Madrigal
Hi Zhongyh, Please try to generate a new refresh token and see if that solves your issue. If you are still getting errors, please *reply privately to author *your CID so that I can further investigate. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: Auction Insights Report

2016-01-19 Thread Anthony Madrigal
Hi Van, Unfortunately, the Auction Insights Report is still unavailable through AdWords API. Please see our blog regarding any announcements about this feature. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: How to get ConvertedClicks report?

2016-01-19 Thread Anthony Madrigal
Hi Yasir, There is currently no report that is aggregated based on ConvertedClicks. Here is a list of all reports that contain ConvertedClicks . Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~

Re: Changing email shown in change history

2016-01-19 Thread Anthony Madrigal
Hi, Unfortunately, there is no API equivalent to the Change History from the AdWords UI. There is also no way to get the email of the user that made changes or who granted permission via AdWords API. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Adwords API Center not available under MCC account

2016-01-19 Thread Anthony Madrigal
Hello, The application for creating a manager account can be found here . If that is the form you filled out and cannot see the AdWords API Center, please *reply privately to author *you manager customer Id so that I can take a further look. Re

Re: How to fetch all the Products & Services Categories

2016-01-19 Thread Anthony Madrigal
Hello, There is currently no way to fetch a list of product and services categories via AdWords API. You can download a CSV file of the categories by clicking *Download this table in CSV format *on this page . Cheers, An

Re: Unable to connect.

2016-01-19 Thread Anthony Madrigal
Hello Pankaj, Could you please *reply privately to author *your CID and the report query you used that resulted in this error? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: CONTAINS_ANY and KeywordText

2016-01-19 Thread Anthony Madrigal
Hello, Yes, that is correct. CONTAINS_ANY currently only works with labels. The closest predicate you can use would be IN. This will not give you keywords that contain the values but the keywords that are equal to one of the values. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~

Re: Making first request problem - can not get refresh token

2016-01-19 Thread Anthony Madrigal
Hello Yurly, I recommend following this guide on setting up OAuth with PHP. If you are still running to issues, please *reply privately to author *your client customer Id. Regards, Anthony AdWords API Team -- -- =~=~=~=~=

Re: how i get category list

2016-01-20 Thread Anthony Madrigal
Hello, Unfortunately, there is no way to get the product category lists via API. As an alternative, you can download the CSV file from the link you provided. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Re: retrieve goals tracking code...

2016-01-20 Thread Anthony Madrigal
Hello, Unfortunately, this forum only supports AdWords API related questions. You will need to either post your question on the Analytics Forum or Stack Overflow for Analytics API

Re: Making first request problem - can not get refresh token

2016-01-20 Thread Anthony Madrigal
Hi, When generating a new refresh token, you will need to use the account in which you want to generate the token for in the cloud console. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-20 Thread Anthony Madrigal
Hello, Unfortunately, our team does not have additional information on why this is the case. If you want to find out why, you will need to contact the AdWords billing team. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Unable to connect.

2016-01-20 Thread Anthony Madrigal
Hi Pankaj, The reason your reports are failing is because you are using AdWords API v201502, which was deprecated. Please upgrade to AdWords API v201509 and see the migration guides for both v201506 and v201509

Re: Reporting on site link and ad extensions

2016-01-20 Thread Anthony Madrigal
Hi Mark, There is good news! You can use the Placeholder Feed Item Report in order to get stats aggregated at a sitelink level. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to get Started

2016-01-20 Thread Anthony Madrigal
Hi Yasir, Are you running your example on a browser or command line? Our PHP examples only work when using the command line. Please let me know if you are still running into issues when using the command line. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: HTTP Error 403: Forbidden

2016-01-21 Thread Anthony Madrigal
Hello, Could you please provide me with more information about the error? If you have any SOAP logs, that would be great. Please send all the information via *Reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Missing campaigns and ad groups when hitting the AdWords API?

2016-01-21 Thread Anthony Madrigal
Hi Amir, There are a few reasons why some campaigns and ad groups do not show up in your reports. Like Peter said, you should make sure includeZeroImpressions is set to FALSE. Another reason they may not show up is because the campaigns or ad groups were removed. If you would like to include th

Re: Keyword Stats (Clicks, Costs etc.) in v201509

2016-01-21 Thread Anthony Madrigal
Hello, Unfortunately, there is no way to get stats such as clicks or costs other than using reports via the API. For keywords, you will need to run the Keywords Performance Report. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: Unable to connect.

2016-01-21 Thread Anthony Madrigal
Hey Pankaj, Are you still using the same report definition? KeywordText was replaced with Criteria in v201506. Also, please make sure that anywhere where v201502 appears is replaced by v2015

Re: BatchJobService upload containing objects with "&" can't be serialized (PHP)

2016-01-21 Thread Anthony Madrigal
Hi Peter, Could you please file a bug in the PHP client library issue tracker ? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogs

Re: Reporting on site link and ad extensions

2016-01-21 Thread Anthony Madrigal
Hey Mark, The AttributeValues field should contain your sitelink URLs. Alternatively, you can also use the Final URL Report

Re: CAMPAIGN_LOCATION_TARGET_REPORT missing video_views?

2016-01-22 Thread Anthony Madrigal
Hi, Yes, that is correct. There are currently no video related fields in the Campaign Location Target Report. Please see our blog for any updates on the feature. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Link Adwords account with GMC

2016-01-22 Thread Anthony Madrigal
Hi Carlos, Unfortunately, there is currently no way to accept invitation links through AdWords API. You will need to accept it through the UI. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelo

Re: No Competition for Keywords

2016-01-25 Thread Anthony Madrigal
Hi, Could you please post your question to the AdWords Express Community Forum ? They are the best suited to addressing your issues. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Image ads Layout settings via API

2016-01-25 Thread Anthony Madrigal
Hello Anil, Since Ad Gallery ads are template ads, you may be able to use one of the Template Ad Types that the API supports. Some of the ad templates listed allow a *Layout *to be set. Cheers, Anthony AdWords API Team --

Re: Unable to connect.

2016-01-25 Thread Anthony Madrigal
Hi Pankaj, If your report is working on your machine but not the live server, it could be because the wrong code is running on the server or that the server needs to be restarted (or something along those lines). Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Weird OAuth2 failure to refresh access token

2016-01-25 Thread Anthony Madrigal
Hi, This seems like this issue is related an internal error with refreshing the access token. In general, if access tokens cannot be refreshed, you should try again after 30 seconds. If this does not work, you should try to do the OAuth2 flow again and get a hold of another access token. In yo

Re: What service to use for fetching performance data of AdWords campaigns

2016-01-25 Thread Anthony Madrigal
Hello, If you would like to get performance data on your campaigns, you should use the Campaign Performance Report using the ReportDefinition. Here is our example on how

Re: How can I get TargetingSetting for Audience Performance report

2016-01-25 Thread Anthony Madrigal
Hi, Unfortunately, there is currently no way to get the TargetingSetting through the Audience Performance Report. You can get the TargetingSetting using the AdGroupService. Regards, Anthon

Re: Updating text ads: what can I do when the new ad is disapproved by API?

2016-01-25 Thread Anthony Madrigal
Hi Eric, Like Ilya mentioned, you could create the ad first then remove the old one after the first one was successful. However, you could also use an Exemption Request which is used to send your ads that may have poli

Re: Help with Ad customizer feed

2016-01-25 Thread Anthony Madrigal
Hi Albert, Yes, you can definitely reach out to us regarding your issue. Please provide me with any SOAP request and responses that may help via *Reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and G

Re: internal api error

2016-01-26 Thread Anthony Madrigal
Hi Jose, As far as I know, there are no issues that I am aware of. Could you please *Reply privately to author *your SOAP request and response so that I can take a further look at what may be causing this error? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Missing campaigns and ad groups when hitting the AdWords API?

2016-01-27 Thread Anthony Madrigal
Hi Amir, Could you provide me with your customer Id via *Reply privately to author*? If you have any relevant SOAP requests and responses, please send me those too. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: h

Re: Get campaign by its ads display url

2016-01-27 Thread Anthony Madrigal
Hi, Unfortunately, there is no way to query something from a lower level in a higher level (e.g. get ads from a campaign level). I recommend using the AdGroupAdService to first get the ads that contain a certa

Re: How to get keywords statistics of Shopping campaigns

2016-01-27 Thread Anthony Madrigal
Hi, You will want to use the Search Query Performance Report for shopping campaigns. In AdWords, shopping campaigns only have negative keywords and search terms, *not *keywords. Cheers, Anthony A

Re: TrafficEstimatorService gives always zero

2016-01-27 Thread Anthony Madrigal
Hi, The TrafficEstimatorService should be used from a client account level. It will give you traffic estimates of proposed campaigns, ad groups and keywords. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:/

Re: Dynamic Remarketing display image ad layout via API

2016-01-28 Thread Anthony Madrigal
Hello, The template id 311 is not one of the supported template ad types for AdWords API . If you want to make changes to the ad, you will need to do it via the UI. If you are having issues doing so, I suggest asking the AdWo

Re: TrafficEstimatorService gives always zero

2016-01-28 Thread Anthony Madrigal
Hello, Thanks for the clarification. Could you please send me your SOAP request and response where you are getting these results via *Reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Re: Reporting on site link and ad extensions

2016-01-28 Thread Anthony Madrigal
Hello Mark, Could you please send me your report query and client customer Id via *Reply privately to author *so that I can take a look? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Re: Get Custom columns for Client

2016-01-29 Thread Anthony Madrigal
Hi Tiana, Unfortunately, the only fields you can use in Reports are the ones listed in this reference page. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: Duplicate GCLIDs received today reported on different day in Click Performance API

2016-01-29 Thread Anthony Madrigal
Hello Brad, Sorry for the late response. Could you please provide me with your report definition, client customer Id and a copy of the report that shows this issue? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: h

Re: TrafficEstimatorService gives always zero

2016-01-29 Thread Anthony Madrigal
Hi, I think the reason you are not getting any data returned is because the max CPC and daily budget values you are using are too small. Please keep in mind that Money in AdWords API is returned in micro units.

Re: Feed type selection

2016-02-01 Thread Anthony Madrigal
Hey M, To choose the type of feed you are using, you should set the Feed Placeholder Id. Here is a list of all the Placeholder Feed Ids . For your case, you should use Id = 16 for Real Estate

Re: Money type problem in the reports

2016-02-01 Thread Anthony Madrigal
Hello, You will need to parse and process the data, and perform the calculation accordingly within your application since this function is not available through AdWords API. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: how can change Maximum CPC Bid for display planner in Google Adwords?

2016-02-01 Thread Anthony Madrigal
Hi, You can set the max CPC of a keyword by updating the CpcBid in the *AdGroupCriterionService.* Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: Discrepancy between AdWords data and AWQL query data

2016-02-01 Thread Anthony Madrigal
Hi Rennie, Could you please *Reply privately to author *your client customer Id and the AWQL query you used to get these results? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.

Re: URL upgrade for creatives failing on account of ineligibility

2016-02-01 Thread Anthony Madrigal
Hey Archit, The upgrade URL function was used during our transition from destination URLs to final URLs in AdWords API v201506. If you are trying to update an ad's URL, you will need to first delete the ad then re-add it.

Re: Money type problem in the reports

2016-02-01 Thread Anthony Madrigal
Hello, Unfortunately, there is no other way. AdWords v201406 removed the returnMoneyInMicros header. I will reach out to the team and see if there is any way to include the header in future versions. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Feed type selection

2016-02-01 Thread Anthony Madrigal
Hey Mario, The key from the UI can be ignored. It is used by the UI to identify rows in bulk edits. You don't need to worry about it. You can just update the feed attributes that you want to. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Revenue from report type

2016-02-02 Thread Anthony Madrigal
Hi, There is currently no way to get the revenue using the reports in AdWords API. You will need to use the value from Analytics. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.

Re: Quando cobrar?

2016-02-02 Thread Anthony Madrigal
Hi Eduardo, I apologize that I can only respond in English. This question is better suited for the AdWords Community Forum . This category of question falls under Click Fraud

Re: Some campaigns are missing

2016-02-02 Thread Anthony Madrigal
Hi Jonathan, The reason you are not having your video campaigns returned in your report is because you are using AdWords API v201506. Video campaign report data was added in AdWords API v201509 . Cheers, Anthony AdWords API

Re: internal api error

2016-02-02 Thread Anthony Madrigal
Hey Jam, Could you please provide me with your SOAP request and response where you are getting this error? Please do so via *Reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: API usage for consumer app

2016-02-02 Thread Anthony Madrigal
Hi Taneem, Please have a look at our Required Minimum Functionality . You will want to use a *Full-Service Tool. * Here are examples of some demo applications. Cheers, Antho

Re: Cannot Create Similar User List: USER_LIST_MUTATE_NOT_SUPPORTED

2016-02-03 Thread Anthony Madrigal
Hi Ralph, Could you please send me the SOAP request and response that caused this error? I will try to recreate the scenario on my end. Please send it through *Reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Google AdWords API - There is no campaign!(PHP)

2016-02-03 Thread Anthony Madrigal
Hi, Unfortunately, video campaigns are still not supported through the CampaignService in AdWords API v201601. I will update this thread once there are any updates. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Campaigns Reports: Data summary for Display and Search

2016-02-03 Thread Anthony Madrigal
Hi Santi, Unfortunately, there is currently no way to get the Total Search and Total Display rows in your reports via AdWords API. As a workaround, you can run two separate reports using different values for AdNetworkType1

<    1   2   3   4   5   6   7   8   9   10   >