Re: GBP currency symbol errors when setting adparams

2015-08-18 Thread Anthony Madrigal
Hi Rochelle, Could you please send me your SOAP request and response through *reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.

Re: GBP currency symbol errors when setting adparams

2015-08-19 Thread Anthony Madrigal
Hi Rochelle, I am glad to see you found a solution. For future reference, here is a guide on how to enable SOAP logs . Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Create call-only campaigns

2015-08-19 Thread Anthony Madrigal
Hello Geert, Unfortunately, there is no guide on how to create call-only campaigns using AdWords API. However, this guide provides information on call-only ads that may help you. Regards, Anthony AdWords API Team -- -- =~=~=

Re: AdGroup Bid Modifiers for Audiences

2015-08-19 Thread Anthony Madrigal
Hey Hunter, Yes, you will need to create a *BiddableAdGroupCriterion *with Criterion Type CriterionUserList using the *AdGroupCriterionService. *You will want to use the bid modifier i

Re: [PHP] Extracting the "Remaining account budget"...

2015-08-19 Thread Anthony Madrigal
Hello, Unfortunately, it is not possible to extract the "Remaining account budget" through AdWords API. However, as a workaround, you can run an Account Performance Report to grab the cost. If you kno

Re: AWQL - INVALID_PREDICATE_VALUE

2015-08-20 Thread Anthony Madrigal
Hello, Unfortunately, there is no way to write an AWQL query that compares two fields in the predicate. Please also don't forget to include a date range in your query. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Re: Image Ad with more than 2 URL

2015-08-20 Thread Anthony Madrigal
Hey Giovanni, Unfortunately, image ads and template ads that contain images can only have *one *image for that ad. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Re: empty page when i run GetCampaigns.php

2015-08-20 Thread Anthony Madrigal
Hi Abdul, For our PHP examples, you have to run them on the command line to get it to work, *not *the browser. I have talked to our team about making that more explicit in our documentation. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: How to extend the account summary report

2015-08-20 Thread Anthony Madrigal
Hi, Since this is an AdWords API forum, could you please post your question on the AdWords Scripts forum ? They are the suited to helping you with your issue. Thanks, Anthony AdWords API Team -- --

Re: Create call-only campaigns

2015-08-20 Thread Anthony Madrigal
Hi Geert, There is currently no way to find out if a campaign is Call-only through the API. However, you can find out through the UI by adding the column *Campaign subtype.* Please check out our blog for any announcements and

Re: How to get Campaign Language and Campagin Location

2015-08-20 Thread Anthony Madrigal
Hello Jonathan, There is no way to get the Language or Location using the Campaign Performance Report. However, you can use the *CampaignCriterionService *to get data on your Language and Location Criteria

Re: How to get Campaign Language and Campagin Location

2015-08-20 Thread Anthony Madrigal
Hey Jonathan, I'm not 100% sure what could be causing this issue. Could you please *reply privately to author *some of the campaign IDs that you are not getting information on so that I could take a look? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get Campaign Language and Campagin Location

2015-08-20 Thread Anthony Madrigal
Hi Jonathan, Could you please send me the queries or campaign IDs of the ones that ran successfully? Also, please send them by choosing the option *Reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: How to get Campaign Language and Campagin Location

2015-08-21 Thread Anthony Madrigal
Hi Jonathan, The two campaigns that you have given me are in different client accounts. The most likely possibility that your first query did not work is that you are trying to request for a campaign from a different account. To fix this, change your *clientCustomerId *accordingly so that the c

Re: Repeated UNEXPECTED_INTERNAL_API_ERROR on AdGroupCriterionService when fetching DSA critera

2015-08-21 Thread Anthony Madrigal
Hey Christian, Could you please send me through *reply privately to author *your SOAP XML request and response? The important response is the one that failed, but if you could also send me when the response returns zero DSA criteria that would be great. Thanks, Anthony AdWords API Team -- --

Re: OPERATOR_NOT_SUPPORTED when using AdwordsUserListService

2015-08-21 Thread Anthony Madrigal
Hello, This error may occur if you are trying to execute these operations against your MCC account. Could you confirm whether or not you were using your manager account for these requests? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Get product groups by product id

2015-08-21 Thread Anthony Madrigal
Hello, Unfortunately, there is no direct way to grab the Product Group from the Product. You could try running a Shopping Performance Report and matching the various field values in the *ProductGroups

Re: How Can I get the Percentage Served of an Ad ?

