Re: I have a few questions about criteria. 1: In shopping ads, how do I set dimensions such as gender, agerang, interested, etc? Can it be set with adword api?

2018-06-15 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Upon further investigation, I was able to replicate this on my end and there is indeed a discrepancy with the information provided in this table provided in the documentation from the API. The CriterionUserList

Re: I have a few questions about criteria. 1: In shopping ads, how do I set dimensions such as gender, agerang, interested, etc? Can it be set with adword api?

2018-06-14 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The error OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE is encountered when you are doing an operation that is not permitted for that certain campaign type. Unfortunately, for shopping

Re: Finding Cost Per Click with API Reporting

2018-06-14 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Szusi, Could you confirm if you are pertaining to Cost Per Click Bid? If yes, the field CpcBid should be the metric used. However, this is not available in the AD_PERFORMANCE_REPORT

Re: Is there any API available for Google Display Planner?

2018-06-14 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Unfortunately, the display planner is not supported in the AdWords API. You could open your concern to the Advertiser Community Forum as the product owners are better equipped in assisting you to check if

Re: How can i get the total number of active ads?

2018-06-14 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sarthak, Unfortunately, the AdService does not have a filter for you to set for the ad status. However, you could use the AdGroupAdService

Re: AdGroupAd validation check

2018-06-12 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sa, Peter's suggestion is also correct. You could also use the the AdWordsSession object to *setValidateOnly(true). *To know more about the setValidateOnly function, you may check out the *mutate validation* section in this guide

Re: AdGroupAd validation check

2018-06-12 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sa, Instead of creating an ad group for testing your ads, it would be better if you created test accounts and tried creating your ads in there first. Test accounts are a good way of experimenting

Re: Google Adword API: How to get total spent amount for given account using CURL/SOAP

2018-06-12 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pankaj, You can refer to this guide to know more about API call structures. You may follow the below format for your reference: curl --header "Authorization: Bearer *INSERT_ACCESS_TOKEN_HERE*" --header

Re: Google Adword API: How to get total spent amount for given account using CURL/SOAP

2018-06-11 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Panjak, Ideally, you can generate an ACCOUNT_PERFORMANCE_REPORT . This generates statistical reports at the account level. You can use the Cost

Re: use AdGroupCriterionService set Gender and agerang and so on is sucessful but no effect? why? version:201802

2018-06-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, This has nothing to do with the targetAll setting, if you want to exclude a criterion, just use NegativeAdGroupCriterion object to exclude the criterion you don't need. You

Re: Targeting (age + gender in this case) are not retrieved

2018-06-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Raneen, You can do this by using the Criteria Performance Report and filter CriteriaType to

Re: Unable to remove AdGroupCriterion (keyword) - OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE

2018-06-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The error OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE is encountered when you are doing an operation that is not allowed for that certain campaign type. To further investigate on this,

Re: 'MetroCriteriaId' empty in 'GEO_PERFORMANCE_REPORT'

2018-06-06 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mathew, The reason why it showed a '-- 'in your metro area is probably because a "metro" area (that could be related to your targeted location criteria) did not trigger any impressions. See Geographic report sample with missing metro area field here

Re: Customer Match and TrueView campaigns

2018-06-05 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tim, Video campaigns are not supported in the AdWords API as stated in this link , which means that the creation, modifying, removing, etc. of video campaigns is strictly done in the

Re: Reporting - Video campaigns excluded from CSV report when requested through API (CAMPAIGN_PERFORMANCE_REPORT && VIDEO_PERFORMANCE_REPORT)

2018-06-05 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alan, Normally, the AdWords API should allow you to retrieve video campaigns reports as stated in this guide . With this said, could you provide your complete report definition

Re: use AdGroupCriterionService set Gender and agerang and so on is sucessful but no effect? why? version:201802

2018-06-05 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies for the late response. The team has discussed a workaround solution for this via API. Instead of using the BiddableAdGroupCriterion object and making MALE to be

