TargettingIdeaService and RFM

2015-04-23 Thread Lusek Lucky
For using TargettingIdeaService and TrafficEstimate according to requirements my application must provide a large amount of another functional. So i can do it, but in the form of requests for access api i must describe all used api methods and design documentation, but my design documentation d

Re: Testing Upgraded URLs

2015-04-23 Thread HK
I like mm's suggestion. Ideally, there would be an api where you passed in the ad group id, ad id and criterion id and it spit back the effective landing page if that ad was served.The documentation already has examples, so I'd be more interested in something that is closer to the real world as

Re: Python: IOError: [Errno 13] Permission denied & RAdwords Error 400 (OAuth2Error)!!1

2015-04-23 Thread atrombley
Josh, I can now paste in the URL and get a verifaction value to paste back into python - however, when I paste that back into python i get the following IOError: [Errno 13] Permission denied? Thanks for your help After approving the token enter the verification code (if specified). Code: 4/8K

Refresh tokens in Python - 400. That’s an error. Error: redirect_uri_mismatch

2015-04-23 Thread atrombley
When I run the refresh token script below i get the 400. Error: redirect_uri_mismatch It gives me a 400 thats an error, redirect uri mismatch and says to email myself???

adwords api with Python connecting without YAML approach

2015-04-23 Thread atrombley
I am trying the following script and getting an error that permission is denied and that is it? This api is so convoluted it almost defeats it's purpose! >>> from googleads import adwords >>> from googleads import oauth2 >>> CLIENT_ID = '336187065250-x.apps.googleusercontent.com' >>> CLIE

Re: CustomerService. OAUTH_TOKEN_INVALID. Please help.

2015-04-23 Thread Josh Radcliff (AdWords API Team)
Hi, That means that you have not signed terms and conditions on the MCC account that has your developer token. Please see this section of our Common Errors guide for instructions on

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-04-23 Thread Josh Radcliff (AdWords API Team)
Hi, You can modify bid multipliers for a given keyword by setting the BiddableAdGroupCriterion.experimentData for that *Keyword* criterion. See the BiddableAdGrou

Re: CustomerService. OAUTH_TOKEN_INVALID. Please help.

2015-04-23 Thread fmvstyle
Your response helped. Now API returns an error of "Terms and conditions aren't signed". What does it mean? четверг, 23 апреля 2015 г., 22:21:24 UTC+5 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > Could you generate a new *access token* from your *refresh token*, and > appen

Re: CustomerService. OAUTH_TOKEN_INVALID. Please help.

2015-04-23 Thread Josh Radcliff (AdWords API Team)
Hi, Could you generate a new *access token* from your *refresh token*, and append the *access token* to the end of the following URL? https://www.googleapis.com/oauth2/v1/tokeninfo?access_token= This will take you to a page that displays the state of the access token and its scope. Could you c

Re: Trademark Disapproval not visible via API

2015-04-23 Thread Josh Radcliff (AdWords API Team)
Hi D, The API doesn't have the same level of detail as the UI in terms of approvals, so you won't be able to detect the Approved(limited) status via the API. The *trademarkDisapproved* boolean will be false in such cases because the ad

Re: age range to exclude

2015-04-23 Thread Josh Radcliff (AdWords API Team)
Hi, Age ranges are somewhat unique in that there is a predefined set of values , and all values are implicitly included in a Display campaign. If you exclude all but one age range, then yes, you are essentially targeting the one age

Re: CustomerService. OAUTH_TOKEN_INVALID. Please help.

2015-04-23 Thread fmvstyle
$user = *new *AdWordsUser(); $OAuth2Handler = $user->GetOAuth2Handler(); $user->SetOAuth2Info( $OAuth2Handler->GetAccessToken( $user->GetOAuth2Info(), $code, $redirectUri)); $oauth2Info = $user->GetOAuth2Info(); Debugger::*dump*($oauth2Info); $customerService = $user->GetServ

Re: How to get segmented or "hour of day" campaign statistics using adwords API?

