So I'm getting this error when trying to pull a report and I know it is 
because it's trying to pull as an MCC and I need to ask it to pull as a 
single account. I'm just running into trouble figuring out how to do that. 
When I change this line in auth.ini:

clientCustomerId = "xxx-xxx-xxxx"

into the customer id of my single client, I still get the error. I've also 
tried putting Things like this:

  $user = new AdWordsUser();
  $user->LogAll();
  $customerId='xxx-xxx-xxxx';
  $user->SetClientId($customerId);

in the file itself but still no luck. I want to call a single account... 
how and where do I do that? 

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fc5bd936-8d69-4748-8502-8aa0fb657b51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to