Re: Different length limit for path1/path2 in Expanded Text Ads for Cyrillic (Russian) characters

2018-06-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Matuznaya, My apologies for the delayed response. Could you provide the complete SOAP request and response logs that was generated when the error was encountered via *Reply privately to author* so I could further investigate on this? Regards, Dannison AdWords API Team -- --

Re: MISSING PARAMETER /INVALID PARAMETER error on report download

2018-06-01 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, Could you try using an HTTP POST method instead of a SOAP structure request for passing your account information (i.e. client Id, developer token, etc.)? Here is an example for your reference. Let me

Re: Request ID

2018-05-31 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sachin, You should be able to see the request ID in the SOAP response after enabling debugging. As seen in the sample here

Re: MISSING PARAMETER /INVALID PARAMETER error on report download

2018-05-31 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, It seems that there is no problem with your report definition. Could you confirm if you have properly entered your clientCustomerId? The error "Missing client information" means that you may not be passing the client account information in your request. Regards, Dannison AdWords API

Re: New AdGroup types DISPLAY_ENGAGEMENT and VIDEO_TRUE_VIEW_IN_DISPLAY

2018-05-30 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Joachim, To further investigate this, could you send us your complete report definition along with your clientCustomerId and the rows that showed the AdGroupTypes: DISPLAY_ENGAGEMENT and

Re: ConversionTrackerService fails mutate operations RequestError.UNKNOWN after a big batch

2018-05-30 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nikolay, The team is currently discussing the issue. My colleague has privately replied to your email and you may continue your conversation about your issue in that thread. Regards, Dannison AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: use AdGroupCriterionService set Gender and agerang and so on is sucessful but no effect? why? version:201802

2018-05-30 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies for the delayed response as I discussed this issue with the rest of the team. The targeting types seem to be a factor in this issue. Upon investigation, if you create an ad group via AdWords API, the

Re: EntityNotFound.INVALID_ID error when add block ip

2018-05-30 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The EntityNotFound.INVALID_ID error indicates that the ID of the entity you are operating is not recognized by the account. Upon investigation, the campaign id you entered appears to be valid. Could

Re: In shopping, how do I use the merchandise category in my Merchant Center to create a split product, which product dimension type should I choose?

2018-05-29 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, If what you need is the category level, you could use ProductBiddingCategory object. If what you need is the product type level, then you could use ProductType

Re: use AdGroupCriterionService set Gender and agerang and so on is sucessful but no effect? why? version:201802

2018-05-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I am a colleague of Bharani, allow me to assist you with your concern as she is OOO today. Could you confirm if you are setting the gender properly? If you think you have set it properly, kindly provide us a UI screenshot or your SOAP request and response logs via *Reply privately to

Re: Targeting (age + gender in this case) are not retrieved

2018-05-27 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Raneen, The Criteria Performance Report is a single attribution report, meaning, AdWords will only choose the

Re: 提交API基本权限一直没有得到回复?

2018-05-23 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Zhang Yifan, 你好! 提交表格后,您需要等待至少2个工作日才能获得批准。AdWords 合规团队会通知您有关您的令牌状态。如果您在2个工作日后仍未收到通知,请通知我。 谢谢, Dannison AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ‘DownloadCriteriaReportWithSelector‘ The report using the CVS format downloaded from this class is empty and has no data?

2018-05-23 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I have deleted your ads.properties file because it contains sensitive information relevant to your account. Please check on our guidelines before posting. I recommend you to regenerate your

Re: Retrieving Feed Items

2018-05-22 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin, Could you please send to me the complete SOAP request and response logs generated on your end so we can further check this? You may send it using the *reply privately to author* option. Thanks, Dannison AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: ‘DownloadCriteriaReportWithSelector‘ The report using the CVS format downloaded from this class is empty and has no data?

2018-05-22 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you further elaborate your issue about not being able to retrieve your data? And also to help me investigate further, could you send me your report definition and your clientCustomerId via

Re: example http request

