How do i add a child publisher and become a certified publisher parnter?

229 views
Skip to first unread message

VeePlayz

unread,
May 6, 2021, 2:10:49 PM5/6/21
to Google Ad Manager API Forum
Good day

I want to be a google publisher partner and wondering how do I add a child publisher in ad-manager.

I cannot see the Scaled partner management tab in my admin tab and wondering how to add child publisher?

Thank You!


Ad Manager API Forum Advisor Prod

unread,
May 7, 2021, 12:20:43 AM5/7/21
to unicon...@gmail.com, google-doubleclick...@googlegroups.com

Hi,

 

You may add a MCM (Not SPM) child publisher via API by using CompanyService. You may refer here for a sample code in Java. You will need to specify the Company.type to CHILD_PUBLISHER in order to create it in your network. This will send an invitation to the child publisher so they can fill out more information.

 

With regards to the missing SPM tab in your UI, I suggest you reach out to the Publisher Support team for further assistance. If the MCM tab is also missing on your end, make sure that your user has the correct user role permission.

 

Regards,

Google Logo
Kevin Gil Soriano
Ad Manager API Team
 


ref:_00D1U1174p._5004Q2GKZQe:ref

VeePlayz

unread,
May 8, 2021, 10:10:58 AM5/8/21
to Google Ad Manager API Forum
Good Day

In the createcompanies.java file I have added the following code, yet I'm not sure if correct:

//create a child publisher
    Company childpublisher = new Company();
    childpublisher.setName("Child Publisher #" + new Random().nextInt(Integer.MAX_VALUE));
    childpublisher.setType(CompanyType.CHILD_PUBLISHER);

    // Create the companies on the server.
    Company[] companies = companyService.createCompanies(new Company[] {childpublisher});

I have the following soap error:

Request failed due to ApiException. Underlying ApiErrors:
  Error 0: CompanyError{errorString=CompanyError.INVALID_COMPANY_TYPE, fieldPath=company.type, fieldPathElements=[FieldPathElement{field=company}, FieldPathElement{field=type}], reason=INVALID_COMPANY_TYPE, trigger=CHILD_NETWORK}

I'm just wondering is there a sample code to adding a child publisher in the createcompanies file.

Best Regards

Ad Manager API Forum Advisor Prod

unread,
May 10, 2021, 7:05:05 AM5/10/21
to unicon...@gmail.com, google-doubleclick...@googlegroups.com

Hi,

 

Can you please provide the complete SOAP request and response logs so I can have a closer look at the issue? You can send these to me via Reply privately to author option.

VeePlayz

unread,
May 10, 2021, 9:12:35 AM5/10/21
to Google Ad Manager API Forum

Good day

I apologize, I can't seem to "Reply to author" and I have changed the 'mailto' preference in my browser, but the "Reply to author" is greyed out.

What can I do

Regards

Ad Manager API Forum Advisor Prod

unread,
May 11, 2021, 10:14:25 PM5/11/21
to unicon...@gmail.com, google-doubleclick...@googlegroups.com

Hi there,

 

You can send the additional information to admanagera...@google.com. Please let me know in this thread once you have sent it so I can check on our end.

 

Thanks,

VeePlayz

unread,
May 12, 2021, 3:04:38 AM5/12/21
to Google Ad Manager API Forum
Hi,

Thank you, I have sent the additional information.

Thank You
On Wednesday, May 12, 2021 at 4:14:25 AM UTC+2 admanagerapiforumadvisor wrote:

Hi there,

 

You can send the additional information to admanagerapi-support@google.com. Please let me know in this thread once you have sent it so I can check on our end.

 

Thanks,

Ad Manager API Forum Advisor Prod

unread,
May 14, 2021, 1:40:48 AM5/14/21
to unicon...@gmail.com, google-doubleclick...@googlegroups.com

Hi there,

 

Thank you for providing the logs. Let's continue the discussion in the email that you've sent so we can discuss your concern privately. I'll let you know on that thread once I have more information.

 

Regards,

Reply all
Reply to author
Forward
0 new messages