Thank you for the quick response!
Turns out I confused clientId with customClientId. Now it works for me.
Am Montag, 19. Januar 2015 18:25:15 UTC+1 schrieb tic...@onmacon.de:
>
> Hi,
>
> I´m using Python. I finally managed to get the access thing running (in
> fact I hope so). I filled in the val
HI,
I´m using Python to query keyword search volumes.
The following is the snippet of my source to query the api:
keywords = ['e-bike herren', 'transportkarre']
targeting_idea_service = self.client.GetService(
'TargetingIdeaService', version='v201409')
# Con
-service>,
>
> which includes tips on matching results from the service to the *Keyword
> Planner* UI.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, January 26, 2015 at 9:38:52 AM UTC-5, OMC Ticketsystem wrote:
>>
>> HI,
>>
>> I´m using Python