2015-08-25 Thread Anthony Madrigal
Hello Jonathan, Unfortunately, there is no way to get the percentage share of an ad through the Ad Performance Report nor any API service. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: How to update Capaign Status ?

2015-08-25 Thread Anthony Madrigal
Hi Jonathan, In order to change your campaign status, the only fields you need to select with the CampaignService are *id *and *status. *I recommend removing any of the optional fields that you are not

Re: Unexpected Segmentation In GEO_PERFORMANCE_REPORT

2015-08-25 Thread Anthony Madrigal
Hi Dorian, I was unable to replicate the results you were getting. Could you please send me your SOAP XML request and response where this is happening? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlea

Re: Empty the field URL in AdGroupAdService (v201506)

2015-08-25 Thread Anthony Madrigal
Hi, Which URLs are showing up as empty? An Ad contains many URLs such as *display URL, final URL, *and *tracking template URL. *It could be that you are getting the *destination URL *which was deprecated in

Re: How Can I get the Percentage Served of an Ad ?

2015-08-25 Thread Anthony Madrigal
Hey Jonathan, After some more digging, I found that there is a relevant field in the Ad Performance Report for Percentage Share! The field you will need to use in the report is Ctr . Cheers, Anthony AdW

Re: Remarketing list not showing up

2015-08-25 Thread Anthony Madrigal
Hi, Could you please send me the SOAP request and response that you used to make this call? Please use the option *reply privately to author.* Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelo

Re: How Can I get the Percentage Served of an Ad ?

2015-08-25 Thread Anthony Madrigal
Hi Jonathan, Sorry, I was mistaken about the Ctr field. I do not think it is what you are looking for. The Ctr is the Clicks/Impressions, whereas the Percentage Served shows how often your ad appeared compared to other ads in your adgroup. Unfortunately, there is no way to calculate the Percent

Re: Empty the field URL in AdGroupAdService (v201506)

2015-08-26 Thread Anthony Madrigal
Hi, Would you be able to send me your SOAP request and response? It will make it easier for me to troubleshoot. Also, if you could provide me your CID, that would be great! Please use the *reply privately to author *button that comes down from the drop menu, next to the reply button. Thanks, A

