Hi all
For some reason Google is not showing conversion data for yesterday for just
on of my clients, which is odd as it used to. I have an automatically
produced adgroup performance report for yesterday set up to run which is now
rendered useless as all the conversions show a big fat 0.
Essentially I want to change the date the api looks at from
// $adGroupId = (float) '';
$startDate = '20110510';
$endDate = '20110510;
to something like this (but not this rubbish)
// $adGroupId = (float) '';
$startDate = $daybeforeyesterday;
$endDate = 'daybeforeyesterday';
I tried defining a variable
Define $daybeforeyesterday = strtotime ("-1 day");
$daybeforeyesterday = " ".date("m, Y", $daybeforeyesterday);
but I get an error (Unexpected T_Variable). Can someone inform me how I
would achieve this?
Thanks
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords 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