2015-04-23 Thread Danial Klimkin
Hello Amit, I am closing this thread as it is two years old. Please start a new thread giving more details about the error: exact error message, your report definition, clientCustomerId. -Danial, AdWords API Team. On Wednesday, April 22, 2015 at 4:20:38 PM UTC+3, Amit Shah wrote: > > Hello

Re: How can i receive "extracted from" url from TargetingIdeaService

2015-04-23 Thread Josh Radcliff (AdWords API Team)
Hi, You can get this information by including the EXTRACTED_FROM_WEBPAGE parameter in your selector's requestedAttributeTypes

Re: CustomerService. OAUTH_TOKEN_INVALID. Please help.

2015-04-23 Thread Josh Radcliff (AdWords API Team)
Hi, It sounds like you may not have configured your *auth.ini* file correctly. Please go through the steps listed in the Getting Started section of the README , and check out the library's detailed page on OAuth

Re: ValueTrack parameter {targetid} for shopping campaigns

2015-04-23 Thread Josh Radcliff (AdWords API Team)
Hi, It's my understanding that *targetid* will only give you the IDs of the criteria types you mentioned, so this will capture the ID of the keyword, DSA, and audience (user list), but not the shopping-specific criteria. For shopping, you'll want to use one of the parameters listed under *Shopp

проблема с отчётом Keywords Performance Report

2015-04-23 Thread yuriy . balakin
Добрый день! Cтолкнулся со следующей проблемой в отчете Keywords Performance Report, полученном через API. Есть кампания с типом «Только контекстно-медийная сеть», в этой кампании есть четыре группы объявлений. При получении отчета Keywords Performance Report мы получаем из API статистику то

How can i receive "extracted from" url from TargetingIdeaService

2015-04-23 Thread Lusek Lucky
When i export adwords keyword planner results - i can see column ""extracted from - can i get it from api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-04-23 Thread Sarah Riddell
Last couple of days, i am using Google Adwords Client Library for PHP. After successful configuration of the library on my localhost, i am able to create *Campaigns, AdGroups, Keywords* & doing other *Report Downloading* tasks for my MCC test account using the client library. I am also able

Why does removing ad level tracking template send the Ad for a review?

2015-04-23 Thread Eternal Fool
One of the reasons shared tracking template was introduced was to stop unnecessary reviews right? Will an ad go for a review if I change parameters in a (account,campaign,ad) level tracking template? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: h

CustomerService. OAUTH_TOKEN_INVALID. Please help.

2015-04-23 Thread fmvstyle
I want to get CustomerID. $customerService = $user->GetService('CustomerService'); $customer = $customerService->get(); Return OAUTH_TOKEN_INVALID, but $OAuth2Handler->IsAccessTokenValid($oauth2Info)return true. Why do i see this error? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Ads with Ad Customizer are not serving

2015-04-23 Thread Sandro Lazarić
You will answer here? Dana četvrtak, 23. travnja 2015. u 09:13:11 UTC+2, korisnik Thanet Knack Praneenararat (AdWords API Team) napisao je: > > Hi Sandro, > > We are aware of this issue now and are resolving it. > I'll let you know again once it's fully resolved. > > Best, > Thanet, AdWords API S

Re: Accessing Google Adwords via SSIS

2015-04-23 Thread Zweitze
Maybe a long shot, but an SSIS package for Analytics does exist (codeplex , other options exist as well). So, if the site has Analytics, and that Analytics account is linked to your AdWords account, this may be an option. Remember you can only get a few Ad

Re: Some questions regarding multiple final URLs

2015-04-23 Thread Dorian Kind
Hi Josh, many thanks for your quick and concise reply! Best regards, Dorian On Wednesday, April 22, 2015 at 10:28:31 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi Dorian, > > AdWords allows multiple final URLs specifically for the use case where you > are *not* including *lpurl* in

Re: Ads with Ad Customizer are not serving

2015-04-23 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Sandro, We are aware of this issue now and are resolving it. I'll let you know again once it's fully resolved. Best, Thanet, AdWords API Support On Wednesday, April 22, 2015 at 3:31:27 PM UTC+9, Sandro Lazarić wrote: > > MCC info > Customer ID: 914-984-0771 > Client where compaings are: > Cli