Shopping Performance Report - All Items

2017-08-18 Thread Sachin Sudarshana
Hi, I'm trying to download the Shopping Performance report via the API(v201708) I was looking to download all the ItemId's in our feed, but it looks like this report only downloads items that have Conversion Value. i.e. AllConversionValue > 0 Is this a limitation to the API or would there be

TrafficEstimatorService Criteria overide in request

2017-08-18 Thread samuel
I'm using the TrafficEstimatorService to fetch some stats on keywords for eventual campaign and custom reporting and during my testing i noticed that when setting up my request my language criteria will overide my location criteria if both are specified. I can add location without language and

Extended text ads not matching script results

2017-08-18 Thread Rob Sieracki
Hi, I have recently been getting incorrect results from an MCC script call for an extended text ad. The account is Embroidery Online 880-382-5940 For Campaign: OESD [Brand] Adgroup: EmbroideryOnline [Exact] Within the adwords interface: ID : 215647102248 H1: Embroidery Online - OESD H2: 20,0

Re: Is there a delay between data shown in the AdWords interface and API data?

2017-08-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, For a given report query, the data from AdWords API reports should match the data available in the corresponding UI report if the same fields and dateRange is used. Reporting is not real-time. In most cases, ac

Re: Target Spend Bidding Strategy takes too long

2017-08-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jose, AdWords API can be used to create Campaigns similar to how AdWords UI does, but programmatically. It may look like the Campaigns created via API take longer to complete the "learning" phase as compared to Campaigns created in the UI. It'll take AdWords a while to adjust bids for newly

Is there a delay between data shown in the AdWords interface and API data?

2017-08-18 Thread Han Kim
I have an AWQL script that pulls my Keyword data and pushes into a spreadsheet. It works just fine but the problem is that the numbers rarely match with what I see in the AdWords interface. They are usually lower. Is there a delay between data shown in the AdWords interface and API data? If so,

Re: Why error in BudgetOrders snippet? Failed to read from AdWords. Please wait a bit and try again.

2017-08-18 Thread Mikael Wallgren
Hello, I just tried to run the example code but it failed because of syntax error. It was a extra ")" on this line "Logger.log("Budget Order [" + budgetOrder.getName() + "] base spending limit: " + limitText));" Here is a working piece of code: function main() { getBaseSpendingLimit() } fu

Batch job get canceled without progress and errors

2017-08-18 Thread Mikael Wallgren
Hello! I have some trouble with batch jobs that just get canceled without running, some of my batch jobs works just fine or return some error(s), but these seems to not run at all and get canceled after some hours. I had a look into the documentation but couldn't find anything helpful. Her

Re: how we get to know that from which account(google account) we authorized

2017-08-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please see my response below: 1. You can get a refresh token by following the instructions provided in this guide for

Re: Why error in BudgetOrders snippet? Failed to read from AdWords. Please wait a bit and try again.

2017-08-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address questions specific to AdWords API. Since your question is about the AdWords Scripts, could you please post your question on the AdWords Scripts forum ? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=

Re: Receiving ReportDownloadError.INTERNAL_SERVER_ERROR

2017-08-18 Thread benjamin
We have the same problem. Also with placement performance reports, starting 3 days ago On Friday, August 18, 2017 at 9:59:24 AM UTC-4, Danial Klimkin wrote: > > Hello All, > > > We've confirmed there is an issue related to DisplayName column of this > report. I'll update this thread as soon as

Re: [0-7498000018523] Developer token not approved after 4 weeks

2017-08-18 Thread 'Prabha Matta' via AdWords API Forum
Thank so much for the help! On Thu, Aug 17, 2017 at 9:03 PM, wrote: > Hi, > > Thanks for your response. Your application for an API token has been > approved. > > Best, > Ryan > > AdWords API Compliance > > > *Note:* Please keep your dev contact up to date >

Re: Target Spend Bidding Strategy takes too long

2017-08-18 Thread Jose Balius
Also to add more supporting information all we are doing for target spend (at the campaign level) is this: val biddingStrategyConf = BiddingStrategyConfiguration() biddingStrategyConf.biddingStrategyType = BiddingStrategyType.TARGET_SPEND campaign.biddingStrategyConfiguration = biddingStrategyCon

Target Spend Bidding Strategy takes too long

2017-08-18 Thread Jose Balius
Hello, We are currently using the Adwords API to launch campaigns for our customers using the target spend bidding strategy to maximize clicks for a given budget. All of our campaigns have a start date and end date. We are finding out that on random campaigns that we run, we never get impressi

Re: Receiving ReportDownloadError.INTERNAL_SERVER_ERROR

