Is it possible to get reach metrics, social metrics Performance (Active View)

2015-02-23 Thread Antonio Peric
hi, i wan to get Reach MetricsUnique cookies Avg. impr. freq. per cookieand Performance (Active View)Active View viewable impr. Active View viewable CTR Active View avg. CPMand Social Metrics"+1s" Shares Comments Follows Earned impressions Earned social actions Is this possible? -- -- =~=~=~

Unable to fetch the PromotionLine for a Shopping Campaign Ad Group

2015-02-23 Thread Rocky Jaiswal
Hi Fellow Devs, Below is my sample code to fetch the AdGroup Ad for a Shopping Campaign setup - def fetch_ad_group_ad(ad_group_id) selector = { fields: [ 'Status', 'PromotionLine' ], predicates: [

billing

2015-02-23 Thread akinkunmi daniel
i am using adword for the first time and i want to have an idea of how much it is advisable to start bidding with to get effective services -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.c

Billing information in adwrods API

2015-02-23 Thread guy
Hi, once creating a new account under parent MCC, is there API to attach the billing to be under the parent MCC or is it only possible manually in the adwords GUI. Thanks, Guy -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelope

how to generate jar

2015-02-23 Thread Joe Volpe
my developer has asked me to generate a new advertising jar for an apk update. previously used adwords / have admob account. How can I provide this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plu

My impression per day are way too high

2015-02-23 Thread Kharron Reid
First time I've connected to the Adwords API. I'm using the TrafficEstimator and getting Impressions per day for a Keyword and the number returned is in the billions. Obviously this isn't correct for any keyword. What am I doing wrong? Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Create a service for end users

2015-02-23 Thread Dmitry Soloviev
Hello everyone, Is it possible to create application where user just come to the site, pass OAuth authentification and give access to adwords campaigns associated with his account? As I understand it was necessary to manually add user to MCC but probably something changed. If it is possible t

Re: Template Ad 433 (Video app install ad), is it possible to create with API?

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi Victor, You'll have to upload your video through the UI, then use its media ID when creating the TemplateAd. Please see the section on video ads in the Template Ads guide

Re: Template Ad 433 (Video app install ad), is it possible to create with API?

2015-02-23 Thread Victor Moroz
The link brings me back to this thread. On Monday, February 23, 2015 at 2:24:06 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi Victor, > > You'll have to upload your video through the UI, then use its media ID > when creating the TemplateAd. Please see the section on video ads in the

Re: Unable to fetch the PromotionLine for a Shopping Campaign Ad Group

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi Rocky, I just tested fetching the promotion line on a ProductAd in my test account, and the API returned it in the response. Please make sure that your ProductAd actually has a promotion line (it's not a required field). I'll look into why we're not documenting a Selector field

Re: Template Ad 433 (Video app install ad), is it possible to create with API?

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Sorry, here is the correct link. https://developers.google.com/adwords/api/docs/guides/template-ads#video_ads Cheers, Josh, AdWords API Team On Monday, February 23, 2015 at 2:42:32 PM UTC-5, Victor Moroz wrote: > > The link brings me back to this thread. > > On Monday, February 23, 2015 at 2:24

Re: Как удалить физически FeedItem созданный сервисом FeedItemService?

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi, Sorry, I can only answer in English, but if you are asking how to remove a FeedItem, you would want to issue a FeedItemService.mutate call, passing a FeedItemOperation

Re: Create a service for end users

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi, Linking an account to your MCC makes things much easier because you can then use the OAuth credentials from your MCC for API requests against all of its child accounts. However, this is *not* required (and has never been required). You could instead choose to not link any accounts to your

Re: how to generate jar

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi Joe, It sounds like you are working with the Mobile Ads SDK. If that's the case, please post your question to the Mobile Ads SDK forum instead. https://developers.google.com/mobile-ads-sdk/community/ If I've misunderstood your question and you're actually working with the AdWords API, pleas

Re: billing

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi, The AdWords API Team can't make recommendations on what you should bid/spend/etc. You may want to try the following resources instead: - AdWords Community - general forum for non-API product questions - The *TargetingIdeaService* and its acco

Re: My impression per day are way too high

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide more details, such as which keywords you are searching for, and whether you've tried comparing your API requests and responses to the *Keyword Planner* as described in the Traffic estimator guide

Re: Billing information in adwrods API

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi Guy, The BudgetOrderService will allow you to do this (see the Budget orders guide ), but that service is only available to whitelisted

Re: Is it possible to get reach metrics, social metrics Performance (Active View)

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi, Those fields are not available through the API at this time. We'll see if we can include it in a future release. Thanks, Josh, AdWords API Team On Monday, February 23, 2015 at 8:32:17 AM UTC-5, Antonio Peric wrote: > > hi, > > i wan to get > Reach MetricsUnique cookies > Avg. impr. freq. p

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2015-02-23 Thread Bikram Bhuyan
Hi Luliya, Yah it is working fine at our end. Yes, it is common to go though the initial analysis as it is little confusing to get our head around how it really work. Below are the steps we have to follow. 1. First you should have your production MCC account. After you that you can register your

Logging in Java-Ads lib for Report Downloader api

2015-02-23 Thread edduenasnordstrom
Hi, we are using java client library(ads-lib-1.36 supported version for v201409) to make api calls to download adwords reports. For debugging purpose we are asked to provide request xml by Google suuport team. I have tried different options of having a log4j jar and making logging mode as debug

Why always EstimateKeywordTraffic gives always zero excpet for ad postions

2015-02-23 Thread Shobhan Babu
I am using this code estimate the keyword traffic but it's always giving zero for cpc,daily clicks,daily cost and it's working fine ad position please let me know the procedure to get these values that I have mentioned . This is my code : require_once dirname(dirname(__FILE__)) . '/init.php'

Campaigns Fetch from Production MCC Account to Test MCC Account

2015-02-23 Thread Aswini
Hi, Is there any possibility to fetch Campaigns, Adgroups, Ads, Keywords from Main MCC Account to Test MCC Acount -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/