Hello,

I tried the following GoogleAds Script from Google without sucess:
https://developers.google.com/google-ads/scripts/docs/solutions/bid-testing

Set up:
* Created Gsheet + make it editable for everyone with this link
* Inserted Campaign and URL
* Run the script
* Set timer to do it daily (next run on next day)

Error: Invalid argument: 20210305 (file Code.gs, line 136)

  var rows = [['Keyword', 'Max CPC', 'Clicks', 'Impressions', 'Ctr']];
  var keywordIter = campaign.keywords().get();
  while (keywordIter.hasNext()) {
    var keyword = keywordIter.next();
    var stats = keyword.getStatsFor(start, end); <--- Line 136
    rows.push([keyword.getText(), keyword.bidding().getCpc(), 
stats.getClicks(),

I do not unterstand the error. I really dont know why the script triggers 
the 5th of march. Can somebody help me out?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d7a14a98-bf79-4a97-ae44-37f4e5fc301fn%40googlegroups.com.

Reply via email to