2018-05-21 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Denis, If my understanding is correct, your concern is about how to generate reports from AdWords API. If yes, you can read on the guidelines on how to generate reports via the AdWords API. AdWords offers a variety of reports

Re: Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-21 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zemen, Allow me to assist you on your concern as Luis is on OOO today. If you are looking for a way to stop the emails sent by AdWords when extending invitation, unfortunately, there is no way of doing this in AdWords API. Regards, Dannison AdWords API Team -- --

Re: Pulled same report twice but getting different total values (one with a date segment, one without)

2018-05-20 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, To further investigate on why this is not returning the same results, could you send me the complete report definition you used for both the segmented and not segmented via *Reply

Re: Adwords Scripts via Adwords API

2018-05-20 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Steve, Unfortunately, AdWords API does not offer that kind of feature. However, you can implement scheduled reports on your end, but it is not advisable to do it in an hourly manner, because of data availability . Some data will take

Re: Cost in table p_HourlyCampaignStats

2018-05-17 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yaniv, >From the AdWords API report's perspective, it is possible that the amount you see is not yet converted from micros. You can follow this guide for further details. If this is not the case, can

Re: Uploading you tube media to Mobile app campaign

2018-05-16 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Aditi, Unfortunately, the AdWords API currently does not support creating YouTubeVideoMedia, however, you can still set it up by manually creating the campaign's video assets in AdWords UI, as stated in the #3 section of this guide

Re: Open Weather API data in banner

2018-05-15 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rodney, >From the AdWords API perspective, the API does not support the integration of OpenWeather API. Let me know if you have any other clarifications. Regards, Dannison AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Will Media Service check duplicating when creating images

2018-05-14 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jianbo, Upon investigation, the two images will be created with different mediaIds so they will be treated as two different entities and this behavior is observed in the AdWords UI as well. Also, MediaService

Re: Using dynamic customerId

2018-05-13 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, You can refer to this guide for code samples on how to help you with your concern. It is highly recommended that you use an adsapi_php.ini file. However, if you don't want to or

Re: [Get info of ads is removed]

2018-05-11 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi ThanhDuong, Basically, the statuses you see on UI under "*Not eligible to run*" means they are not active. To further explain this, I will give you some sample scenarios. When you generate ad reports with the status *REMOVED* (e.g. Campaign removed) then the value you have to set for the

Re: [Get info of ads is removed]

2018-05-11 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi ThanhDuong, To answer your first question, basically, when you remove an ad, it means that you cannot use the ad again and it cannot be recovered. So after removing the ad, the status of that ad automatically becomes *DISABLED*. So to generate reports for removed ads, you should set your

Re: [Get info of ads is removed]

2018-05-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi ThanhDuong, Using that filter should be able to give you information for the removed ads. Strangely, it does not work on your end. Can you please provide me your report definition and your

Re: Keyword Performance Report help

2018-05-09 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Here is a sample PHP guide for you to better understand the implementation. Just change the report type definition to cater the type of report you want to

Re: Is it possible to pull all AdWords data in one API call?

2018-05-09 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Elizabeth, Unfortunately, AdWords API does not generate that kind of report. All reports are generated separately by each report type as can be seen here . Let me know if you have any further concerns. Regards, Dannison

Re: How to add ads based on the name of adgroup

2018-05-08 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Aditi, Yes, you are correct. You have to use AdGroupAdService to create your expanded text ads. But since you wanted your ads to be based from your AdGroup Name, I would suggest you to also use

Re: RATE_EXCEEDED without trigger on fetching reports

2018-05-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jason, The reason you are getting RATE_EXCEEDED is because you might have exceeded the operational limit based on your access level or you had a system limit which means that your application

Re: KEYWORDS_PERFORMANCE_REPORT cost does not match Adwords portal

2018-05-04 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tyler, To further assist you with your concern, can you send me your clientCustomerId and a screenshot of your AdWords UI that shows the report data? Please use *R**eply privately to author* option when sharing these information. Regards, Dannison AdWords API Team -- --

<    1   2   3   4