Error CONCRETE_EXTENSION_TYPE_REQUIRED when creating create ad extensions with CampaignExtensionSettingService

2016-05-12 Thread Bill
I'm trying to perform a simple operation to create site extensions. Just a simple case of a few sitelinks for a campaign. But I'm getting the following error: ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED The AdWords v201603 documentation gives the following explanation of this

Re: AdWords API - AdWords linked with Analytics

2016-05-12 Thread 'Anthony Madrigal' via AdWords API Forum
Hey, I cannot seem to find the account associated to your AdWords account. You can try reaching out to the AdWords Community Forum . They may be better suited to help you with this issue. Regards, Anthony AdWords

Re: AdWords API - AdWords linked with Analytics

2016-05-12 Thread heine
Hey Anthony, I don't want to know which account is associated, just if there is an account associated with the AdWords account (Just if an Analytics account is linked to the AdWords account - Yes or no answer I am looking for). Or maybe one of the 4 parameters you get with the linkning, can

Re: Difference between display planner and adwords API results

2016-05-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The AdWords API does not have functionality equivalent to the *Display Planner* (see my earlier response), but the services I mentioned previously are very similar to the *Keyword Planner*. If you are actually trying to tie results back to the *Keyword Planner*, then please refer to the

Re: An error has occurred: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2016-05-12 Thread 'Umesh Dengale' via AdWords API Forum
Hello, The AuthorizationError.USER_PERMISSION_DENIED means your OAuth credentials don't match clientCustomerId you specify or any of its manager accounts. Please check the client identifier and client secret you are using are from manager account authenticated and there is a link between

Re: Wrong results with ConversionTypeName in WhereClause

2016-05-12 Thread 'Joyce Lava' via AdWords API Forum
Hi Jonas, We support AdWords API related cases. The question is related to AdWords Scripts. Please post your question to AdWords Scripts forum Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How can i get customer email by customerId using adwords API (ManagedCustomerService)

2016-05-12 Thread 'Joyce Lava' via AdWords API Forum
Hi, The AdWords API doesn't have a service that returns the email of the customer. Please follow the blog for updates. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: PHP Fatal error: This client library requires the SOAP extension to be activated

2016-05-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the version of PHP you use? If you are using the AdWords API PHP client library, you have to use the command line. You can instead use the Keyword Planner tool in the AdWords UI where you can search for keyword and ad group

Wrong results with ConversionTypeName in WhereClause

2016-05-12 Thread Jonas Schreiber
Hi, I'm making AWQL-Requests with AdWords Scripts and we only want to consider specific conversion types, so I tried to filter the data like so: SELECT Conversions,CostPerConversion,ConversionRate FROM ACCOUNT_PERFORMANCE_REPORT WHERE ConversionTypeName IN [ '', ''] DURING 20160509, 20160509

Re: CampaignPerformance data with api

2016-05-12 Thread 'Joyce Lava' via AdWords API Forum
Hi, Could you please *reply privately to author* the customerId and the query being used to generate the report in the API? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: kwd-0 in valuetrack {targetid}

2016-05-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the complete targetId along with the clientCustomerId? I want to check if this was a situation where the ad was not triggered by a keyword match. Could you also provide either the SOAP request and response logs or the report definition used when you obtained this value?

Re: get an error "AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:''" while try to fetch campaigns

2016-05-12 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Bhumin, I will be glad to take a look at your SOAP logs. All you need to do is click the drop down next to the reply button and select *Reply privately to author. *This will send me the SOAP logs privately. Thanks, Anthony AdWords API Team -- --

An error has occurred: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2016-05-12 Thread Bhumin B
when i'm using BasicOperations/GetKeywords.php it will seems like this error all steps are correct but i think customer id concept i'b miss so gide me the how it work!!! An error has occurred: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:''] SOAP file LOG [May 12 2016

How can i get customer email by customerId using adwords API (ManagedCustomerService)

2016-05-12 Thread Павел Шаталов
I got the list of customer id's by ManagedCustomerService, and i also need customer email, but i can find the service, that returns email by customer id; -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: get an error "AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:''" while try to fetch campaigns

2016-05-12 Thread Bhumin B
Hi Anthony Madrigal, Same issued i am facing please give me your contact to send my soap file privatly -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

PHP Fatal error: This client library requires the SOAP extension to be activated

2016-05-12 Thread Aislinn Mc
Hi all, I'm trying to use GetKeywordIdeas from the google API, but it's only returning a blank page in my browser. So I tried executing the file from the command line and this is what I got: C:\Users\...>php C:\wamp\www\...\examples\AdWords\v201603\Optimization\ GetKeywordIdeas.php PHP Notice:

kwd-0 in valuetrack {targetid}

2016-05-12 Thread Антон Сычугов
What does it mean, when I get valuetrack {targetid} as kwd-0. Does it have special meaning for ID == 0 for target? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

CampaignPerformance data with api

2016-05-12 Thread ppc-data-toruk
Hello, Using the adwords api, I am retrieving AverageCPC and AveragePosition columns for the complete history. Do you know why these columns are just NULL for all dates? The same report when I create it manually with my login to the adwords site, I do get values. Any suggestions please? Thanks

Re: How to pull adwords data linked w/ specific clicks/conversions

2016-05-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Please see my response to your question on the other thread . Thanks, Josh, AdWords API Team On Wednesday, May 11, 2016 at 11:08:27 PM UTC-4, Ricky Cortopassi wrote: > > If a user comes to the website with a gclid, will

Re: Percent Encoding of Custom Parameters

2016-05-12 Thread Dorian Kind
Hi Thanet, I'm not sure if that's correct. To me it seems that there's clearly some percent-encoding going on: Or am I misunderstanding you? Thanks & cheers,

Re: Programmatically Revoke OAuth Token

2016-05-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi James, The new version of the PHP library is available on the experimental branch: https://github.com/googleads/googleads-php-lib/tree/experimental One idea: to get around the issue you described, you might try extending *OAuth2Handler* and overriding the *$params *passed at line 83

Re: Difference between display planner and adwords API results

2016-05-12 Thread Mohammed Ez-zamzemy
i have the same problem with google adword api ,however using the same settings (keyword, related-to-URL, location) I get different results from manual searches in the display ad planner. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Exhausting Memory when using PHP

2016-05-12 Thread Alan Coleman
Thanks Shwetha, We've implemented smaller batches and it's a great workaround. Cheers! On Wednesday, May 11, 2016 at 7:03:53 PM UTC+1, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Alan, > > You can try using smaller BatchJobs to avoid having to deal with large > amount of data. You could

Re: Percent Encoding of Custom Parameters

2016-05-12 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Dorian, For custom parameters, if they're used in a final URL and the final URL is used in tracking template then they're escaped with final URL So the list of escaped char depends on if {lpurl} or {escapedlpurl} is used. If they're used directly in the tracking template, they're not