Re: Does the Adwords API support HTML5?

2018-01-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, The AdWords API supports uploading of HTML5 using the MediaServic.upload() , though you need to compressed it using zip file. You may check this guide

Re: Does the Adwords API support GIF?

2018-01-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, The AdWords API does not support uploading GIF. The MediaService.upload() only supports Image and MediaBundle types. You may also want to follow this blog

When you create a series, you upload HTML5 and make a mistake.

2018-01-09 Thread mengjunzhu837
Collection uploadMediaBundles = FileUtils.listFiles(new File(campaignItem.html5_path), null, false); if (uploadMediaBundles.size() > 0) { MediaServiceInterface mediaService = adWordsServices.get(session, MediaServiceInterface.class); ArrayList mediaBundles = new

Adwords API TrueView template ads do not support it?

2018-01-09 Thread 林哲宇
hi~ I saw a blog http://googleadsdeveloper.blogspot.tw/2016/08/adwords-removing-support-for-trueview.html The current version of v201710 is not supported yet -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Does Adwords's API support events?

2018-01-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Can you provide more information on the "events" that you are referring to? If this is available in the AdWords UI, can you provide a UI screenshot on this via *Reply privately to author* option so I can further check if this is supported in the AdWords API? If you are referring to the

Re: OfflineDataUpload upload of STORE_SALES_UPLOAD_FIRST_PARTY returning IN_PROCESS uploadStatus

2018-01-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Steve, Could you confirm if the OfflineDataUpload that you processed is still not available in the AdWords UI currently? The IN_PROCESS uploadStatus

Error handling for Ad Text

2018-01-09 Thread cv
Hello, When we have more than one type of error for adtext, API is not throwing all the error at once. Like if I have error with MISSING_PROTOCOL_IN_FINAL_URL and POLICY VIOLATION then only Missing protocol error was thrown. Please let me know how I can capture all the error at once. Thanks,

I am not able to get total budget and spent cost of a campaign.

2018-01-09 Thread Seventh Foundation
Can you please let me know, how I can get the total budget and spent cost campaign. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Does Adwords's API support events?

2018-01-09 Thread mengjunzhu837
Does Adwords's API support events?I want to set events through the API.Thank you very much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Does the Adwords API support GIF?

2018-01-09 Thread mengjunzhu837
Does the Adwords API support GIF?I want to upload GIF through the API.Thank you very much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Does the Adwords API support HTML5?

2018-01-09 Thread mengjunzhu837
Does the Adwords API support HTML5?I want to upload HTML5 through the API.Thank you very much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

OfflineDataUpload upload of STORE_SALES_UPLOAD_FIRST_PARTY returning IN_PROCESS uploadStatus

2018-01-09 Thread Steve Wilhelm
I am successfully making OfflineDataUpload using the v201710 version of the AdWords API via Python suds. I am receiving the following response (see below). Note the externalUploadId is being set and the updateStatus is IN_PROCESS I do not, however, see any evidence in the AdWords Dashboard

Re: Error when trying to set a Bid Modifier within an Ad Groups Age Range

2018-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Sean, I see that the ad group has no targeting criteria created. I'd suggest that you add targeting criteria using the AdGroupCriterionService , ADD operation. Once the

Re: Overdelivery basic report API endpoint

2018-01-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Angel, Unfortunately, there isn't a way to get OVERDELIVERY using the AdWords API. Please keep an eye on our blog for announcements about new features. Thanks, Milind,

Re: FILE_FORMAT_ERROR on batch upload of bids

2018-01-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Peter, Your input parameters looks fine to me. The FILE_FORMAT_ERROR occurs when the entire batch upload request is not formed correctly or does not meet the upload requirements listed here . Could you

Re: Is there a way to do this? attached image

2018-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I see that you're trying to pull the report at the campaign level with one row per campaign by querying for the specific ad groups. I'm afraid, there is no direct way to pull a report with these fields through the API. The closest we have is the AdGroup Performance Report

Re: Urgent. ReportDownloadError.

2018-01-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello David, Could you do me a big favor? Could you please start a separate forum thread for this? It looks like you're having a slightly different issue, and I don't want to drag everyone on this thread into this new issue. Thank you for taking the time to search through our forum for a

Re: ConversionTrackerId xmlAttribute for CREATIVE_CONVERSION_REPORT

2018-01-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Angel, Thanks for pointing this out. The API is currently returning the display name as "Conversion Tracker Id" instead of "Free click type" for ConversionTrackerId . I will

Re: New AdNetworkType2 "Mixed"?

2018-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you share us the complete report definition along with the clientCustomerId, so I can take a look? Please use *Reply privately to author* option to provide the details. Regards,

Re: Urgent. ReportDownloadError.

2018-01-09 Thread davidrbengoa
Hi, I am having the same problem now Content: REDACTED REPORT DATA 11:46:40 01/09/18|ERROR|a.vendor.google.adwords.GoogleAdwordsArchiver|Failed to execute request. HTTP Response Code: 500, Trigger: Unable to create report, Type: ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE HTTP Response

Error when trying to set a Bid Modifier within an Ad Groups Age Range

2018-01-09 Thread Seán Hayes
Hello, I am trying to SET a bid modifier depending on the Age Demographic through the AdGroupCriterionService. i.e. 10% bid adjustment for 18-24, -10% for 35-44. This is being done through a Python script and I know this is possible as an example of such is outlined here

Overdelivery basic report API endpoint

2018-01-09 Thread Angel Lubenov
Hi!, I'm trying to get via the API the OVERDELIVERY (present in the UI: Reports -> Basic -> Overdelivery). I can't find any reference in the documentation regarding this report, Is this endpoint supported? does it have a different name? Thanks in advance! -- --

Re: DCM Ad tag in Adwords Ad

2018-01-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, For using DCM tags in AdWords, this post might be helpful to you. Additionally, you may also want to post your question on the advertisers community forum

Re: Adwords can't find a matching API for video in the application advertising series?

2018-01-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, video campaigns are not supported by AdWords API. You could check Video Performance Report , which summarizes statistics by videos in your campaign. If your question was different,

Re: PHP pass credentials dynamically (not through adsapi_php.ini)

2018-01-09 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Jean, Nice to meet you. I'm an owner of the googleads-php-lib. I'm still following up all your conversation with my colleagues but from what you said in this thread, The google/google-auth-library-php (which is used by the adwords library) > seem to have the same problem (The app is

FILE_FORMAT_ERROR on batch upload of bids

2018-01-09 Thread Peter
Hi, I have issues with FILE_FORMAT_ERROR when I try to batch upload bids. I use the template provided in googleads-python-lib. The operation looks like this: [{'xsi_type': 'AdGroupOperation', 'operand': {'campaignId': 'XX', 'id': 'X', 'biddingStrategyConfiguration': {'bids':

ConversionTrackerId xmlAttribute for CREATIVE_CONVERSION_REPORT

2018-01-09 Thread Angel Lubenov
Hi!, By using the report-definition-service endpoint, when I request information about the CREATIVE_CONVERSION_REPORT table, I got that the XMLAttribute for "ConversionTrackerId" does not match with the API's response for the report-download endpoint. Report Definition Service informs

Re: Ad Group Id mismatch issue between Adwords API and Web Interface

2018-01-09 Thread ag . testhesabi2
Thank you very much for your help! It works :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

AdGroupId Mismatch between API and UI

2018-01-09 Thread ag . testhesabi2
Hi, I'd like to get the keywords of the ad group. When I've tried to run GetAdGroups.php file, the resulted ad group id is different than the Adwords Test Client's Ad Group Id. I've tried to use both Ids in GetKeywords.php file. However in each case, I couldn't get keywords of the Ad group.

Is there a way to do this? attached image

2018-01-09 Thread kendan
*Is the above image possible in Google Adwords API in PHP? Probably using AWQL?* -- --

Re: is it possible to retrieve 1 result of campaign? using campaign_id of course

2018-01-09 Thread kendan
Thanks! On Tuesday, January 9, 2018 at 1:48:27 PM UTC+8, Vincent Racaza (AdWords API Team) wrote: > > Hi Ken, > > To retrieve 1 result of a campaign, you can use the CampaignService.get() > > or > through

DCM Ad tag in Adwords Ad

2018-01-09 Thread architdwivedi00
Hey there, I wanted to put DCM ad-tags in adwords ad . Is it possible ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Adwords can't find a matching API for video in the application advertising series?

2018-01-09 Thread mengjunzhu837
Adwords can't find a matching API for video in the application advertising series? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

New AdNetworkType2 "Mixed"?

2018-01-09 Thread code . working
Hello, we use raw enum values to generate reports. When downloading some performance reports today, we noticed a new ad network type that we have not seen before: SHASTA_AD_NETWORK_TYPE_2_MIXED Could anyone explain that to me? What is this and is tis mapped to any of the display values of e.g.