Re: Can't set DYNAMIC_IMAGE MediaType when uploading animated GIF image via MediaService

2018-02-27 Thread Layne Shepherd
Yes, it works as expected when we upload with IMAGE. If you can't use VIDEO when uploading an actual video, then what MediaType do you use? Documentation says it is required for an ADD operation using MediaService.upload. On Tuesday, February 27, 2018 at 8:32:59 AM UTC-8, Josh Radcliff

Re: Tracking of Draft & Experiment campaigns

2018-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mathieu, The {creative} value track parameter corresponds to the AdId and is not globally unique . The combination of AdId and AdGroupId is globally unique. You will need to have {adgroupid} along with the {creative}.

Re: Geotargets Location IDs CSV - How to add / scape and match zip codes for all cities in US?

2018-02-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, I am afraid you will not be able to directly pull out zip codes for each city via the API. However, you can use the AdWords API Location Criteria Table to pull up data on locations and

Re: Don´t know how to split the "everything else.." node in a shopping campaign into deeper product partitions matching ecommerce products

2018-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Rick, You could take a look at the AddProductPartitionTree in Java for the complete code sample to add a product partition

Re: Can I get the historical data(say 6 months older) for reports like Ad, Campaign, Audience, AdGroup.... using Adwords API

2018-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Narendra, Since your questions are specific to BigQuery integration with AdWords API, could you please post it on their community forum ? If you would like to use the AdWords API to pull historic stats, you could use the report types

Re: Structure Report for CustomerNegativeCriterion

2018-02-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Dorian, That's right, for account level negative criteria, the only option is to use CustomerNegativeCriterionService to exclude specific criteria across all campaigns in your client

Re: Criteria Performance Report - youtube campaings

2018-02-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the details privately. If you're trying to get the metrics for the Video campaigns, it is currently not supported using the AdWords API services. You will be able to use Criteria Performance Report

Re: Unable to download reports despite waiting for 2 days

2018-02-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Chirag, The report download limit with basic access is not related to the rows in downloaded report. Individual report download requests is counted as one. Please note that total number of limit is calculated by number of report downloads or operation made by all accounts with the same

Re: Ruby : How to apply UserList to a perticular campaign

2018-02-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You will be able to create a user list with Mobile device ID by setting the user list member identifier to mobileId . If the phone number is not correctly formatted before hashing,

Re: AdGroupAdService is not giving the statistics of ads

2018-02-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Sorting and Paging are not supported in reports. Please refer here for better clarity. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Tracking of Draft & Experiment campaigns

2018-02-27 Thread eureca
Hi, we are using the following tracking values for all the links our customers uses : esl-k=google|n{network}|c{creative}|m{matchtype}|k{keyword}|p{placement}|t{target}|d{device} We are using mainly the {creative} id that is unique per account so that we can then link them to adgroup &

Re: AdsSoapClient exception

2018-02-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Could you please confirm if you have followed the steps as stated in the AdWords API PHP Client Library for initial setup? After that, could you run GetCampaigns.php

Re: Can't set DYNAMIC_IMAGE MediaType when uploading animated GIF image via MediaService

2018-02-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, While I look into this, are your ads working as expected when you upload the animated gifs as IMAGE? The MediaService documentation lists all media types, but some of those types are only supported in *get*

Don´t know how to split the "everything else.." node in a shopping campaign into deeper product partitions matching ecommerce products

2018-02-27 Thread Rick
Hello, We are developing a custom bidding app for managing Google Shopping campaigns wich is based on bidding at the product level. So we need to split every shpping campaign into product partitions matching ecommerce products. We got another program wich uploads products to Shopping from the

Re: Adwords v201802

2018-02-27 Thread lcolautti
@Shawn Unger, No, not experiencing issues with 201708, just trying to keep up with the API sunset schedule. On Monday, February 26, 2018 at 3:24:28 PM UTC-5, Shawn Unger wrote: > > Are you currently having any issues with 201708. we are currently and > trying to see if its version issue or

Re: Account Performance Report - Measures Vastly Overstated

2018-02-27 Thread k2atotc
Oh, excellent! Thanks for the explanation - I missed that somewhere in the process. Marking as complete. On Monday, February 26, 2018 at 11:22:50 PM UTC-6, Peter Oliquino wrote: > > Hi, > > It seems that everything is working perfectly on your code. The issue with > the large value of costs

Ruby : How to apply UserList to a perticular campaign

2018-02-27 Thread tejaswini . patil
Hello, I am trying to add a user list, created with Mobile device ID's to campaign. How can I do this ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How can I send mobile advertisement IDs via API to google campaign?

2018-02-27 Thread Ankur Vyas
Thanks, this helps a lot !! On Tuesday, February 27, 2018 at 12:31:02 PM UTC+5:30, Luis Xander Talag (AdWords API Team) wrote: > > Hi Ankur, > > You may use the AdwordsUserListService > > to > upload

AdsSoapClient exception

2018-02-27 Thread jinnee ht
Hello, I am receiving following error while working on adwords using the latest version php library. Please help me to resolve the error:- [2018-02-27 15:06:46] AW_SOAP.WARNING: clientCustomerId=958-107-4003 operations= service=AdGroupService method=get responseTime= requestId= server=

Can I get the historical data(say 6 months older) for reports like Ad, Campaign, Audience, AdGroup.... using Adwords API

2018-02-27 Thread Narendra Kommoju
Currently, I am using BigQuery transfer service for Adwords integration. But there are some limitations for fetching historic data for some tables like Ad, Campaign, Keyword(Ref: https://cloud.google.com/bigquery/docs/working-with-transfers#set_up_a_backfill) Is this restriction from

Geotargets Location IDs CSV - How to add / scape and match zip codes for all cities in US?

2018-02-27 Thread jomaincgroup
I have all the cities in the USA. Is there a way to add the zip codes for each city? How to scrape or pull the data from somewhere? Anyone does this? Link to location id page for reference https://developers.google.com/adwords/api/docs/appendix/geotargeting I really need the zip codes as I

Re: Structure Report for CustomerNegativeCriterion

2018-02-27 Thread Dorian Kind
Hi Bharani, thanks for your response. I understand there's a number of reports for campaign level negative criteria, however I am interested in the account/customer level ones. Also, I'm a bit surprised you mention Shared Sets, as from what I can tell they don't support