ERROR API ADWORDS - [RangeError.TOO_LOW @ operations [0] .operand.id.id] - URL API - https://github.com/tmarois/laravel-ads-sdk/blob/9092768c663527e9e27fe89f6add7e858ca5276c/GoogleAds-SDK.md#campaigns

18 views
Skip to first unread message

Erik Badaro

unread,
Nov 6, 2019, 4:07:11 PM11/6/19
to AdWords API and Google Ads API Forum
I am trying to create a campaign by adwords api, when I try to insert the following error appears: [RangeError.TOO_LOW @ operations [0] .operand.id.id]


        $googleAds = LaravelAds::googleAds()->with($customerClientId);
        $campaignService = $googleAds->campaign(Campaign::class);

        $campaigns = $googleAds->setId()
        ->setName('TCC | TCC| TCC | TCC | TCC | TCC')
        ->setBudget(0)
        ->save();
Reply all
Reply to author
Forward
0 new messages