Re: [C#, TargetingIdeaServices Stats] Remaining Api call

2015-08-27 Thread Anthony Madrigal
HI Ben, Unfortunately, there is no way to get the remaining number of API calls through AdWords API. If your count is consistently over 10,000 then I suggest you apply for Standard Access . Regards, Anthony AdWords API Team -- -- =~=~=~=

Re: Upload CSV file with the API

2015-08-28 Thread Anthony Madrigal
Hi, Unfortunately, AdWords API does not support Bulk Uploads. However, this feature is available through AdWords Scripts. This guide explains how Bulk Uploads works and shows some code examples. Cheers, Anthony AdWords

Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-08-28 Thread Anthony Madrigal
HI Ashley, Are you using your MCC account to make this request or a client account? If it is an MCC account, you will need to specify the *clientCustomerId. *Here are more details on the CustomerService .

Re: FeedItemService problems (v201506)

2015-08-28 Thread Anthony Madrigal
HI, Could you please send me your SOAP request and response via *Reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAd

Re: CTR in reports

2015-08-31 Thread Anthony Madrigal
Hello Kate, Yes, you can get the CTR when running certain reports. The reports listed here are all the report types that support it. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Fatal error: Uncaught SoapFault exception: [soap:Server] [NotEmptyError.EMPTY_LIST @ operations]

2015-08-31 Thread Anthony Madrigal
Hi, AdWords API v201506 was recently released. Please try to upgrade to the new version with one of our client libraries . If you are still receiving errors after the change, please *Reply privately to author *your SOAP request an

Re: Why do CreativeFinalUrls API returns a list and not a String

2015-08-31 Thread Anthony Madrigal
Hi Amir, This recent forum post describes the use cases and reasoning behind having multiple final URLs. Please let me know if you have any o

Re: CTR in reports

2015-08-31 Thread Anthony Madrigal
Hi Katrin, Yes, you can have your stats segmented by network type by including the field AdNetworkType1 . It will show the total display, total search and total in your reports. If you would like to ha

Re: How to get Campaigns

2015-08-31 Thread Anthony Madrigal
Hi, Test accounts only differ from production accounts by not serving ads or having live stats. You can either create campaigns through the UI or through the API

Re: Offline Conversions catching errors while processing records

2015-08-31 Thread Anthony Madrigal
Hi, It seems that your error CONVERSION_PRECEDES_CLICK is occurring because the *conversionTime *is a time earlier than the time from the *googleClickId*. Please make sure tha

Re: Campaign Uploads Gives RATE_EXCEEDED Error

2015-09-01 Thread Anthony Madrigal
Hello Ronak, Is your Google grant account a Basic account and non-Google grant account a Standard account? If it is, then that is why you are receiving the error for only that account. If you are interested in having unlimited operations, you could apply for Standard access

Re: методы для получения статистики затрат по объявлениям?

2015-09-01 Thread Anthony Madrigal
Hi, You can run a report and include the field Cost in it. You can specify your date range there. Depending on what costs you are looking for,

Re: SettingError.TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_SEARCH_CAMPAIGN

2015-09-01 Thread Anthony Madrigal
Hi, The error you are getting means that you are trying to set PLACEMENT to *targetAll, *which is not allowed in search campaigns. Please make sure you either set the targeting type to some

Re: Is MatchType available for keyword criterion in the new criteria report?

2015-09-01 Thread Anthony Madrigal
Hello, Unfortunately, the MatchType is still not supported in the Criteria Performance Report. However, as an alternative, you can run a Keywords Performance Report and include the field *KeywordMatc

Re: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND, Trigger: Unable to read report data

2015-09-02 Thread Anthony Madrigal
Hi, Glad to hear that your issue has been resolved. Thanks for the compliment, and like always, let us know if you need any help. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.c

Re: Repeated UNEXPECTED_INTERNAL_API_ERROR on AdGroupCriterionService when fetching DSA critera

2015-09-02 Thread Anthony Madrigal
Hi Christian, Yes, I did receive your SOAP request. Are you still experiencing this error? If so, please let me know so that I can troubleshoot. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevel

Re: I want to show my ads only in UK

2015-09-02 Thread Anthony Madrigal
Hi Viken, The AdWords Community Support Team should be more suited to answer your question since it is more related to the product, not the API. You could post your question on their forum and they should be able to help. Welcome to AdWords! Cheers, An

Re: Check if Campaign Has Changes.

2015-09-02 Thread Anthony Madrigal
Hi John, Unfortunately, the *CustomerSyncService *is the only way to view campaign changes via the API. The only changes you will be able to see are the ones provided in the type CampaignChangeData

Re: AdGroupChangeStatus Null pointer error.

2015-09-02 Thread Anthony Madrigal
Hey John, Could you please use *Reply privately to author *and provide me with your SOAP XML request and response, so that I can see why you are getting this error? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: h

Re: Get budgets from a campaign v201506

2015-09-02 Thread Anthony Madrigal
Hi Richard, You should be able to get the Budget of a campaign by using a selector. You can grab fields such as Budget Amount, Budget Id and Budget Name. As a reference, here are all the available select

Re: V201506 and Criteria Performance Report

2015-09-02 Thread Anthony Madrigal
Hi David, I will take a look to see why this is happening. Could you please *reply privately to author *your SOAP request and response for the given report, and the campaign IDs where there are discrepancies? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Campaign Settings

2015-09-03 Thread Anthony Madrigal
Hi Jonathan, Since Location, Devices and Languages are all criterions, you can use the CampaignCriterionService to update these fields. First, you will need to create a Criterion

Re: Check if Campaign Has Changes.

2015-09-03 Thread Anthony Madrigal
Hi John, Unfortunately, the only workaround would be to look at the *Tools -> Change History *in the AdWords UI. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus

Re: Invalid_grant and blank page RefreshToken.php

2015-09-03 Thread Anthony Madrigal
Hello, Are you using the command line or a browser to run your code? Our PHP example codes only work when using the command line. If you are using the command line, then please let me know so that I could further investigate. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: ConvertedClicks in FINAL_URL_REPORT missing?

2015-09-03 Thread Anthony Madrigal
Hi MG, The field ConvertedClicks should be supported with the Final URL Report. Our team has contacted the Reporting team to take a look into supporting this column. I will let you know as soon as this change occurs. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Campaign Settings

2015-09-03 Thread Anthony Madrigal
Hi Jonathan, Here are some pages of the values (criteria IDs) of the following Criteria: - Locations - Devices - Languages

Re: getting targeting settings via API

2015-09-03 Thread Anthony Madrigal
Hi, You could use the field targetAll located in the field *TargetingSettingDetail *using the *AdGroupService.* You should set targetAll to true for "Target and bid" and false for

Re: Display type of campaigns don't seem to all show-up in Keyword Performance report

2015-09-03 Thread Anthony Madrigal
Hi, Could you please provide me a screenshot of what you are seeing in the UI as well as your CID? Please do so with the *reply privately to author * feature. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Re: ManagedCustomerService - canMangeClients

2015-09-04 Thread Anthony Madrigal
Hi Peter, This is a bug related issue. Our team is currently working on a solution. I will let you know as soon as this gets resolved. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blog

Re: Error in pulling adwords reports in a code that was working properly till Sep 03, 2015

2015-09-04 Thread Anthony Madrigal
Hi, This is an issue with the AdWords API. We are currently in the process of getting a solution for this. Once this is resolved, I will let you know. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlea

Re: Java: How to AWQL report multiple accounts in MCC

2015-09-04 Thread Anthony Madrigal
Hey Sean, Unfortunately, there is no way to run a report on the MCC level. In order to get reports across all accounts, you will need to send a separate report request for each account by setting the *clientCu

Re: Campaign Settings

2015-09-04 Thread Anthony Madrigal
Hello Jonathan, Could you send me the following SOAP requests and responses through *Reply privately to author:* - The API call you made to try to change the *Language* - The API call you made for the *Campaign Performance Report* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=

Re: Error in pulling adwords reports in a code that was working properly till Sep 03, 2015

2015-09-04 Thread Anthony Madrigal
Hello, The issue seems to be resolved. Please let me know if you are still facing any errors regarding this. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Re: ManagedCustomerService - canMangeClients

2015-09-04 Thread Anthony Madrigal
Hi Peter, This issue should now be resolved. Please let me know if you still face any issues. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Google

Re: Campaign Uploads Gives RATE_EXCEEDED Error

2015-09-08 Thread Anthony Madrigal
Hi Ronak, Could you please send me your SOAP request and response through *Reply privately to author*? Could you also send me the CIDs of both your accounts? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://g

Re: Unified API for TrueView video campaigns

2015-09-08 Thread Anthony Madrigal
Hey Akshay, Unfortunately, TrueView video campaigns are not currently supported with AdWords API. There is no timeframe of if and when we will release this feature. Please take a look at our blog for any announcements. Regards

Re: AdWords Scripts for Video Campaigns

2015-09-08 Thread Anthony Madrigal
Hi Shai, This question seems more suited for the AdWords Scripts Team. You could post your question on their forum and I'm sure someone on their team can help you. Cheers, Anthony AdWords API Team --

Re: TextAd can still be retrieved even if it was deleted.

2015-09-08 Thread Anthony Madrigal
Hi John, Do you have any predicates in your selector that only looks for Ads that are either Active or Paused, *not *Disabled/Removed? If you don't, please add them and see if you are still getting the deleted Ad. If you do, can you please send me your SOAP request and response for this call u

Re: Is it possible to compare data of campaigns like adwords dashboard ?

2015-09-08 Thread Anthony Madrigal
Hi Jonathan, Unfortunately, this feature is not supported for AdWords API. For any report type, you can only specify one date range. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogsp

Re: Display type of campaigns don't seem to all show-up in Keyword Performance report

2015-09-08 Thread Anthony Madrigal
Hey Elle, You may want to use a Display Keyword Performance Report instead since it will give you stats of all your keywords that are in a Display Network. Regards, Anthony AdWords API Team --

Re: How do I get Device through API for Automatic Placement Report?

2015-09-08 Thread Anthony Madrigal
Hi Shane, Unfortunately, there is currently no way to segment the Automatic Placement Report by Device through AdWords API. Please check our blog for any announcements regarding this feature. Regards, Anthony AdWords API Team

Re: How do I get Device through API for Automatic Placement Report?

2015-09-08 Thread Anthony Madrigal
Hi Shane, You can get information on Automatic Placements using the Placement Performance Report and Automatic Placements Performance Report. When using the Placement Performance Report, the Id fi

Re: TargetingIdeaService does not show the query word

2015-09-08 Thread Anthony Madrigal
Hi Mohamad, When using the TargetingIdeaService, it will generate *new *keywords and placements based on the keyword you did a search on. Sometimes the results from the TargetingIdeaService and Keyword Planner differ

Re: Remove AdGroupFeed throws RequiredError.REQUIRED @ operations[0].operand.id error

2015-09-09 Thread Anthony Madrigal
Hi Florian, The required fields to remove an AdGroupFeed are feedId and adGroupId . Please make sure that you are including both of these IDs in your request. If you did include both of them

Re: Unable to set Url Custom Parameters at the Ad Group level

2015-09-09 Thread Anthony Madrigal
Hi Parker, You can find the Custom Parameters for an AdGroup by going to the *Ad groups *tab in the UI, instead of the *Settings *tab. If it still does appear and you are sure that your SET operation was successful, please send me your SOAP XML request and response through *reply privately to

Re: How do I get a list of REMOVED ads?

2015-09-10 Thread Anthony Madrigal
Hello, I am glad to see you found a working solution. However, the reason your original query didn't work is because the syntax for the IN clause is incorrect. Instead of > Status in ('ENABLED', 'PAUSED', 'DISABLED') It should be > Status in ['ENABLED', 'PAUSED', 'DISABLED'] Cheers, An

Re: Download data from bigquery

2015-09-10 Thread Anthony Madrigal
Hello, Unfortunately, it seems this question is better suited for the BigQuery API Support Team. Please navigate to this link and follow the instructions to get support from their team. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=

Re: Google Analytics Data incosistency

2015-09-11 Thread Anthony Madrigal
Hi Daniel, Since this forum is focused on the AdWords API, could you please post your question in one of the appropriate Analytics forum pages ? They should be able to help you there. Good luck! Regards, Anthony

Re: How to Retrieve Date of Link Up?

2015-09-11 Thread Anthony Madrigal
Hi Daniel, Unfortunately, this feature is not supported by AdWords API. I will reach out to the team and let them know about this request. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: Get the label, if any for an account using Python API

2015-09-11 Thread Anthony Madrigal
Hi William, You can get the AccountLabel of your accounts contained in your top MCC by using the *ManagedCustomerService. * You can follow this example

Re: Why is includeZeroImpressions allowed in report definition but other options aren't allowed?

2015-09-11 Thread Anthony Madrigal
Hi Jarad, Yes, the only fields you can include in your report body are the ones listed in the report definition link you provided. Like you said, you can include those options such as *skipReportHeader *in the DownloadReport method. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=

Re: Campaign Settings

2015-09-11 Thread Anthony Madrigal
Hi Jonathan, Instead of creating a Criterion of type Language then passing it to the CampaignCriterion, create an object of type Language then use it when setting the criterion in the CampaignC

Re: Double dash (--) in report

2015-09-11 Thread Anthony Madrigal
Hi C, I am not sure why you are getting that value. Normally that value only shows up when the network type of your campaign is *not *a Display Network. Could you please send me through *Reply privately to author *your SOAP request and response and a copy of your report? Thanks, Anthony AdWord

Re: Placeholder Feed Item Report Not Returning Keyword ID or Keyword

2015-09-11 Thread Anthony Madrigal
Hi Stephen, A possible reason it is showing that is there may be no keyword associated to that feed item. Could you please send me your SOAP request and a copy of your report through *reply privately to author?* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Campaign Settings

2015-09-11 Thread Anthony Madrigal
Hi, My initial solution matched your SOAP request when I tested it. However, when I tested it using the solution I most recently suggested, I got a SOAP request similar to the one below: https://adwords.google.com/api/adwords/cm/v201506";> ADD

Re: Placeholder Feed Item Report Not Returning Keyword ID or Keyword

2015-09-14 Thread Anthony Madrigal
Hey Stephen, All of your feed items in your report were either Sitelinks or Callouts. These particular feed types do not have a Keyword associated to them, which is why they are coming up as "--" in your report. An example of a feed type that has keywords is ad customizers. Cheers, Anthony AdW

Re: Get the label, if any for an account using Python API

2015-09-14 Thread Anthony Madrigal
Hi William, Sorry for the confusion. Even though AccountLabel is the object type, when adding the field to the selector, you should use *AccountLabels.* Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: Problem or Bug - creating or editing a TargetCpa Bidding with TargetCpaBiddingScheme()

2015-09-14 Thread Anthony Madrigal
Hey Valentin, For any object of type *Money* in AdWords API, you will need to set the microAmount . You were getting an error since your microAmount of 100 is invalid. $1.00 is equivale

Re: If I have my own software platform, could I integrate the Google AdWords API into it for my clients to use?

2015-09-14 Thread Anthony Madrigal
Hi, Yes, you can use your own software platform that integrates AdWords API. A lot of users create applications that use the API. Here are some Demo Applications that show sample applications using AdWords API. Cheers, Anthony AdWords

Re: Can we create a Video campaign externally by Uploading CSV or through API??

2015-09-15 Thread Anthony Madrigal
Hi Rohit, Unfortunately, AdWords API does not currently support creating video campaigns. Please check our blog regarding any announcements regarding this feature. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=

Re: Campaign Settings

2015-09-15 Thread Anthony Madrigal
Hi Jonathan, To add a language to your campaign, your SOAP XML request should look like: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201

Re: Double dash (--) in report

2015-09-15 Thread Anthony Madrigal
Hi C, After some investigating and since your UI and API stats match, I think this question is better suited for the AdWords Community Support Team. Here is a link to the AdWords Community forum . You could post your question there. Hopefully, they can h

Re: Ожидание одобрения токена.

2015-09-15 Thread Anthony Madrigal
Hello, I apologize that I can only answer in English. I understand your frustration and I hope to help you out as best as I can. You should be able to reapply for a token by clicking *Regenerate token *in the *Account settings -> AdWords API Center -> Developer token. *Once you receive the dev

Re: Differences in metric's values between API report and Interface's report

2015-09-15 Thread Anthony Madrigal
HI, The AdWords reports can sometimes differ between the API report and the UI report. This is due to Data Freshness . Some metrics are only calculated daily, which may cause some discrepancies. As a workaround, I suggest downloading yo

Re: Campaign Settings

2015-09-16 Thread Anthony Madrigal
Hi Jonathan, Yes, in order to "update" a Location, you will first need to REMOVE the previous location then ADD a new one. However, for Platforms, all you need to do is use the SET operator. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: How to Get Device type or AdNetWork type from Campaign Location Target Report?

2015-09-16 Thread Anthony Madrigal
Hello Akiko, Unfortunately, there is no way to segment the Campaign Location Target Report by either Device or Network Type. Please check our blog or Release Notes pag

Re: Different values returned with dimension countryTerritory

2015-09-16 Thread Anthony Madrigal
Hi Tiana, Could you let me know what service or report you are requesting these dimensions? Also, which tab of the AdWords UI are you seeing these clicks? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

Re: How to Get Device type or AdNetWork type from Campaign Location Target Report?

2015-09-17 Thread Anthony Madrigal
Hi Akiko, There is no feature request form to fill out but I will communicate with the team about this feature! Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.g

Re: Do iOS9 adblockers filter out AdWords ads on Googles SERP

2015-09-17 Thread Anthony Madrigal
Hi Cormac, To get the best answer regarding this question, I think it's best if you ask the AdWords Community Forum since they specialize in product side questions, whereas this forum specialize in API related questions. Cheers, Anthony AdWords API Team

Re: Sending my first request

2015-09-17 Thread Anthony Madrigal
Hi Orlie, The error you are getting indicates that your OAuth token may be expired. You could check to see if your token is still valid by appending it to this link in place of MY_TOKEN: https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=MY_TOKEN You may want to generate a new Refresh

Re: Offline conversions uploaded via API OperationAccessDenied.ACTION_NOT_PERMITTED

2015-09-18 Thread Anthony Madrigal
Hello Walter, The error you are receiving implies that you are using the REMOVE operator, which is not supported for the ConversionTrackerService . However, if you are using the ADD or SET operat

Re: Sometimes there're RateExceededError:BillingPerDay but another request few seconds later is OK

2015-09-18 Thread Anthony Madrigal
Hi Boris, Most RateExceededErrors are easily resolved after retrying your request based on retryAfterSeconds . If you feel that you are consistently getting these errors, I recommend upgrading you

Re: Offline conversions uploaded via API OperationAccessDenied.ACTION_NOT_PERMITTED

2015-09-21 Thread Anthony Madrigal
Hello Walter, When you are adding a ConversionTracker, please make sure you meet the following conditions . I noticed that the clientCustomerId in your header belongs to an MCC account. Try to ch

Re: Retrieving Order/Campaign Info

2015-09-21 Thread Anthony Madrigal
Hello, Since this forum is focused on AdWords API, could you please post your question on the AdWords Community Forum ? They should be able to handle this question. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Get the reason for zero impressions

2015-09-22 Thread Anthony Madrigal
Hi Peter, There are several different ways to get these reasons via the API: - *Ads disapproved - *check the disapprovalReasons field in the *AdGroupAdService* - *Keywo

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