2017-08-18 Thread 'Danial Klimkin' via AdWords API Forum
Hello All, We've confirmed there is an issue related to DisplayName column of this report. I'll update this thread as soon as we have the resolution. Thank you for your patience. -Danial, AdWords API Team. On Friday, August 18, 2017 at 2:58:08 PM UTC+2, MdV wrote: > > We have the same probl

Re: GetService "ManagedCustomerService" - Python

2017-08-18 Thread jreed
You are correct...my development environment was behind on the client library version. Thank you for the quick reply and help. On Thursday, August 17, 2017 at 3:48:47 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Joe, > > You need to update your client library >

Re: Receiving ReportDownloadError.INTERNAL_SERVER_ERROR

2017-08-18 Thread MdV
We have the same problem. Also with placement performance reports, starting the 6th. On Thursday, 17 August 2017 07:24:48 UTC+2, Karenchiou0327TestMMC Chiou wrote: > > Hi AdWords team, > > Since 2017-08-16 until today, we are keep seeing "The remote server > returned an error: (500) Internal

Re: What is "ad content" in simple words? and API to get that?

2017-08-18 Thread Dorian Kind
Hi, the "Ad Content" column in Google Analytics contains the "first line of the ad" as per the documentation. In practice, for an ETA it would be the Headline 1 field, whereas a Display Ad would show its Name field. Hope this helps, Dorian On Friday, 18 August 2017 07:40:19 UTC+2, pramod niral

how we get to know that from which account(google account) we authorized

2017-08-18 Thread sachins . enest
Hello, I am using asp.net web application to record conversions on google adwords account.I am using oauth2.0 flow to authorize the user's accounts (google account). I want to know fee things regarding this flow: 1. How I can get refresh token every-time I authorize the same google acco

Why error in BudgetOrders snippet? Failed to read from AdWords. Please wait a bit and try again.

2017-08-18 Thread Александр Ризун
Hello. Sorry, for my bad english. I use translate. I want use first BudgetOrders snippet here . But i get error: Failed to read from AdWords. Please wait a bit and try again. (line 5). Why? What am I doing wrong?

Re: Setting up Adwords API in PHP

2017-08-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ejay, Upon checking the CID you provided, the account is a manager account. You could not get the campaigns in a manager level. You need to set the clientCustomerId in the property file as the client/child account to use the CampaignService

Re: Loop in the homescren

2017-08-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Adan, Your concern seems to be specific on the AdWords UI. Our team only handles AdWords API related issues/concerns. Kindly post this concern in the AdWords Community Forum as their team can better assist you

Re: Adwords API does not do as expected

2017-08-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Your concern appears to be related more on the Analytics API rather than the AdWords API. This being said, could you confirm which API you are using to generate your reports? If you are having issues pulling AdWords related information using the Analytics API then you should contact the Ana

Re: How do I distinguish between "search and featured display networks" and "search network only" campaigns, which field is used to determine?

2017-08-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Both "Search Network with Display Select" and "Search Network only" campaign types are identifiable by AdvertisingChannelType field of Campaign as SEARCH

Adwords API does not do as expected

2017-08-18 Thread אורן נייברג
Google Analytics data source worked perfectly HOWEVER the Google Adwords data source failed to retrieve data (date, medium and source dimensions returned values while the other dimensions and all the metrics returned empty). Attached are the dimensions and metrics being pulled from each data sou

Loop in the homescren

2017-08-18 Thread adan . zweig
I don't know what is causing but whenever i try to enter my account i get a loop of redirect for the home screen and i get the welcome email everytime. I tested Incognito mode, other browser and even other campaign, there is a problem with my campaing, the id of the campaign is: Congratulations!

Setting up Adwords API in PHP

2017-08-18 Thread ejay . opiniano
Hi guys, I'm just about to start using Adwords API. I just want to ask if there are some steps that I'm missing in my setup As i view the $sessions, I can see there the different tokens and credentials i entered in adsapi_php.ini such as developerToken, clientCustomerId, clientId, clientSecret

Setting up Adwords API in PHP

2017-08-18 Thread ejay . opiniano
Hi guys, I'm just about to get start using Adwords API. I just want to ask if there are some steps i'm missing in my set up. In viewing the $session, i can clearly see the different tokens and credentials that are needed based on the tutorial in youtube such as developerToken, clientCustom

AdWords API and analytics API

2017-08-18 Thread אורן נייברג
Google Analytics data source worked perfectly however the Google Adwords data source failed to retrieve data (date, medium and source dimensions returned values while the other dimensions and all the metrics returned empty). Attached are the dimensions and metrics being pulled from each data so