You are accessing an AdWords API version v201806 that has been discontinued

2020-01-24 Thread Bonge LaBwana
Hi all I am using https://github.com/googleads/googleads-php-lib/tree/master/examples/AdWords/LaravelSampleApp for testing adwords api Now I am getting the following error [RequestError.UNSUPPORTED_VERSION @ ; trigger:'You are accessing an AdWords API version v201806 that has been

Granting Access to a Google Ads Account

2020-01-23 Thread Bonge LaBwana
Hi I would like to connect users with google ads using Google AdWords API How can I do that using google login auth? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

How to Create user authentication for google adwords?

2020-01-23 Thread Bonge LaBwana
Hi I have followed all process on google Adwords integration on the local machine now - I can create a campaign -Display campaign -I can create display ad -etc Now I have created user interface in fronted with mockups, So I would like to create User authentication for a user to be able to

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2020-01-17 Thread Bonge LaBwana
Hi I am creating display ad with video using google adwords api using PHP, I amable to upload images , text, logo now I want to be able to upload youtube video via google adwords api . Here is my php script http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable

Create a responsive display ad with a video

2020-01-14 Thread Bonge LaBwana
Hi I would like to create a responsive display ad with video eg from youtube or normal mp4 1. Is this possible? if Yes can you please provide me a working example? Thanks Geoffrey zellah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: ImageError.INVALID_IMAGE

2020-01-13 Thread Bonge LaBwana
Hi, I solved the problem by myself, now I am able to add display add with images, logo and text, But I need also to upload a video to display ad, is it possible to upload a video to display ads by using AdWords API? if yes can you please provide me a working example? Thanks Bonge On

ImageError.INVALID_IMAGE

2020-01-10 Thread Bonge LaBwana
Hi I am creating display ad using google adwords api Here is script am using to create AddResponsiveDisplayAd : https://wp-iframe.videomill.co/AddResponsiveDisplayAd.php.txt Now when I run script : php examples/AdWords/v201809/BasicOperations/ AddResponsiveDisplayAd